Still no bar.
I have a working QProgressDialog. It shows percentages. The default. Which I don't want.
So then I add in the application constructor:
Qt Code:
progress->setFormat(" "); progress->setMaximum(0); progress->setMinimum(0); ... progressDialog->setBar(progress);To copy to clipboard, switch view to plain text mode
and the result is a QProgressDialog without a bar at all.
Bookmarks