diff --git a/sip/ads_globals.sip b/sip/ads_globals.sip index c8e77f9..4238ee8 100644 --- a/sip/ads_globals.sip +++ b/sip/ads_globals.sip @@ -91,7 +91,7 @@ namespace ads DockAreaMenuIcon, DockAreaUndockIcon, DockAreaCloseIcon, - DockAreaMinimizeIcon, + DockAreaMinimizeIcon, IconCount, }; diff --git a/src/DockAreaTitleBar.cpp b/src/DockAreaTitleBar.cpp index 071bd94..58b24fa 100644 --- a/src/DockAreaTitleBar.cpp +++ b/src/DockAreaTitleBar.cpp @@ -224,7 +224,7 @@ void DockAreaTitleBarPrivate::createButtons() MinimizeButton->setObjectName("autoHideDockAreaMinimizeButton"); MinimizeButton->setAutoRaise(true); internal::setButtonIcon(MinimizeButton, QStyle::SP_TitleBarMinButton, ads::DockAreaMinimizeIcon); - internal::setToolTip(MinimizeButton, _this->titleBarButtonToolTip(TitleBarButtonMinimize)); + internal::setToolTip(MinimizeButton, _this->titleBarButtonToolTip(TitleBarButtonMinimize)); MinimizeButton->setSizePolicy(ButtonSizePolicy); MinimizeButton->setIconSize(QSize(16, 16)); Layout->addWidget(MinimizeButton, 0); diff --git a/src/DockManager.h b/src/DockManager.h index c626c00..67a3388 100644 --- a/src/DockManager.h +++ b/src/DockManager.h @@ -190,14 +190,14 @@ public: TabCloseButtonIsToolButton = 0x0040,//! If enabled the tab close buttons will be QToolButtons instead of QPushButtons - disabled by default AllTabsHaveCloseButton = 0x0080, //!< if this flag is set, then all tabs that are closable show a close button RetainTabSizeWhenCloseButtonHidden = 0x0100, //!< if this flag is set, the space for the close button is reserved even if the close button is not visible - DragPreviewIsDynamic = 0x0400,///< If opaque undocking is disabled, this flag defines the behavior of the drag preview window, if this flag is enabled, the preview will be adjusted dynamically to the drop area + DragPreviewIsDynamic = 0x0400,///< If opaque undocking is disabled, this flag defines the behavior of the drag preview window, if this flag is enabled, the preview will be adjusted dynamically to the drop area DragPreviewShowsContentPixmap = 0x0800,///< If opaque undocking is disabled, the created drag preview window shows a copy of the content of the dock widget / dock are that is dragged DragPreviewHasWindowFrame = 0x1000,///< If opaque undocking is disabled, then this flag configures if the drag preview is frameless or looks like a real window AlwaysShowTabs = 0x2000,///< If this option is enabled, the tab of a dock widget is always displayed - even if it is the only visible dock widget in a floating widget. - DockAreaHasUndockButton = 0x4000, //!< If the flag is set each dock area has an undock button + DockAreaHasUndockButton = 0x4000, //!< If the flag is set each dock area has an undock button DockAreaHasTabsMenuButton = 0x8000, //!< If the flag is set each dock area has a tabs menu button DockAreaHideDisabledButtons = 0x10000, //!< If the flag is set disabled dock area buttons will not appear on the toolbar at all (enabling them will bring them back) - DockAreaDynamicTabsMenuButtonVisibility = 0x20000, //!< If the flag is set, the tabs menu button will be shown only when it is required - that means, if the tabs are elided. If the tabs are not elided, it is hidden + DockAreaDynamicTabsMenuButtonVisibility = 0x20000, //!< If the flag is set, the tabs menu button will be shown only when it is required - that means, if the tabs are elided. If the tabs are not elided, it is hidden FloatingContainerHasWidgetTitle = 0x40000, //!< If set, the Floating Widget window title reflects the title of the current dock widget otherwise it displays the title set with `CDockManager::setFloatingContainersTitle` or application name as window title FloatingContainerHasWidgetIcon = 0x80000, //!< If set, the Floating Widget icon reflects the icon of the current dock widget otherwise it displays application icon HideSingleCentralWidgetTitleBar = 0x100000, //!< If there is only one single visible dock widget in the main dock container (the dock manager) and if this flag is set, then the titlebar of this dock widget will be hidden diff --git a/src/ads_globals.h b/src/ads_globals.h index 7a15dc7..b7dfa3e 100644 --- a/src/ads_globals.h +++ b/src/ads_globals.h @@ -127,14 +127,14 @@ enum eDragState */ enum eIcon { - TabCloseIcon, //!< TabCloseIcon - AutoHideIcon, //!< AutoHideIcon - DockAreaMenuIcon, //!< DockAreaMenuIcon - DockAreaUndockIcon, //!< DockAreaUndockIcon - DockAreaCloseIcon, //!< DockAreaCloseIcon - DockAreaMinimizeIcon, //!< DockAreaMinimizeIcon + TabCloseIcon, //!< TabCloseIcon + AutoHideIcon, //!< AutoHideIcon + DockAreaMenuIcon, //!< DockAreaMenuIcon + DockAreaUndockIcon, //!< DockAreaUndockIcon + DockAreaCloseIcon, //!< DockAreaCloseIcon + DockAreaMinimizeIcon, //!< DockAreaMinimizeIcon - IconCount, //!< just a delimiter for range checks + IconCount, //!< just a delimiter for range checks }; /** diff --git a/src/stylesheets/default_linux.css b/src/stylesheets/default_linux.css index 94af485..aef48df 100644 --- a/src/stylesheets/default_linux.css +++ b/src/stylesheets/default_linux.css @@ -47,13 +47,13 @@ ads--CTitleBarButton { #dockAreaCloseButton { qproperty-icon: url(:/ads/images/close-button.svg), - url(:/ads/images/close-button-disabled.svg) disabled; + url(:/ads/images/close-button-disabled.svg) disabled; qproperty-iconSize: 16px; } #autoHideDockAreaMinimizeButton { - qproperty-icon: url(:/ads/images/minimize-button.svg); - qproperty-iconSize: 16px; + qproperty-icon: url(:/ads/images/minimize-button.svg); + qproperty-iconSize: 16px; } #detachGroupButton { @@ -328,8 +328,8 @@ ads--CAutoHideDockContainer ads--CDockAreaWidget[focused="true"] ads--CDockAreaT * CAutoHideDockContainer titlebar buttons *****************************************************************************/ #dockAreaAutoHideButton { - qproperty-icon: url(:/ads/images/vs-pin-button.svg); - qproperty-iconSize: 16px; + qproperty-icon: url(:/ads/images/vs-pin-button.svg); + qproperty-iconSize: 16px; } ads--CAutoHideDockContainer #dockAreaAutoHideButton {