QwintaskbarProgress wird nicht angezeigtC++

Programme in C++. Entwicklerforum
Anonymous
 QwintaskbarProgress wird nicht angezeigt

Post by Anonymous »

Ich verwende Windows7 und QT5.3.0
Ich habe den Konstruktor meines Mainwindows unten hinzugefügt, aber nichts zeigt in meiner Taskleiste. Habe ich etwas vermisst? < /P>

Code: Select all

QWinTaskbarProgress * pTaskbarProgress = new QWinTaskbarProgress(this);
pTaskbarProgress->setMinimum(0);
pTaskbarProgress->setMaximum(100);
pTaskbarProgress->setValue(50);
pTaskbarProgress->show();

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post