1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00

Change tabs to spaces.

This commit is contained in:
Cynthia Pang 2023-10-10 16:20:37 +08:00
parent 009c306bd1
commit 295ab43152

View File

@ -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
};
/**