mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix: button position
This commit is contained in:
@@ -60,6 +60,7 @@ public:
|
||||
void setCurrentVersionName(StreamingVersionData *version);
|
||||
void disableUnsaveButton(bool flag);
|
||||
void activateLoadingAnimation(bool flag);
|
||||
void showMainFrame(bool flag);
|
||||
|
||||
void showWarning(QString text);
|
||||
void setInlineDebug(QString value);
|
||||
@@ -135,6 +136,7 @@ private:
|
||||
QTimer *timer;
|
||||
QList<FileData> *updateList;
|
||||
QPixmap _background;
|
||||
QRect bottomRightPosition;
|
||||
|
||||
int fileCountForUpdate;
|
||||
int filesLoaded;
|
||||
|
||||
Reference in New Issue
Block a user