mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
refs #799, overview page in settings component
This commit is contained in:
@@ -33,15 +33,19 @@ namespace BlackGui
|
||||
public:
|
||||
|
||||
//! Tabs
|
||||
//! \remark needs to be in sync with tab order
|
||||
enum SettingTab
|
||||
{
|
||||
SettingTabNetworkServers = 0,
|
||||
SettingTabOverview = 0,
|
||||
SettingTabServers,
|
||||
SettingTabNetwork,
|
||||
SettingTabAircraftAudio,
|
||||
SettingTabAudio,
|
||||
SettingTabSimulator,
|
||||
SettingTabSimulatorBascis,
|
||||
SettingTabSimulatorBasics,
|
||||
SettingTabSimulatorMessages,
|
||||
SettingTabGui,
|
||||
SettingTabHotkeys
|
||||
SettingTabHotkeys,
|
||||
SettingTabAdvanced
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
@@ -82,6 +86,10 @@ namespace BlackGui
|
||||
//! GUI Opacity 0-100%
|
||||
void setGuiOpacity(double value);
|
||||
|
||||
private slots:
|
||||
//! An overview button was clicked
|
||||
void ps_overviewButtonClicked();
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CSettingsComponent> ui;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user