Added plugin README.

main
Alex Huszagh 2022-04-30 16:33:28 -05:00
parent cc504bf73a
commit 5cf73e10c3
1 changed files with 6 additions and 0 deletions

View File

@ -392,6 +392,12 @@ def main():
- Cross-platform icon packs for standard icons. - Cross-platform icon packs for standard icons.
- Extensible stylesheets: add your own plugins or rules and automatically configure them using the same configuration syntax. - Extensible stylesheets: add your own plugins or rules and automatically configure them using the same configuration syntax.
**Plugins**
The supported plugins can be found in the [extensions](/extensions) directory and include theme support for:
- Advanced Docking System
- QDockWidget Tooltips
# Extending Stylesheets # Extending Stylesheets
There are some limitations of using Qt stylesheets in general, which cannot be solved by stylesheets. To get more fine-grained style control, you should subclass `QCommonStyle`: There are some limitations of using Qt stylesheets in general, which cannot be solved by stylesheets. To get more fine-grained style control, you should subclass `QCommonStyle`: