Added time duration and countdown duration to game tab

This commit is contained in:
Jon ESA
2026-04-01 21:27:46 +01:00
parent 90493a3864
commit 96079b493a
2 changed files with 46 additions and 9 deletions

View File

@@ -4,6 +4,7 @@
#include <QWidget>
class QLabel;
class QLineEdit;
class QListWidget;
class QPushButton;
@@ -31,6 +32,8 @@ private:
// Right pane
QListWidget *m_installedList = nullptr;
QLineEdit *m_timeEdit = nullptr;
QLineEdit *m_countdownEdit = nullptr;
QPushButton *m_startBtn = nullptr;
QPushButton *m_stopBtn = nullptr;