diff options
Diffstat (limited to 'installer/mainwindow.h')
| -rw-r--r-- | installer/mainwindow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/installer/mainwindow.h b/installer/mainwindow.h index dcfd34f..4eb89d2 100644 --- a/installer/mainwindow.h +++ b/installer/mainwindow.h @@ -17,6 +17,9 @@ #include <QLocalServer> #include <QLocalSocket> #include <QMessageBox> +#include <QWinTaskbarProgress> +#include <QWinTaskbarButton> +#include <QShowEvent> #include <windows.h> #include <shellapi.h> @@ -54,14 +57,19 @@ private slots: void on_retryInstallButton_clicked(); + void on_finishButton_clicked(); + private: Ui::MainWindow *ui; void paintEvent(QPaintEvent* event); + void showEvent(QShowEvent* event); QNetworkAccessManager mgr; QPixmap backgroundImage; QJsonObject metadata; + QWinTaskbarButton* taskbarButton; + bool installDone = false; }; #endif // MAINWINDOW_H |
