aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/fluentwinui3/ComboBox.qml
Commit message (Collapse)AuthorAgeFilesLines
* FluentWinUI3 Style: Hide private QML propertiesDoris Verria2025-03-201-25/+25
| | | | | | | | | The style declares several QML dynamic properties which are meant to be private. Hide them using __ convention. Pick-to: 6.9 6.8 Change-Id: I4317d2ee7072a72fda1736fc8c9165a980889d95 Reviewed-by: Richard Moe Gustavsen <[email protected]>
* FluentWinUI3: Move StyleImage to private impl moduleDoris Verria2025-01-161-4/+4
| | | | | | | | | | | | | | Follow the approach with FocusFrame and move StyleImage.qml to the private FluentWinUI3.impl module instead. Add deprecation warnings to the original file. [ChangeLog][QtQuick][Controls][FluentWinUI3] StyleImage.qml is deprecated in the module's public QML API and moved to the private impl module instead. Pick-to: 6.9 Change-Id: I2a536591abb2172a1f7d7a052e88f0c2f58cd481 Reviewed-by: Mitch Curtis <[email protected]>
* FluentWinUI3 Style: Add focus frame componentDoris Verria2024-08-301-1/+5
| | | | | | | | | | | | | Add a FocusFrame component that follows the active focus item, mirroring the approach used by the native styles with QQuickFocusFrame. In the future, this should probably move out of the native style and serve as a common solution across all styles. Task-number: QTBUG-125279 Pick-to: 6.8 Change-Id: I577d0b783c36bc7e146a7e02051195d78a11ca60 Reviewed-by: Mitch Curtis <[email protected]>
* FluentWinUI3 Style: Use platform palette on Windows11+ platformsDoris Verria2024-07-031-1/+5
| | | | | | | | | | | | | | When on Windows11+ platforms, use system colors as reported by the platform theme. Also don't use BrightText color role for pressed button text in the FluentWinUI3 style, but hardcode this color. We do the same in the windows11 widgets style. This is because the windows theme uses the BrightText role for a different purpose. Task-number: QTBUG-125279 Change-Id: I76c710145e0f9fdfbfe058300ba4477020bd62e9 Pick-to: 6.8 Reviewed-by: Santhosh Kumar <[email protected]>
* FluentWinUI3 Style: Add ComboBox controlDoris Verria2024-06-121-0/+138
Task-number: QTBUG-125279 Pick-to: 6.8 Change-Id: I2fc049a14b78f99da27e5c9e4312251e35f3f369 Reviewed-by: Richard Moe Gustavsen <[email protected]>