From bc1b29644064bcade95fc602e4e1dc41d93962e0 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Sun, 10 Oct 2021 19:18:43 +0100 Subject: [PATCH] README: Explain that StyleSheets are not supported It's intentional. Closes #246 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9bddfa21..4d11e21c 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,18 @@ Regarding compilers, whatever toolchain is able to build Qt 5.9 should also be fine. Note however that MSVC 2013 isn't supported anymore due to compiler crashes. +Styling +======== + +Almost all private widgets used by KDDW can be derived by the user to give them +a custom look. That's done by providing your own FrameworkWidgetFactory. Run +"kddockwidgets_example -p" to see that in action. + +Qt StyleSheets are not, and will not, be supported. See the comments in +examples/dockwidgets/MyTitleBar_CSS.h for why. You can however use some minimal +CSS, as shown in that example, just don't report bugs about it. + + Licensing ========= KDDockWidgets is (C) 2019-2021, Klarälvdalens Datakonsult AB, and is licensed according to