aboutsummaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* doc: Clarify that DelegateModel is a kind of proxy modelShawn Rutledge2019-02-261-2/+3
* Remove old 'Getting started with Qt Quick' exampleKai Koehne2018-10-1522-1785/+0
* Examples: Use XmlHttpRequest to fetch flickr public photosVenugopal Shivashankar2018-10-1111-85/+186
* Replace more vestiges of VisualDataModel, *Group and VisualItemModelShawn Rutledge2018-10-032-2/+2
* Example: Update the shared UI controls to use input handlersVenugopal Shivashankar2018-10-036-62/+58
* Doc: Fix QDoc warningsPaul Wicking2018-10-012-13/+13
* QQuickTableView: override fixup() to preserve contentX/Y at start-upRichard Moe Gustavsen2018-09-111-5/+2
* QQuickTableView: don't rebuild table upon querying content sizeRichard Moe Gustavsen2018-09-111-0/+1
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-111-2/+0
|\
| * examples: Fix LauncherList page components being hidden on window resizeTor Arne Vestbø2018-09-071-2/+0
* | Example, GameOfLife: bump import to QtQuick 2.12Richard Moe Gustavsen2018-08-271-1/+1
* | QQuickTableView: move TableView from Qt.labs to QtQuickRichard Moe Gustavsen2018-08-222-2/+0
* | Port WorkerScript threading examples to use ES modulesSimon Hausmann2018-08-216-6/+6
* | Allow DelegateModel-based views to support multiple delegate typesPaolo Angelelli2018-08-175-0/+210
* | TableView Conway's Game of Life exampleNicolas Ettlin2018-08-099-1/+688
* | Modify grid example to use DragHandlerShawn Rutledge2018-08-061-17/+23
* | Remove parallax exampleFrederik Gladhorn2018-07-3121-990/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-07-303-9/+5
|\|
| * Examples: Remove the metadata from some docs screen shotsAlessandro Portale2018-07-275-0/+0
| * Doc: Fix broken link targetsPaul Wicking2018-07-251-5/+5
| * photoviewer: Use QLocale::uiLanguages() for finding translationsKai Koehne2018-07-181-1/+1
* | Get rid of Qt.labs.handlers import, merge into QtQuick 2.12Shawn Rutledge2018-07-173-8/+5
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-07-176-6/+14
|\|
| * i18n examples: Add en translation dummiesKai Koehne2018-07-175-1/+11
| * i18n examples: Update .ts filesKai Koehne2018-07-175-16/+16
* | Make a subdirectory for TableView examplesMichael Winkelmann2018-07-1310-21/+25
* | Move demos to qtdoc repositoryFrederik Gladhorn2018-07-12314-17651/+1
* | TableView pixelator exampleMichael Winkelmann2018-07-108-0/+488
* | Merge remote-tracking branch 'origin/5.11' into devUlf Hermann2018-06-2510-23/+19
|\|
| * Doc: Move the code snippets to a separate snippet fileVenugopal Shivashankar2018-06-221-4/+0
| * Doc: Add missing dots (qtdeclarative)Paul Wicking2018-06-199-19/+19
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-271-1/+2
|\|
| * Clarify ownership around QQmlEngine::setNAMFMårten Nordheim2018-04-261-1/+2
* | window example: close window on 'X' button press, not just hide itTor Arne Vestbø2018-04-251-1/+1
|/
* Examples: remove bogus returnv5.11.0-beta3J-P Nurmi2018-04-031-1/+1
* rename containsMask to containmentMaskShawn Rutledge2018-02-271-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-2713-40/+40
* AnimatedSprite: set implicit size based on implicit frame sizeMitch Curtis2018-02-261-2/+0
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-263-11/+11
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2626-61/+61
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-1228-236/+3026
|\
| * Example: Switch to offine datasetVenugopal Shivashankar2018-01-3128-236/+3026
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-025-31/+34
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-245-31/+34
| |\
| | * externaldraganddrop example: add checkbox to control accepting dropShawn Rutledge2017-12-273-23/+28
| | * threadedanimation: fix custom item animation when in a QQuickWidgetMitch Curtis2017-12-201-2/+5
| | * Let platform decide what the default show action isTor Arne Vestbø2017-12-191-6/+1
* | | demonstrate containsMask in the tapableTriangle Shape exampleShawn Rutledge2018-01-261-2/+3
* | | AnimatedImage example: allow setting speed to 0Shawn Rutledge2018-01-251-1/+1
* | | QQuickShape: override contains(QPointF); demonstrate in examplesShawn Rutledge2018-01-255-12/+114