mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-13 08:40:26 +08:00
Added information about resetting the styleheet of the dock manager
This commit is contained in:
parent
3fcf05fb29
commit
a05078c947
@ -53,7 +53,14 @@ struct DockAreaWidgetPrivate;
|
|||||||
/**
|
/**
|
||||||
* The central dock manager that maintains the complete docking system.
|
* The central dock manager that maintains the complete docking system.
|
||||||
* With the configuration flags you can globally control the functionality
|
* 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
|
class ADS_EXPORT CDockManager : public CDockContainerWidget
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user