Add Sleep Trigger to GUI

This commit is contained in:
Florian Märkl 2020-10-22 13:53:31 +02:00
commit 8ddbad6f61
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
8 changed files with 108 additions and 6 deletions

View file

@ -34,6 +34,7 @@ class SettingsDialog : public QDialog
Settings *settings;
QCheckBox *log_verbose_check_box;
QComboBox *disconnect_action_combo_box;
QComboBox *resolution_combo_box;
QComboBox *fps_combo_box;
@ -48,6 +49,7 @@ class SettingsDialog : public QDialog
private slots:
void LogVerboseChanged();
void DisconnectActionSelected();
void ResolutionSelected();
void FPSSelected();