aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlExamples: Add missing dependencies of QtQuick in CMakeListsSemih Yavuz2022-11-0915-19/+25
* SEO-enhance attached property documentationFabian Kosmale2022-10-121-0/+6
* examples: deploy qmldir for plugin exampleSamuli Piippo2022-09-131-0/+2
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-171-1/+1
* Polish the QML reference examplesFriedemann Kleint2021-11-0453-474/+285
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-301-2/+2
* Fix warnings/errors from changes to paths in chapter6-plugins exampleCraig Scott2021-09-101-2/+1
* Fix dynamicscene example to use a QML moduleUlf Hermann2021-09-0417-66/+47
* Simplify the XmlHttpRequest exampleOliver Eftevaag2021-09-037-213/+61
* Replace custom button component with QQC2 buttonsOliver Eftevaag2021-09-039-104/+85
* CMake: qmake: Fix chapter6-plugins example to build in more configsAlexandru Croitor2021-08-313-30/+28
* Update qml examples for improved target path handlingCraig Scott2021-08-2532-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
* 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
| * Doc: Fix "Extending QML" documentationUlf Hermann2020-02-111-1/+1
| * Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-0712-11/+39
* | Regenerate examplesAlexandru Croitor2020-01-2918-0/+145
* | Post merge fixesLeander Beernaert2020-01-241-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1649-195/+301
|\|
| * examples: Make qmlextensionplugins example usable without installationUlf Hermann2020-01-142-6/+17
| * Generate registrations for all examplesUlf Hermann2020-01-1348-192/+285
| * Binding example: Fix type registrationFabian Kosmale2020-01-131-0/+2
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-251-1/+1
|\|
| * Fix xmlhttprequest exampleUlf Hermann2019-11-141-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1442-100/+127
|\|
| * Specify parameters of type registration in class declarationsUlf Hermann2019-09-2641-68/+93