aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml
Commit message (Expand)AuthorAgeFilesLines
* Examples: Replace qt-5 urlsKai Köhne2022-06-051-1/+1
* Doc: Rename snippet id to a unique identifierAndreas Eliasson2022-06-022-4/+3
* Fix URI of i18n exampleUlf Hermann2022-06-021-1/+1
* Doc: Add CMake sections to 'Creating C++ Plugins for QML' pageAndreas Eliasson2022-05-042-7/+36
* Doc: Add CMake documentation to 'Extending QML' exampleAndreas Eliasson2022-04-252-6/+6
* qmldom: Fix standalone compilation against Qt 6.3.0Fawzi Mohamed2022-04-221-1/+1
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-311-0/+1
* Add cmake support for examplesFabian Kosmale2022-03-292-1/+48
* Improve examples CMakeLists.txtKai Köhne2022-01-2427-222/+88
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-211-1/+1
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-161-1/+1
* qmldom: load and rewrite exampleFawzi Mohamed2021-12-072-0/+583
* Polish the QML reference examplesFriedemann Kleint2021-11-0453-474/+285
* Update examples to use new PropertyChangesUlf Hermann2021-11-031-3/+5
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-291-2/+2
* Fix dynamicscene example to use a QML moduleUlf Hermann2021-09-0417-66/+47
* Simplify the XmlHttpRequest exampleOliver Eftevaag2021-09-037-213/+61
* CMake: qmake: Fix chapter6-plugins example to build in more configsAlexandru Croitor2021-08-313-30/+28
* Fix warnings/errors from changes to paths in chapter6-plugins exampleCraig Scott2021-08-311-2/+1
* Replace custom button component with QQC2 buttonsOliver Eftevaag2021-08-279-104/+85
* Update qml examples for improved target path handlingCraig Scott2021-08-2432-416/+121
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1722-22/+22
* CMake: Change the default of OUTPUT_DIRECTORY for qt6_add_qml_module()Craig Scott2021-07-203-2/+2
* Add missing "override" keywordsUlf Hermann2021-06-306-6/+6
* Do not call QGuiApplication::exec() on an instanceUlf Hermann2021-06-305-5/+5
* Use nullptr rather than 0 for null pointersUlf Hermann2021-06-3010-10/+10
* Refactor and update qml CMake APICraig Scott2021-06-042-28/+21
* Switch examples to build as isolated sub-buildsCraig Scott2021-05-273-21/+21
* Use fixed qt_add_resource BASE argumentJoerg Bornemann2021-05-211-44/+11
* examples/qml/locale: Use inline component as a delegateMaximilian Goldstein2021-05-191-11/+17
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-3/+3
* qmlfunctions.qdoc: Add clarification to QML_FOREIGNMaximilian Goldstein2020-11-231-0/+4
* QQmlListProperty: Use qsizetype rather than int for sizesUlf Hermann2020-11-092-12/+12
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2623-0/+104
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-2021-21/+21
* Fix lineedit exampleUlf Hermann2020-10-051-1/+1
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-021-1/+0
* Example: Pass QDate, QTime by value, not by const referenceEdward Welbourne2020-09-018-11/+11
* Doc: Fix minor typosSze Howe Koh2020-08-301-1/+1
* Use QList instead of QVectorJarek Kobus2020-06-251-2/+2
* Examples: Fix double installation of .qml filesKai Koehne2020-06-025-25/+5
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-2918-18/+0
* CMake: Regenerate qtdeclarative/examplesAlexandru Croitor2020-05-2923-23/+116
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-1232-25/+229
|\
| * Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-0/+1
| * Examples: add .pro project for qml-i18n exampleAssam Boudjelthia2020-03-058-7/+101
| * Examples: Add *.pro projects for existing *.qmlprojectAssam Boudjelthia2020-03-043-0/+79
| * Doc: Update documentation for "extending" exampleUlf Hermann2020-02-191-0/+2
| * Doc: Fix extension plugin examples and documentationUlf Hermann2020-02-183-3/+3
| * Avoid discouraged patterns in examplesUlf Hermann2020-02-113-3/+3