qt5base-lts/examples/widgets/itemviews
Amir Masoud Abdol 9db9a836fb Remove unused variable/code
Pick-to: 6.5
Change-Id: I8d28db64c1ae2c57c95b2f9f22303d74172226e9
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2023-04-07 11:12:34 +02:00
..
addressbook Don't use file dialog in the address book example 2023-01-13 19:21:44 +00:00
basicsortfiltermodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
chart Remove unused variable/code 2023-04-07 11:12:34 +02:00
coloreditorfactory Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
combowidgetmapper Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
customsortfiltermodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
dirview Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
editabletreemodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
fetchmore Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
flattreeview Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
frozencolumn Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
interview Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
pixelator Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
puzzle Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
simpledommodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
simpletreemodel Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
simplewidgetmapper Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
spinboxdelegate Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
spreadsheet Doc: move snippet for implicit translation context 2023-03-01 22:22:26 +01:00
stardelegate Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
storageview Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Examples: Use Qt6:: to qualify Qt CMake packages 2022-11-17 19:59:11 +01: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.