mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-04-01 02:42:39 +08:00
small cleanup
This commit is contained in:
parent
ea499c7dea
commit
1f6938219a
@ -45,7 +45,6 @@ class CDockContainerWidget;
|
|||||||
class CAutoHideSideBar;
|
class CAutoHideSideBar;
|
||||||
class CDockAreaWidget;
|
class CDockAreaWidget;
|
||||||
class CDockingStateReader;
|
class CDockingStateReader;
|
||||||
struct SideTabBarPrivate;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Auto hide container for hosting an auto hide dock widget
|
* Auto hide container for hosting an auto hide dock widget
|
||||||
@ -58,7 +57,6 @@ private:
|
|||||||
AutoHideDockContainerPrivate* d; ///< private data (pimpl)
|
AutoHideDockContainerPrivate* d; ///< private data (pimpl)
|
||||||
friend struct AutoHideDockContainerPrivate;
|
friend struct AutoHideDockContainerPrivate;
|
||||||
friend CAutoHideSideBar;
|
friend CAutoHideSideBar;
|
||||||
friend SideTabBarPrivate;
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool eventFilter(QObject* watched, QEvent* event) override;
|
bool eventFilter(QObject* watched, QEvent* event) override;
|
||||||
|
@ -244,7 +244,7 @@ public:
|
|||||||
AutoHideButtonCheckable = 0x80, //!< If the flag is set, the auto hide button will be checked and unchecked depending on the auto hide state. Mainly for styling purposes.
|
AutoHideButtonCheckable = 0x80, //!< If the flag is set, the auto hide button will be checked and unchecked depending on the auto hide state. Mainly for styling purposes.
|
||||||
|
|
||||||
DefaultAutoHideConfig = AutoHideFeatureEnabled
|
DefaultAutoHideConfig = AutoHideFeatureEnabled
|
||||||
| DockAreaHasAutoHideButton ///< the default configuration for left and right side bars
|
| DockAreaHasAutoHideButton ///< the default configuration for the auto hide feature
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(AutoHideFlags, eAutoHideFlag)
|
Q_DECLARE_FLAGS(AutoHideFlags, eAutoHideFlag)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user