aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/resizeToItem.qml
Commit message (Collapse)AuthorAgeFilesLines
* Correct license for tools filesLucie Gérard2024-02-291-1/+1
| | | | | | | | | | | | According to QUIP-18 [1], all tools file should be LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I109277d926cb95d45306fd0fe176451baee201cc Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* qml: Straighten out configuration QML moduleUlf Hermann2023-05-081-0/+10
Use qt_add_qml_module correctly, apply a standard resource path, and move the files into the same directory as the module. Use upper case file names for the (re-usable) container definitions and lower case file names for the configuration entry points. This way we only need one directory and therefore only one QML module. Change-Id: Ic45dd0e8866f8f62bbaa639b6f138e9a75e05863 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>