Added information about resetting the styleheet of the dock manager

This commit is contained in:
Uwe Kindler 2019-09-09 16:01:51 +02:00
parent 3fcf05fb29
commit a05078c947

View File

@ -53,7 +53,14 @@ struct DockAreaWidgetPrivate;
/**
* The central dock manager that maintains the complete docking system.
* With the configuration flags you can globally control the functionality
* of the docking system.
* of the docking system. The dock manager uses an internal stylesheet to
* style its components like splitters, tabs and buttons. If you want to
* disable this stylesheet because your application uses its own,
* just call the function for settings the stylesheet with an empty
* string.
* \code
* DockManager->setStyleSheet("");
* \endcode
**/
class ADS_EXPORT CDockManager : public CDockContainerWidget
{