aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets
Commit message (Expand)AuthorAgeFilesLines
* Doc: De-nokia-fy QML import documentation snippetJoerg Bornemann2025-04-101-1/+1
* qmltc: Add READ before WRITE in generated Q_PROPERTYsOlivier De Cannière2025-01-141-2/+2
* QQmlPropertyMap: add an example of two argument constructorDheerendra Purohit2024-12-231-0/+32
* Doc: Add source string template code snippet for qsTrIdAndreas Eliasson2024-10-091-4/+13
* Doc: Add snippet that shows how to use the n param in qsTr()Andreas Eliasson2024-10-021-1/+11
* Docs: Snippet update for QMLTC documentationAlexei Cazacov2024-09-251-0/+4
* Tests: Fix various CMake warningsUlf Hermann2024-09-101-0/+1
* QTP0004: Document resource file interactionFabian Kosmale2024-09-021-0/+1
* Document that properties in functions used as bindings will be re-evaluatedMitch Curtis2024-06-211-0/+18
* Correct doc snippet licenseLucie Gérard2024-03-224-4/+4
* qmltc: Allow setting initial values when creating a compiled typeLuca Di Sera2024-03-202-2/+5
* Doc: Remove confusing and wrong section about aliasesUlf Hermann2024-02-201-13/+2
* doc: Move qmllint and qmlls docs out of qtquick folderSemih Yavuz2023-10-121-0/+19
* Doc: Remove unused snippet fileKai Köhne2023-06-301-24/+0
* Doc: Don't use versioned Qt imports in QML snippetsKai Köhne2023-06-3059-66/+66
* Convert XMLHttpRequest example to a snippet and add doc pageOliver Eftevaag2023-03-032-0/+108
* NetworkAccessManagerFactory: Complete documentation page with snippetsOlivier De Cannière2023-03-031-0/+24
* Remove AUTO_RESOURCE_PREFIX, and refer to QTP0001 when possibleAmir Masoud Abdol2023-02-211-1/+2
* Doc: Update QQmlContext documentation to discourage context propertiesUlf Hermann2023-02-084-0/+104
* qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policyFabian Kosmale2023-02-011-1/+2
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-272-2/+1
* 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