summaryrefslogtreecommitdiffstats
path: root/examples/widgets/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Move simple dom model example to manual testTor Arne Vestbø2023-07-2811-437/+0
* Move simple widget mapper example to manual testTor Arne Vestbø2023-07-287-203/+0
* Move pixelator example to manual testTor Arne Vestbø2023-07-2813-540/+0
* Move item views puzzle example to manual testTor Arne Vestbø2023-07-2813-679/+0
* Move chart example to manual testTor Arne Vestbø2023-06-2911-847/+0
* Move dirview example to manual testTor Arne Vestbø2023-06-295-108/+0
* Move interview example to manual testTor Arne Vestbø2023-06-2912-296/+0
* Move storageview example into tests/manualVolker Hilsheimer2023-06-147-294/+1
* Remove flattreeview exampleVolker Hilsheimer2023-06-145-82/+0
* Examples: Remove unnecessary Q_INIT_RESOURCE callsKai Köhne2023-06-088-19/+0
* Remove unused variable/codeAmir Masoud Abdol2023-04-081-4/+0
* Doc: move snippet for implicit translation contextVolker Hilsheimer2023-03-011-0/+2
* Don't use file dialog in the address book exampleJan Arve Sæther2023-01-163-11/+11
* Examples: Use PRIVATE CMake linkageKai Köhne2022-11-3021-24/+24
* Examples: Remove duplicated Qt6::PrintSupport link informationKai Köhne2022-11-302-12/+4
* Examples: Use qt_standard_project_setup()Kai Köhne2022-11-1721-43/+42
* Examples: Use Qt6:: to qualify Qt CMake packagesKai Köhne2022-11-1722-71/+71
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-3/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2322-22/+22
* Add license headers to cmake filesLucie Gérard2022-08-0322-0/+66
* Examples: Use signals, slots instead of Q_SIGNALS, Q_SLOTSKai Köhne2022-07-211-1/+1
* Addressbook example: port to QLatin1StringViewIvan Solovev2022-07-151-3/+5
* Use SPDX license identifiersLucie Gérard2022-05-16105-5148/+213
* Examples: Remove unneeded CMake optionsKai Köhne2022-01-2421-83/+0
* Examples: Fix whitespace issues in CMakeLists.txtKai Köhne2021-12-1321-30/+63
* Examples: Remove remaining conversion markers in CMakeLists.txtKai Köhne2021-12-1322-50/+5
* CMake: Prefer unversioned commandsKai Köhne2021-12-139-9/+9
* Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-1021-66/+27
* Remove .prev_CMakeLists.txtKai Köhne2021-12-064-205/+0
* Modify the target Square in the puzzleTang Haixiang2021-11-031-2/+2
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-1721-21/+21
* Port all in-tree addAction() users from postfix to infix QKeySequenceMarc Mutz2021-07-141-2/+2
* Build examples in isolated sub-builds using ExternalProjectCraig Scott2021-05-261-21/+21
* Rewrite the fetchmore exampleFriedemann Kleint2021-04-234-48/+79
* Fix Editable Tree Model example model rowCount and model instance leakSamuel Gaist2021-03-292-1/+4
* dirview example: Show file icons on WindowsFriedemann Kleint2021-02-131-0/+2
* Add multi key bindings to QShortcutAllan Sandfeld Jensen2020-11-041-1/+1
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-2724-0/+96
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-1924-24/+24
* Brush up the basicsortfiltermodel exampleFriedemann Kleint2020-10-141-1/+25
* Use QScroller in the Dir View exampleShawn Rutledge2020-10-141-1/+5
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-3/+3
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-121-1/+1
* Remove deprecated QPrinter and QPagedPaintDevice APIsVolker Hilsheimer2020-09-041-4/+4
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-1/+1
* High-DPI: Remove usage of Qt::AA_EnableHighDpiScalingTor Arne Vestbø2020-08-282-6/+0
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-5/+11
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-2/+2
* CMake: Regenerate examplesAlexandru Croitor2020-07-0924-24/+120
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1