qt5base-lts/examples/widgets/itemviews
Kai Köhne 80a76df178 Examples: Fix whitespace issues in CMakeLists.txt
Pick-to: 6.3
Change-Id: I8e6dd1f250f8be6016ee4164cb2ab7034cbb1203
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2021-12-13 14:16:26 +00:00
..
addressbook Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
basicsortfiltermodel Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
chart Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
coloreditorfactory Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
combowidgetmapper Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
customsortfiltermodel Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
dirview Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
editabletreemodel Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
fetchmore Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
flattreeview Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
frozencolumn Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
interview Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
pixelator Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
puzzle Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
simpledommodel Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
simpletreemodel Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
simplewidgetmapper Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
spinboxdelegate Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
spreadsheet Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
stardelegate Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
storageview Examples: Fix whitespace issues in CMakeLists.txt 2021-12-13 14:16:26 +00:00
CMakeLists.txt Examples: Remove remaining conversion markers in CMakeLists.txt 2021-12-13 14:16:26 +00:00
itemviews.pro Make sure we can build with -no-feature-draganddrop 2018-05-29 18:31:35 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00

Item views are widgets that typically display data sets. Qt 4's model/view
framework lets you handle large data sets by separating the underlying data
from the way it is represented to the user, and provides support for
customized rendering through the use of delegates.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.