aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Use QSGRendererInterface::OpenGL in documentation and examplesKai Köhne2022-02-1612-12/+12
* Disambiguate "parent" in flatstyle exampleShawn Rutledge2022-01-241-5/+5
* Improve examples CMakeLists.txtKai Köhne2022-01-24118-967/+402
* Drag and Drop example: remove ParentChangeShawn Rutledge2022-01-051-2/+0
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-166-25/+25
* Fix pointer handlers example build: include piemenu, qmake supportShawn Rutledge2021-12-123-3/+15
* Instantiator: don't interfere with delegates that assign parentsShawn Rutledge2021-12-101-7/+4
* Pointer Handlers example: show mouse wheel feedbackShawn Rutledge2021-12-104-3/+27
* Add HoverHandler.blocking propertyShawn Rutledge2021-12-091-5/+21
* qmldom: load and rewrite exampleFawzi Mohamed2021-12-072-0/+583
* Fix toplevel Qt build (for real this time)Fabian Kosmale2021-12-061-5/+5
* Fix toplevel Qt buildFabian Kosmale2021-12-061-0/+5
* Add TapHandler.gesturePolicy: DragWithinBounds enum value; examplesShawn Rutledge2021-12-024-7/+259
* Scenegraph examples: Use suffix-less RHI constantsFriedemann Kleint2021-11-233-3/+3
* Add .qmlproject file for examples containing .ui.qml filesThomas Hartmann2021-11-181-0/+45
* Rendercontrol example: use new cmake apiOliver Eftevaag2021-11-154-58/+28
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-11-142-2/+2
* Model examples: use new cmake apiOliver Eftevaag2021-11-1213-79/+43
* painteditem: better error message when running cmake on textballoonOliver Eftevaag2021-11-111-0/+4
* Embeddedinwidgets example: use qt_add_qml_module()Oliver Eftevaag2021-11-111-33/+11
* 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