Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Controls: replace Qt.styleHints with Application.styleHints | Mitch Curtis | 2024-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | As mentioned in QTBUG-95540, using the latter provides better type information for tooling, and avoids the "this property only exists on the object if Quick has been imported" issue. Replace QtQml import in Fluent style's Config.qml with QtQuick to provide access to the Application type. Fixes: QTBUG-126512 Pick-to: 6.5 6.7 6.8 Change-Id: I4aac22e54f3b522f74acafd467ce22139352c9dd Reviewed-by: Ulf Hermann <[email protected]> | ||||
* | macOS: add DelayButton | Mitch Curtis | 2023-11-01 | 1 | -0/+69 |
In order to be consistent with Button's appearance without having to implement it entirely in QML (with no QStyle support), we draw the delay progress bar over the contentItem. Task-number: QTBUG-115165 Change-Id: Idc9bb9b5cf90f4b42268c0ccc17f454b1f7c3c9e Reviewed-by: Richard Moe Gustavsen <[email protected]> |