aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tableview
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-272-18/+24
* Correct license for examples filesLucie Gérard2024-03-212-2/+2
* Update manual tests and examples for change in default size policySanthosh Kumar2024-02-211-0/+3
* Doc: Create separate Graphics and Multimedia example categoriesJaishree Vyas2024-01-172-2/+2
* Doc: Add example categories for qtquickJaishree Vyas2023-09-052-0/+2
* Examples: Use versioned CMake targets for Qt modulesKai Köhne2023-05-022-8/+8
* quickwidget and tableview: Make example cmake files adhere to guidelinesOliver Eftevaag2023-02-212-12/+10
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-272-2/+0
* GameOfLife example: Fix qmllint warningsFabian Kosmale2022-10-262-6/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-072-2/+2
* Examples: Do not use import version numbers anymoreKai Köhne2022-08-312-9/+9
* Add license headers to cmake filesLucie Gérard2022-07-082-0/+6
* Use SPDX license identifiersLucie Gérard2022-06-1110-444/+20
* Improve examples CMakeLists.txtKai Köhne2022-01-243-24/+8
* Update quick examples to new QML CMake APICraig Scott2021-08-242-38/+12
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-172-2/+2
* Do not call QGuiApplication::exec() on an instanceUlf Hermann2021-06-302-2/+2
* Switch examples to build as isolated sub-buildsCraig Scott2021-05-271-2/+2
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-262-0/+8
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-202-2/+2
* Remove use of deprecated High-DPI application attributesTor Arne Vestbø2020-09-021-1/+0
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-292-2/+0
* CMake: Regenerate qtdeclarative/examplesAlexandru Croitor2020-05-292-2/+10
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-122-4/+10
|\
| * Avoid discouraged patterns in examplesUlf Hermann2020-02-112-4/+10
* | Regenerate examplesAlexandru Croitor2020-01-292-1/+17
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-166-17/+12
|\|
| * Generate registrations for all examplesUlf Hermann2020-01-136-17/+12
* | Rename example target to avoid conflicts in super buildLeander Beernaert2019-12-172-4/+5
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-144-2/+6
|\|
| * Specify parameters of type registration in class declarationsUlf Hermann2019-09-264-2/+6
* | Regenerate ExamplesLeander Beernaert2019-10-142-4/+4
* | Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-202-2/+2
* | Convert ExamplesLeander Beernaert2019-08-233-0/+100
|/
* 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
* 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
* TableView Conway's Game of Life exampleNicolas Ettlin2018-08-099-1/+688
* Make a subdirectory for TableView examplesMichael Winkelmann2018-07-139-21/+24
* TableView pixelator exampleMichael Winkelmann2018-07-108-0/+488