Qt UI improvements

* Port 209b5d9cd1 to Qt UI
* Remove dividers from status bar
* Make OpenGL ES available as an option only if ANGLE is used
This commit is contained in:
Cacodemon345
2021-12-23 17:05:11 +06:00
parent f481574a0f
commit 17c3e803a4
4 changed files with 36 additions and 8 deletions

View File

@@ -16,6 +16,10 @@ public:
~SettingsOtherPeripherals();
void save();
public slots:
void onCurrentMachineChanged(int machineId);
private slots:
void on_pushButtonConfigureCard4_clicked();
void on_comboBoxCard4_currentIndexChanged(int index);
@@ -30,6 +34,7 @@ private slots:
private:
Ui::SettingsOtherPeripherals *ui;
int machineId{0};
};
#endif // QT_SETTINGSOTHERPERIPHERALS_HPP