But why do you insist on placing your own bar on the dialog?
This is what I get using the following code:
Qt Code:
#include <QProgressDialog> #include <QApplication> int main(int argc, char **argv){ QProgressDialog dlg; dlg.setRange(0,0); dlg.exec(); return 0; }To copy to clipboard, switch view to plain text mode
Bookmarks