Top "Qprogressbar" questions

QProgressBar is a Qt class that provides a progress bar, which can be either horizontal or vertical.

Change the color of a QProgressBar

I am running ubuntu 11.04. This is what my progress bars look like: I am showing the progress bars in a …

c++ qt qprogressbar
Change text displayed by QProgressBar

I use a QProgressBar to show the progress of a download operation. I would like to add some text to …

qt qprogressbar download-speed
PyQt ProgressBar

When using the following code my application stalls after a couple of seconds. And by stalls I mean hangs. I …

python multithreading qt pyqt qprogressbar
Changing the color of a QProgressbar()

I was wondering whether it's possible to change the color of a PyQt Progressbar? I have the following code: from …

python pyqt progress-bar pyqt4 qprogressbar
qt trouble overriding paintEvent

I'm subclassing QProgressBar in a custom widget, and I overwrote the paintEvent method with the following code : void myProg::paintEvent(…

c++ qt widget qprogressbar
What is the proper way to set QProgressBar to update from the logic layer?

If I want to update a QProgressBar on the view layers from a loop on the logic layer (such as …

c++ qt qprogressbar