mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 11:05:44 +08:00
refs #883, launcher can be started from the applications and navigator
This commit is contained in:
committed by
Mathew Sutcliffe
parent
24a9b332b0
commit
a0b5258346
@@ -50,7 +50,7 @@ namespace BlackGui
|
||||
CNavigatorDialog(QWidget *parent = nullptr);
|
||||
|
||||
//! Destructor
|
||||
~CNavigatorDialog();
|
||||
virtual ~CNavigatorDialog();
|
||||
|
||||
//! Navigator
|
||||
void buildNavigator(int columns);
|
||||
@@ -121,9 +121,9 @@ namespace BlackGui
|
||||
void adjustNavigatorSize(QGridLayout *layout = nullptr);
|
||||
|
||||
QScopedPointer<Ui::CNavigatorDialog> ui;
|
||||
bool m_firstBuild = true;
|
||||
bool m_firstBuild = true;
|
||||
int m_currentColumns = 1;
|
||||
QWidgetAction *m_marginMenuAction = nullptr; //!< menu widget(!) action for margin widget
|
||||
QWidgetAction *m_marginMenuAction = nullptr; //!< menu widget(!) action for margin widget
|
||||
CMarginsInput *m_input = nullptr; //!< margins widget
|
||||
BlackMisc::CSetting<BlackGui::Settings::TNavigator> m_settings { this, &CNavigatorDialog::ps_settingsChanged };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user