Core: High-Dpi progress bar

Also tweaking the ProgressBar painting code. The cancel cross was
slightly messed up lately, since line drawing changed in Qt5. The
progress bar is one pixel taller and the cancel button mouse area is
slightly larger.

Change-Id: Id55c21f45529332dc6abfc03b53f149e8349a9a0
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
This commit is contained in:
Alessandro Portale
2014-07-25 17:25:03 +02:00
parent 4ddcb7505d
commit 421d5120f1
6 changed files with 106 additions and 41 deletions

View File

@@ -93,6 +93,7 @@ private:
float m_cancelButtonFader;
bool m_finished;
bool m_error;
QRect m_cancelRect;
};
} // namespace Internal