Hi,

I now use QProgressDialog to create a modeless progress dialog.

But I want to change what that shows by default: percentages.

So I have to use setBar() + I have a question:

When I use setBar() who does the progress counting with setValue() now, the progress bar or the progress dialog?

Thanks!