aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets
Commit message (Expand)AuthorAgeFilesLines
* qmltc: generate code into namespacesSami Shalayel2023-01-061-1/+1
* QQmlEngine: Add module + type based singletonInstance overloadFabian Kosmale2022-12-081-0/+7
* qmltc: fix handlers for c++-signalsSami Shalayel2022-12-071-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-074-4/+4
* Add license headers to cmake filesLucie Gérard2022-07-084-0/+12
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-232-1/+3
* Use SPDX license identifiersLucie Gérard2022-06-11102-4982/+211
* Remove qmltc compilation command in favor of qt_add_qml_module()Andrei Golubev2022-05-311-6/+4
* Doc: Remove Integrating QML and C++ topicJaishree Vyas2022-05-112-149/+0
* Doc: Integrate with JS Values from C++Jaishree Vyas2022-05-093-0/+202
* Doc: Write QML ModulesJaishree Vyas2022-03-315-0/+76
* qmltc: Migrate to new object creation/querying mechanismAndrei Golubev2022-03-301-1/+1
* Remove qmltc prototype code (2/N)Andrei Golubev2022-03-081-3/+3
* Disable failing declarative tests on Android - Part 2Assam Boudjelthia2022-03-021-0/+3
* tst_qmltc_examples: Fix a documentation leftover (FILES -> QML_FILES)Andrei Golubev2022-02-181-2/+2
* tst_qmltc_examples: Set visible text to 0 by defaultAndrei Golubev2022-02-161-0/+1
* CMake: Fix docs and implementation of qt_generate_foreign_qml_typesAlexandru Croitor2022-02-151-0/+6
* Improve the structure of the output generated by qmltcAndrei Golubev2022-01-311-3/+4
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-261-1/+1
* Document qmltc output formatAndrei Golubev2022-01-264-12/+241
* Document qmltc toolAndrei Golubev2022-01-197-0/+643
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2022-01-061-1/+1
* doc: Add a section about singleton types in qt_add_qml_moduleAlexandru Croitor2021-12-032-0/+60
* Doc: Fix core QML functions signatures and examplesIvan Tkachenko2021-11-021-3/+12
* Update PropertyChanges in src and toolsUlf Hermann2021-10-291-2/+1
* Replace 0 pointer constants with nullptrAllan Sandfeld Jensen2021-10-182-2/+2
* Fix documentation on JavaScript importsUlf Hermann2021-09-271-1/+2
* Add documentation for qt_target_qml_sources()Craig Scott2021-08-305-0/+49
* doc: Improve QQmlParserStatus code snippetIvan Tkachenko2021-08-181-2/+5
* Adjust import documentation to mention that versions are optionalFabian Kosmale2021-07-211-2/+2
* Use functions as signal handlers when accessing parametersUlf Hermann2021-02-121-3/+3
* Remove the qmake project filesFabian Kosmale2021-01-153-42/+0
* Doc: Fix occurrences of \Q_OBJECT in code snippetsTopi Reinio2020-12-083-0/+248
* Doc: Use explicit linkage with target_link_librariesKai Koehne2020-12-021-1/+1
* Doc: use editingFinished signal of TextInput instead of textChangedMitch Curtis2020-10-061-1/+1
* Remove qml statemachine plugin from qtdeclarativeKarsten Heimrich2020-08-2313-1274/+0
* Document how to use CMake for Qt QmlKai Koehne2020-06-232-53/+4
* Fix file name comment in script.mjs snippetUlf Hermann2020-04-271-1/+1
* Doc: Fix documentation warnings for Qt QMLTopi Reinio2020-02-201-1/+1
* Doc: Modernize backend example and adapt C++ integration docsUlf Hermann2020-02-123-4/+19
* Modernize scarceresources snippets and adapt docsUlf Hermann2020-02-113-63/+106
* Add inline component documentationFabian Kosmale2020-02-064-0/+267
* Doc: Fix documentation warningsTopi Reinio2019-11-112-78/+0
* Re-add documentation for Qt Qml ModelsUlf Hermann2019-09-1714-1352/+0
* Fix docs to explain the new type syntax for QML methodsSimon Hausmann2019-07-105-12/+12
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-2/+2
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-061-2/+2
| |\
| | * Doc: Remove superfluous double quotes in code snippetsPaul Wicking2019-06-041-2/+2
* | | Add TableModelColumnMitch Curtis2019-04-084-136/+196