aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
Commit message (Expand)AuthorAgeFilesLines
* Sidebar example: nest content in MouseArea to restore hover propagationShawn Rutledge2022-03-291-5/+5
* Replace paintedWidth/Height with contentWidth/HeightTasuku Suzuki2022-03-281-2/+2
* Add improvements to object listmodel exampleJani Korteniemi2022-03-222-10/+29
* Use QSGRendererInterface::OpenGL in documentation and examplesKai Köhne2022-02-1612-12/+12
* Improve examples CMakeLists.txtKai Köhne2022-01-2471-575/+234
* Drag and Drop example: remove ParentChangeShawn Rutledge2022-01-051-2/+0
* Switch examples to build as isolated sub-buildsAlexandru Croitor2021-12-163-9/+9
* 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
* 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
* Rendercontrol example: use new cmake apiOliver Eftevaag2021-11-154-58/+28
* 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
* Update examples to use new PropertyChangesUlf Hermann2021-11-0326-121/+228
* 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
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-183-3/+3
* 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
* doc: Replace qmlscene with qmlShawn Rutledge2021-09-291-2/+3
* 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
* 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