From a05078c947e1c74b7c1d6af546de24bacc6ab931 Mon Sep 17 00:00:00 2001 From: Uwe Kindler Date: Mon, 9 Sep 2019 16:01:51 +0200 Subject: [PATCH] Added information about resetting the styleheet of the dock manager --- src/DockManager.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/DockManager.h b/src/DockManager.h index 2309484..a75e76c 100644 --- a/src/DockManager.h +++ b/src/DockManager.h @@ -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 {