Well i have a QProgressBar where i show the download progress, however i want to set where it shows the percentage the download speed, leaving it as:
Percentage% (downloadspeed KB/s)
Any idea?
|
Well i have a QProgressBar where i show the download progress, however i want to set where it shows the percentage the download speed, leaving it as: Percentage% (downloadspeed KB/s) Any idea?
| |||
|
feedback
|
|
make the QProgressBar text visible.
to show the download progress
| |||||||
feedback
|
|
You could calculate the download speed yourself, then construct a string thus:
You'll need to do this every time your download speed needs updating, however. | |||
|
feedback
|