Skip to content

Commit a05078c

Browse files
Added information about resetting the styleheet of the dock manager
1 parent 3fcf05f commit a05078c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/DockManager.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,14 @@ struct DockAreaWidgetPrivate;
5353
/**
5454
* The central dock manager that maintains the complete docking system.
5555
* With the configuration flags you can globally control the functionality
56-
* of the docking system.
56+
* of the docking system. The dock manager uses an internal stylesheet to
57+
* style its components like splitters, tabs and buttons. If you want to
58+
* disable this stylesheet because your application uses its own,
59+
* just call the function for settings the stylesheet with an empty
60+
* string.
61+
* \code
62+
* DockManager->setStyleSheet("");
63+
* \endcode
5764
**/
5865
class ADS_EXPORT CDockManager : public CDockContainerWidget
5966
{

0 commit comments

Comments
 (0)