Fix text eliding on progress bars

We need this for translations.
I also added the label to the tool tip.
This commit is contained in:
Jens Bache-Wiig
2010-03-09 19:31:06 +01:00
parent 3999651fb9
commit c5df0a1d0d
3 changed files with 18 additions and 20 deletions

View File

@@ -73,6 +73,7 @@ protected:
void mousePressEvent(QMouseEvent *event);
private slots:
void updateToolTip(const QString &);
void cancel();
void setStarted();
void setFinished();