qt6-bb10/src/plugins
Wladimir Leuschner b733d31f27 QWindows11Style: Respect user set Stylesheets
QWindows11Style inherits from QWindowsVistaStyle for which StyleSheet
theming is deactivated. QWindows11Style draws most elements with
QPainter and should therefore be able to use overrides by StyleSheets.
This patch checks, whether QWindows11Style is used and enables the
theming by declaring it not to be a QPixmap based style. Further drawing
routines for QComboBox, QPushButton and QLineEdit are now drawing always
the base background and when they are hovered a alpha mask is used to
overdraw the elemens to create a highlight effect.

Fixes: QTBUG-124286
Pick-to: 6.7 6.7.1
Change-Id: I65436493bc2b1572c0d9423a066caea3ba9e1459
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2024-04-30 17:46:34 +02:00
..
doc/snippets/code Change doc snippet license 2024-02-02 16:52:11 +00:00
generic Fix -Wimplicit-fallthrough for clang 2024-03-01 03:04:06 +00:00
imageformats Port QImage::Format_CMYK32 to CMYK8888 2024-04-04 16:08:22 +01:00
networkinformation QNetworkInfo[win]: Explicitly link with oleaut32 for MINGW too 2024-04-05 13:52:28 +02:00
platforminputcontexts ibus: avoid a crash when context is not ready 2024-01-19 00:54:33 +01:00
platforms [QNX] Add support for QLoggingCategory in QNX QPA debug log output 2024-04-29 06:39:18 +03:00
platformthemes QXdgDesktopPortalTheme: watch for color scheme changes on runtime 2024-04-19 11:13:32 +00:00
printsupport QCupsPrintEngine: handle a possible failure to open the cups fd 2024-04-04 10:49:23 +01:00
sqldrivers SQL/IBase: factor out applying decimal scale into own function 2024-04-27 16:35:11 +02:00
styles QWindows11Style: Respect user set Stylesheets 2024-04-30 17:46:34 +02:00
tls Schannel: fix handling of empty ciphers list 2024-03-12 12:38:57 +01:00
tracing Fix build with std::filesystem 2023-11-21 08:34:55 +02:00
CMakeLists.txt Fix CTF with static build 2023-10-30 18:59:21 +03:00