mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Some CDockWidget improvements
* save original dock areas * init dw_InfoBarStatus as it is not part of an info area (which does that)
This commit is contained in:
committed by
Mat Sutcliffe
parent
2f1e3f47f9
commit
e8786f9794
@@ -149,7 +149,7 @@ namespace BlackGui
|
||||
|
||||
signals:
|
||||
//! Top level has changed for given widget
|
||||
void widgetTopLevelChanged(BlackGui::CDockWidget *, bool topLevel);
|
||||
void widgetTopLevelChanged(CDockWidget *, bool topLevel);
|
||||
|
||||
//! Font size signals @{
|
||||
void fontSizePlus();
|
||||
@@ -242,6 +242,7 @@ namespace BlackGui
|
||||
QSize m_lastFloatingSize; //!< last floating position
|
||||
QPoint m_offsetWhenFloating; //!< initial offset to main window when floating first time
|
||||
QPoint m_lastFloatingPosition; //!< last floating position
|
||||
Qt::DockWidgetAreas m_originalAreas; //!< areas before floating
|
||||
|
||||
BlackMisc::CSetting<BlackGui::Settings::TDockWidget> m_settings { this, &CDockWidget::settingsChanged };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user