aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Document the Pointer Handlers exampleShawn Rutledge2023-03-1510-0/+184
* Use SequentialAnimation.loops in FlashAnimation in handlers exampleShawn Rutledge2023-02-211-7/+1
* Examples: Update custom QSGMaterialShader correctlySze Howe Koh2023-01-041-0/+1
* map example: don't restrict pinch-zoom to centerShawn Rutledge2023-01-031-2/+0
* QmlExamples: Add missing dependencies of QtQuick in CMakeListsSemih Yavuz2022-11-0915-19/+25
* Fix texteditor example for AndroidTomi Korpipaa2022-10-212-0/+85
* Fix TypeError in dynamicview1 exampleSami Varanka2022-10-191-1/+1
* SEO-enhance attached property documentationFabian Kosmale2022-10-121-0/+6
* Key Interaction Example: revert PropertyChanges to 6.2-styleSami Shalayel2022-09-294-42/+16
* Examples: Fix .pro files for chattutorialBartlomiej Moskal2022-09-166-11/+20
* examples/texteditor: remove use of Material styleSamuli Piippo2022-09-141-3/+0
* examples: deploy qmldir for plugin exampleSamuli Piippo2022-09-131-0/+2
* examples, texteditor: remove the config file, and use default settings insteadRichard Moe Gustavsen2022-08-313-13/+0
* Sidebar example: nest content in MouseArea to restore hover propagationShawn Rutledge2022-03-291-5/+5
* Add improvements to object listmodel exampleJani Korteniemi2022-03-252-10/+29
* Use QSGRendererInterface::OpenGL in documentation and examplesKai Köhne2022-02-1512-12/+12
* Drag and Drop example: remove ParentChangeShawn Rutledge2022-01-141-2/+0
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-176-24/+24
* Add .qmlproject file for examples containing .ui.qml filesThomas Hartmann2021-11-301-0/+45
* Fix toplevel Qt build (for real this time)Fabian Kosmale2021-11-241-5/+5
* Scenegraph examples: Use suffix-less RHI constantsFriedemann Kleint2021-11-243-3/+3
* Fix toplevel Qt buildFabian Kosmale2021-11-221-0/+5
* Rendercontrol example: use new cmake apiOliver Eftevaag2021-11-164-58/+28
* Model examples: use new cmake apiOliver Eftevaag2021-11-1213-79/+43
* Keyinteraction example: use qt_add_qml_module() in CMakeLists.txtOliver Eftevaag2021-11-1211-76/+86
* MouseArea example: use qt_add_qml_module() and update a signal handlerOliver Eftevaag2021-11-123-30/+15
* Particle examples: use new cmake apiOliver Eftevaag2021-11-1299-1196/+427
* Embeddedinwidgets example: use qt_add_qml_module()Oliver Eftevaag2021-11-111-33/+11
* painteditem: better error message when running cmake on textballoonOliver Eftevaag2021-11-111-0/+4
* Fix CMakeLists.txts of chattutorialMitch Curtis2021-11-11110-528/+521
* Polish the QML reference examplesFriedemann Kleint2021-11-0453-474/+285
* Fix indentation in positioners exampleIvan Tkachenko2021-10-281-14/+14
* Remove import versions from qml files in the pointerhandlers exampleShawn Rutledge2021-10-2715-17/+17
* Pointerhandlers example: fix CMakeLists.txt linking errorOliver Eftevaag2021-10-261-5/+6
* Remove deprecated usage of QQmlFileSelector::get in texteditor exampleLuca Di Sera2021-10-221-2/+1
* chattutorial: fix build without SQLMitch Curtis2021-10-151-2/+5
* DragAndDrop example: Update CMakeLists.txtOliver Eftevaag2021-10-064-61/+31
* CMake: Fix wrongly copy-pasted dependency in exampleAlexandru Croitor2021-10-011-1/+1
* CMake: Fix textballoon example when using a shared Qt on macOSAlexandru Croitor2021-09-301-0/+8
* CMake: Refactor bundle_shared into a more reusable functionAlexandru Croitor2021-09-302-25/+37
* CMake: Fix textballoon example when using a static QtAlexandru Croitor2021-09-302-2/+1
* CMake: Fix examples that use 'shared' project when using a static QtAlexandru Croitor2021-09-309-10/+8
* CMake: Ensure proper dependencies in bundle_sharedAlexandru Croitor2021-09-301-0/+4
* Fix delegatechooser example to use QML modulesUlf Hermann2021-09-304-57/+22
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-302-4/+5
* TextEditor: Clean up example and use quick dialogsOliver Eftevaag2021-09-296-222/+157
* Fix ImageElements example to use a QML moduleOliver Eftevaag2021-09-2927-116/+81
* Move most of the pointer manual tests to a new pointerhandlers exampleShawn Rutledge2021-09-2946-0/+3263
* Use strict === equality for ScrollBar::orientationIvan Tkachenko2021-09-271-7/+7
* Shapes interactive example: use Controls canonically; architectureShawn Rutledge2021-09-271-259/+163