summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/modelview
Commit message (Expand)AuthorAgeFilesLines
* CMake: Add deployment API to our examplesAlexandru Croitor2024-03-227-63/+70
* Correct license for examples filesLucie Gérard2024-03-078-8/+8
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-307-7/+7
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-177-14/+14
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-177-21/+21
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-238-8/+8
* Polish the model/view tutorial examplesFriedemann Kleint2022-08-0911-51/+55
* Add license headers to cmake filesLucie Gérard2022-08-038-0/+24
* Use SPDX license identifiersLucie Gérard2022-05-1623-1127/+46
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-247-28/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-137-7/+21
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-138-16/+0
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-107-21/+7
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-177-7/+7
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-7/+7
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-277-0/+28
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-197-7/+7
* CMake: Regenerate examplesAlexandru Croitor2020-07-097-7/+35
* Use | to OR some related flagsGiuseppe D'Angelo2020-06-191-1/+1
* Regenerate examplesAlexandru Croitor2020-02-047-7/+35
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-2/+2
|\
| * Cleanup QtWidgets examplesChristian Ehrlicher2019-10-112-2/+2
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-147-7/+7
|\|
* | Fix compiling of examples on AndroidSimon Hausmann2019-06-127-7/+14
* | Fix linking of examplesSimon Hausmann2019-06-127-7/+7
* | Allow to build examples as standalone projectKevin Funk2019-06-057-99/+155
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1623-139/+114
|\|
| * Itemviews: Cleanup examplesChristian Ehrlicher2018-11-1223-139/+114
* | CMake: Add widgets examplesTobias Hunger2019-03-268-0/+143
|/
* Examples: Fix unused variable warnings by ClangFriedemann Kleint2018-05-021-4/+0
* qtlite: Skip building examples when configured with no-feature-itemviewsRainer Keller2018-01-127-0/+7
* Examples: Replace 'Q_DECL_OVERRIDE' by 'override'hjk2016-06-155-18/+18
* Unify license header usage.Jani Heikkinen2016-03-2923-69/+299
* Examples/Doc snippets: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* Updated BSD licensed file headersJani Heikkinen2015-02-1523-69/+69
* Update copyright headersJani Heikkinen2015-02-1123-115/+115
* Examples: Add Q_DECL_OVERRIDE to overridden functionsOlivier Goffart2014-07-155-18/+18
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-6/+6
* Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø2013-10-097-14/+0
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-162-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1823-23/+23
* clean up example project files, mostly wrt QT+=widgetsOswald Buddenhagen2012-12-177-14/+12
* remove QT+=widgets from SUBDIRS projectsOswald Buddenhagen2012-12-171-2/+0
* centralize and fixup example sources install targetsOswald Buddenhagen2012-11-298-24/+8
* delete .desktop files of examplesOswald Buddenhagen2012-11-287-77/+0
* Always use QAIM to get the default flags.Stephen Kelly2012-11-281-2/+2
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-268-16/+16
* Fix building of examples.Friedemann Kleint2012-11-218-16/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2223-138/+138
* Move tutorials to widgets.Frederik Gladhorn2012-09-0938-0/+1800