Added version info label in the lower right corner

This commit is contained in:
Pål Hagen
2015-06-24 13:44:42 +02:00
parent fddef6d32c
commit 38b40423d8
2 changed files with 25 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ private:
void mousePressEvent(QMouseEvent* event);
QLabel* m_InfoLabel;
QLabel* m_versionInfoLabel;
bool m_showInfoText;;
QProgressBar* m_animationProgress;