aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/windows/impl
Commit message (Collapse)AuthorAgeFilesLines
* windows style: add CheckIndicatorRichard Moe Gustavsen2024-04-252-0/+22
| | | | | | | | | | | | | The Windows style is currently falling back to use a CheckIndicator from the Fusion style. This doesn't look very native on Windows. This patch will therefore implement the missing CheckIndicator for the Windows style, and try to make it look as native as possible. Change-Id: Ic2e3333a3dc34414b5e848735c231473ec18afde Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* QuickControls: Link the impl libraries into the base modulesUlf Hermann2024-02-021-2/+1
| | | | | | | | | | | | | | | This forces the build system to build them before, making the qmltypes files available to the base modules' build steps. The linker might even actually link the libraries and avoid the excessivle plugin loading that way. To encourage that, also drop the pointless NO_PLUGIN_OPTIONAL. Pick-to: 6.7 6.6 Task-number: QTBUG-121643 Change-Id: Ifd9082a5927deac8c9d67edf4104338ddaa35aa5 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
* Windows: add SwitchDelegateMitch Curtis2023-11-012-0/+81
Task-number: QTBUG-115165 Change-Id: I4ffc9b70a8fe2b8d5134e394d41fb00f754d5eb1 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>