mamboitaliano21 / subdownloader

Automatically exported from code.google.com/p/subdownloader
0 stars 0 forks source link

progressbar in statusbar replace into qprogressdialog #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This issue happens depending on the Windows Theme used for the QT widgets.

My friend sheths got this result (see attachment).

Which Theme are you using? By changing the theme does it solve the problem?

Original issue reported on code.google.com by capiscuas@gmail.com on 12 Jun 2008 at 4:21

Attachments:

GoogleCodeExporter commented 9 years ago
This is how it looks in mine. I use Plastik Style in Kubuntu Hardy

Original comment by capiscuas@gmail.com on 12 Jun 2008 at 4:25

Attachments:

GoogleCodeExporter commented 9 years ago
I found information about that in the pyqt docs.
http://docs.huihoo.com/pyqt/pyqt4/html/qprogressbar.html

it says:

Note that whether or not the text is drawn is dependent on the style. Currently 
CDE,
CleanLooks, Motif, and Plastique draw the text. Mac, Windows and WindowsXP 
style do not.
They have some screenshots.

I propose to use a QProgressDialog instead, that way we can profit the CANCEL 
button
http://docs.huihoo.com/pyqt/pyqt4/html/qprogressdialog.html

Original comment by capiscuas@gmail.com on 17 Jun 2008 at 7:41

GoogleCodeExporter commented 9 years ago
https://bugs.launchpad.net/subdownloader/+bug/242702

Original comment by capiscuas@gmail.com on 24 Jun 2008 at 3:39