aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Keyinteraction example: use qt_add_qml_module() in CMakeLists.txtOliver Eftevaag2021-11-1111-60/+44
* MouseArea example: use qt_add_qml_module() and update a signal handlerOliver Eftevaag2021-11-113-30/+15
* Particle examples: use new cmake apiOliver Eftevaag2021-11-1199-1206/+416
* Fix CMakeLists.txts of chattutorialMitch Curtis2021-11-09110-524/+517
* Polish the QML reference examplesFriedemann Kleint2021-11-0453-474/+285
* Add calendar typesMitch Curtis2021-11-0316-0/+984
* Update examples to use new PropertyChangesUlf Hermann2021-11-0331-161/+255
* rendercontrol_d3d11: Explicitly include qt_windows.hAndrei Golubev2021-10-291-0/+1
* Avoid unnecessary color format conversionJiDe Zhang2021-10-292-8/+4
* 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
* Fix pointerhandlers/fakeFlickable exampleShawn Rutledge2021-10-261-4/+4
* 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
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-187-7/+7
* chattutorial: fix build without SQLMitch Curtis2021-10-151-2/+5
* Implement horizontal rule rendering in textShawn Rutledge2021-10-141-0/+6
* Fix typo: alignment has an n in itEdward Welbourne2021-10-131-2/+2
* DragAndDrop example: Update CMakeLists.txtOliver Eftevaag2021-10-064-61/+31
* Flickable manual test: add sliders to adjust flick-speed metricsShawn Rutledge2021-10-041-6/+10
* CMake: Fix wrongly copy-pasted dependency in exampleAlexandru Croitor2021-10-011-1/+1
* TextEditor: Clean up example and use quick dialogsOliver Eftevaag2021-09-296-222/+157
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-292-4/+5
* CMake: Fix textballoon example when using a shared Qt on macOSAlexandru Croitor2021-09-291-0/+8
* CMake: Refactor bundle_shared into a more reusable functionAlexandru Croitor2021-09-292-25/+37
* CMake: Fix textballoon example when using a static QtAlexandru Croitor2021-09-292-2/+1
* CMake: Fix examples that use 'shared' project when using a static QtAlexandru Croitor2021-09-299-10/+8
* CMake: Ensure proper dependencies in bundle_sharedAlexandru Croitor2021-09-291-0/+4
* Large Text: populate only lines visible in Window into SGShawn Rutledge2021-09-291-6/+22
* Use strict === equality for ScrollBar::orientationIvan Tkachenko2021-09-271-7/+7
* Shapes interactive example: use Controls canonically; architectureShawn Rutledge2021-09-271-259/+163
* Move most of the pointer manual tests to a new pointerhandlers exampleShawn Rutledge2021-09-2446-0/+3262
* Shapes example: give each qml file's root item a default sizeShawn Rutledge2021-09-2217-2/+32
* Gallery example: remove binding loop from TextArea pageOliver Eftevaag2021-09-131-1/+1
* Fix toplevel build againFabian Kosmale2021-09-081-0/+1
* Fix top level builds failing with AUTOMOC-related missing moc exeCraig Scott2021-09-071-1/+7
* Examples: Fix top level buildFabian Kosmale2021-09-071-0/+1
* Fix layouts example to use a QML moduleOliver Eftevaag2021-09-062-28/+17
* Fix positioners example to use a QML moduleOliver Eftevaag2021-09-064-61/+28
* Fix righttoleft example to use a QML moduleOliver Eftevaag2021-09-065-62/+29
* Clean up the painteditem exampleUlf Hermann2021-09-0614-83/+150
* Fix delegatechooser example to use QML modulesUlf Hermann2021-09-064-57/+22
* Fix dynamicscene example to use a QML moduleUlf Hermann2021-09-0417-66/+47
* Fix the canvas example to use a QML moduleUlf Hermann2021-09-042-55/+27
* Fix animation example to use a QML moduleUlf Hermann2021-09-043-61/+35
* Update text example to use QML modulesUlf Hermann2021-09-043-63/+35
* Fix threading example to use QML modulesUlf Hermann2021-09-043-47/+20
* Fix ImageElements example to use a QML moduleOliver Eftevaag2021-09-0327-116/+81
* Install the "shared" example module into macOS bundlesUlf Hermann2021-09-037-0/+40
* Fix top level builds where AUTOMOC_EXECUTABLE was unset on some targetsCraig Scott2021-09-031-3/+20