Qt: Redesign graphics settings panel
Add screenshot format/type.
This commit is contained in:
@@ -17,6 +17,12 @@ public:
|
||||
explicit AdvancedSettingsWidget(SettingsWindow* dialog, QWidget* parent);
|
||||
~AdvancedSettingsWidget();
|
||||
|
||||
Q_SIGNALS:
|
||||
void onShowDebugOptionsChanged(bool enabled);
|
||||
|
||||
private Q_SLOTS:
|
||||
void onShowDebugOptionsStateChanged();
|
||||
|
||||
private:
|
||||
struct TweakOption
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user