mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 21:15:33 +08:00
Ref T30, use font shortcuts with dock widget
(instead of view)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4acf496aa4
commit
c39b8cd7fd
@@ -36,6 +36,7 @@ class QWidgetAction;
|
||||
namespace BlackGui
|
||||
{
|
||||
namespace Components { class CMarginsInput; }
|
||||
namespace Menus { class CFontMenu; }
|
||||
|
||||
//! \brief Our base class for dockable widgets containing some specialized functionality on top of QDockWidget.
|
||||
//! \details We currently use dockable widgets either as "info area" or "info bar" dockable widget.
|
||||
@@ -224,6 +225,7 @@ namespace BlackGui
|
||||
QWidget *m_titleBarWidgetOriginal = nullptr; //!< the original title bar
|
||||
QWidgetAction *m_marginMenuAction = nullptr; //!< menu widget(!) action for margin widget
|
||||
Components::CMarginsInput *m_input = nullptr; //!< margins widget
|
||||
Menus::CFontMenu *m_fontMenu = nullptr; //!< Font menu
|
||||
CManagedStatusBar m_statusBar; //!< status bar when floating
|
||||
QString m_windowTitleBackup; //!< original title, even if the widget title is deleted for layout purposes
|
||||
QSize m_preferredSizeWhenFloating; //!< preferred size when floating 1st time
|
||||
|
||||
Reference in New Issue
Block a user