We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcf05f commit a05078cCopy full SHA for a05078c
src/DockManager.h
@@ -53,7 +53,14 @@ struct DockAreaWidgetPrivate;
53
/**
54
* The central dock manager that maintains the complete docking system.
55
* With the configuration flags you can globally control the functionality
56
- * of the docking system.
+ * 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
64
**/
65
class ADS_EXPORT CDockManager : public CDockContainerWidget
66
{
0 commit comments