From 5cf73e10c327652524ad63a18925d0fdde3150ac Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sat, 30 Apr 2022 16:33:28 -0500 Subject: [PATCH] Added plugin README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 689624e..ba5ef26 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,12 @@ def main(): - Cross-platform icon packs for standard icons. - 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 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`: