https://bugs.kde.org/show_bug.cgi?id=456264

Nate Graham <n...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n...@kde.org

--- Comment #3 from Nate Graham <n...@kde.org> ---
FWIW using Qt stylesheets is heavily discouraged as it will produce exactly
these kinds of results. See https://www.kdab.com/say-no-to-qt-style-sheets.

It's recommended that the app inherit the system's default QStyle (whatever it
is) rather than trying to override parts of it with a Qt stylesheet. If the app
developers reeeeeeeeeally want or need to use a custom style for branding
purposes, the correct way is to write a custom QStyle and force the app to use
it, completely ignoring the system's default QStyle. But layering a Qt
stylesheet on top of a QStyle is unfortunately a recipe for sadness and bugs.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to