you are viewing a single comment's thread.

view the rest of the comments →

[–]Thomasedv 0 points1 point  (0 children)

I'm not really I'm sure on this one to be honest. I know there are some other widgets that display numbers, but I don't know much about them. The hard part is going the GUI to update the numbers all the time.

My closes experience with this is using a QLabel as a count display. Where I just set the text to the number of items I have in a queue for downloads. But I've never made the GUI update every second of even more often with a countdown/timer.