Change UI logic, add message prompt, add scan logic and preivewing rendering logic.

This commit is contained in:
Krad
2021-10-14 14:39:52 +08:00
parent fca70376cc
commit 533c15d57c
5 changed files with 133 additions and 44 deletions

View File

@@ -15,7 +15,9 @@ public:
explicit GUIMessageDialog(QWidget *parent = nullptr);
~GUIMessageDialog();
void showMessage(QString msg);
void hideMessage();
void showExitButton();
void hideExitButton();
void startLoading();
void stopLoading();
protected: