aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/doc/snippets/qtquickcontrols-material-attributes.qml
Commit message (Collapse)AuthorAgeFilesLines
* tst_snippets: move Line inline component out of PageMitch Curtis2023-03-101-17/+17
| | | | | | | | | | | | | | This causes an alias to break when QML_DISABLE_DISK_CACHE is not set (the default). Although it probably should work regardless, it doesn't make sense for the inline component to be in the Page. Amends d648235777fb4d84afc611c6fa47c15b01f0917a. Task-number: QTBUG-111857 Change-Id: I58d7234ad8f4e439093eb4ee60c7c9461660568a Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 92c220812cdb2f54e68a92123022f952b41c9c5f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Update style screenshotsMitch Curtis2023-02-241-0/+120
- Added iOS screenshots. - Replaced single Fusion screenshot with light and dark screenshots. - Updated Material screenshots. - Added snippet to generate Material attributes screenshot. - Removed "thumbnail" screenshots in favor of individual images joined side-by-side in a \table. They are the same dimensions anyway, and this results in less images to maintain. - Moved duplicated qdoc style table code into a parameterized include file. Fixes: QTBUG-111175 Change-Id: Ic828468b050db71d6821a797a6480bd0d449e611 Reviewed-by: Oliver Eftevaag <oliver.eftevaag@qt.io> (cherry picked from commit d648235777fb4d84afc611c6fa47c15b01f0917a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>