Add preview button to Image tab in settings

This commit is contained in:
2023-07-28 23:46:21 -05:00
parent 77df4257c5
commit 8a4989923c
6 changed files with 68 additions and 38 deletions

View File

@@ -49,4 +49,6 @@ class SettingsDialog: public QDialog {
void collectVideoConfig();
void updateVidConfigPreset(int preset);
void updateVidConfigPresetCollect(int preset);
signals:
void previewPreset(int, VideoConfig const&);
};