qprogressbar Questions
4
Solved
I use a QProgressBar to show the progress of a download operation. I would like to add some text to the percentage displayed, something like:
10% (download speed kB/s)
Any idea?
Odessaodetta asked 15/12, 2011 at 2:55
1
Solved
I try to make the progress bar update real-time with pyqt5, however, the documentation online seems very limited for now. I read online that I can use thread and signal to do that. However, the syn...
Until asked 30/3, 2018 at 23:16
0
I looked at this answer here which was very helpful, but it's not working as expected when trying to render a plot.
The plot is working but the progress bar is not progressing, it will just jump t...
Alcheringa asked 13/11, 2017 at 3:17
3
I am running ubuntu 11.04. This is what my progress bars look like:
I am showing the progress bars in a batch processing window (one per batch item) and would like to use them as a status indica...
Philippa asked 20/2, 2012 at 21:40
3
Solved
Has anyone any suggestions on how to align the status text on the QProgressBar in Qt? By default in Windows it appears to the right of the bar but I'd prefer to place it either above the bar or wit...
Armanda asked 21/2, 2013 at 17:59
2
Solved
If I want to update a QProgressBar on the view layers from a loop on the logic layer (such as each iteration will update the progress bar), what is the proper way to do that?
Thanks
Macaco asked 9/1, 2013 at 7:28
2
Solved
When using the following code my application stalls after a couple of seconds.
And by stalls I mean hangs. I get a window from Windows saying wait or force close.
I might add that this only happen...
Stew asked 7/11, 2012 at 12:36
1
Solved
This question seems to have been asked many times in many different forms but I haven't managed to find one with a -relevant to my code- solution.
When I run the program it shows
QObject::insta...
Mutter asked 4/11, 2011 at 10:7
1
Solved
I was wondering whether it's possible to change the color of a PyQt Progressbar?
I have the following code:
from PyQt4 import QtGui, QtCore
Pbar1 = QtGui.QProgressBar()
Pbar1.setParent(Frame1)
Pb...
Swear asked 8/6, 2011 at 10:29
1
© 2022 - 2024 — McMap. All rights reserved.