mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 02:36:51 -07:00
Add Sleep Trigger to GUI
This commit is contained in:
parent
6052d9d7d7
commit
8ddbad6f61
8 changed files with 108 additions and 6 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue