Implement Preferences dialog (except language setting)

This commit is contained in:
Cacodemon345
2021-12-28 16:47:10 +06:00
parent 0be3204ad3
commit 98c5115b99
13 changed files with 291 additions and 22 deletions

View File

@@ -101,6 +101,8 @@ private slots:
void on_actionOpenGL_3_0_Core_triggered();
void on_actionPreferences_triggered();
protected:
void keyPressEvent(QKeyEvent* event) override;
void keyReleaseEvent(QKeyEvent* event) override;
@@ -120,6 +122,7 @@ private:
bool shownonce = false;
friend class SpecifyDimensions;
friend class ProgSettings;
};
#endif // QT_MAINWINDOW_HPP