mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #335, reflecting changes in main window
This commit is contained in:
committed by
Roland Winklmeier
parent
28b99de1da
commit
7a449093dd
@@ -15,12 +15,7 @@
|
||||
#undef interface
|
||||
|
||||
#include "guimodeenums.h"
|
||||
#include "blackcore/context_audio.h"
|
||||
#include "blackcore/context_network.h"
|
||||
#include "blackcore/context_settings.h"
|
||||
#include "blackcore/context_application.h"
|
||||
#include "blackcore/context_simulator.h"
|
||||
#include "blackcore/context_runtime.h"
|
||||
#include "blackcore/context_all_interfaces.h"
|
||||
#include "blackcore/input_manager.h"
|
||||
#include "blackgui/components/enableforruntime.h"
|
||||
#include "blackgui/components/infowindowcomponent.h"
|
||||
@@ -80,7 +75,7 @@ protected:
|
||||
//! \remarks keep the values in sync with the real tab indexes
|
||||
enum MainPageIndex
|
||||
{
|
||||
MainPageCockpit = 0,
|
||||
MainPageLogin = 0,
|
||||
MainPageInfoArea = 1
|
||||
};
|
||||
|
||||
@@ -88,7 +83,7 @@ private:
|
||||
QScopedPointer<Ui::MainWindow> ui;
|
||||
BlackGui::Components::CInfoWindowComponent *m_compInfoWindow = nullptr; //!< the info window (popup
|
||||
bool m_init = false;
|
||||
GuiModes::WindowMode m_windowMode;
|
||||
GuiModes::WindowMode m_windowMode = GuiModes::WindowNormal;
|
||||
BlackInput::IKeyboard *m_keyboard = nullptr; //!< hotkeys
|
||||
|
||||
BlackMisc::CLogSubscriber m_logSubscriber { this, &MainWindow::ps_displayStatusMessageInGui };
|
||||
|
||||
Reference in New Issue
Block a user