PDA

View Full Version : How to set string when QProgressBar is in busy mode



jasonhxs
19th May 2017, 05:44
Hi,

We know QProgressBar can be in busy mode if we set minimum/maximum to 0.
But I want to show some text inside the bar, what can I do?
Currently there is a "setFormat" to set string, but it is for progress number format, doesn't work in busy mode.

wysota
1st June 2017, 23:44
It seems easiest to subclass and render the text manually.