Add cyclic navigation option

This commit is contained in:
Spiros
2024-06-13 20:43:10 +03:00
parent 5485c67f1e
commit 4ebaa0f984
3 changed files with 31 additions and 9 deletions

View File

@@ -56,6 +56,8 @@ private slots:
void on_actionUse_Fahrenheit_toggled(bool enabled);
void on_actionCyclic_Navigation_toggled(bool arg1);
private:
Ui::MainWindow *ui;
QButtonGroup *buttonGroup;
@@ -69,6 +71,7 @@ private:
QJsonObject deviceJson;
QSpacerItem *buttonStretch;
QSettings settings;
QAction *actionCyclic_Navigation;
QMenu *menuDevice;
QMenu *menuDisk;