aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/referenceexamples
Commit message (Expand)AuthorAgeFilesLines
* Fix lineedit exampleUlf Hermann2020-10-051-1/+1
* Avoid discouraged patterns in examplesUlf Hermann2020-02-113-3/+3
* Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-0710-9/+35
* Generate registrations for all examplesUlf Hermann2020-01-1331-34/+64
* Binding example: Fix type registrationFabian Kosmale2020-01-131-0/+2
* Specify parameters of type registration in class declarationsUlf Hermann2019-09-2624-54/+73
* Reference Examples: Fix calls to exec() and exit codesUlf Hermann2019-08-3011-32/+34
* Use qmlRegisterAnonymousType in examples and testsUlf Hermann2019-08-277-16/+16
* Reference Examples: Avoid static_cast on function argumentsUlf Hermann2019-08-201-1/+1
* Reference Examples: Use override for overridden virtual functionsUlf Hermann2019-08-202-2/+2
* Reference Examples: Use nullptrUlf Hermann2019-08-2021-39/+39
* Reference Examples: Use auto for results of new and component.create()Ulf Hermann2019-08-2014-14/+14
* Reference Examples: Use initializer lists to avoid repeating type naemsUlf Hermann2019-08-208-9/+9
* Port from QLineEdit::getTextMargins() to textMargins()Marc Mutz2019-07-031-28/+20
* Examples: remove bogus returnv5.11.0-beta3J-P Nurmi2018-04-031-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-2610-10/+10
* Fix outdated BSD license headerKai Koehne2017-10-1766-198/+858
* Replace QList<Person*> with QVector<Person*> and function pointersMichael Winkelmann2017-03-072-2/+39
* Doc: added specs to Extending QML - Methods ExampleNico Vertriest2017-01-091-2/+2
* Doc: Rearranged order of Extending QML ExamplesNico Vertriest2017-01-091-0/+4
* Port examples to new connection syntax.Friedemann Kleint2015-07-222-2/+2
* Fixed license headersJani Heikkinen2015-02-1766-198/+198
* Update copyright headersJani Heikkinen2015-02-1266-330/+330
* the qmlextensionplugins example and a bunch of reference examples need QtQuickOswald Buddenhagen2014-02-211-5/+7
* the shell example and a bunch of reference examples need no QtGuiOswald Buddenhagen2014-02-215-5/+5
* fix whitespaceOswald Buddenhagen2014-01-2218-27/+27
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1066-66/+66
* make use of qtHaveModule()Oswald Buddenhagen2013-01-101-1/+1
* centralize and fixup example sources install targetsOswald Buddenhagen2012-12-1012-49/+23
* Fix installation of examples.Christian Kandeler2012-11-2212-33/+37
* Install the Qt Quick 2 examples in the "qtquick" dirThiago Macieira2012-11-0911-22/+22
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2366-396/+396
* More consistent examples directory structureAlan Alpert2012-08-1090-0/+5650