Fixes: Improved sidebar looks and layout

Details:
-Centered all the text labels.
-Added shadow on title text.
-Made progressbar go all the way and placed the button on top.
-Added some spacing between warning and error icons.
-Improved cosmetics on progress bar itself.
This commit is contained in:
Jens Bache-Wiig
2009-06-04 15:17:08 +02:00
parent fda09bbc62
commit 6e8bc0cf58
4 changed files with 43 additions and 13 deletions

View File

@@ -49,6 +49,7 @@ public:
bool hasError() const;
QSize sizeHint() const;
void paintEvent(QPaintEvent *);
void mouseMoveEvent(QMouseEvent *);
signals:
void clicked();