qt6-bb10/examples/widgets/itemviews
Assam Boudjelthia 4d7ac73255 Examples: Add Qt6::Gui editabletreemodel and simpletreemodel tests
Android needs the Gui dependency.
Amends 283cdcd3d5.

Pick-to: 6.7 6.6
Fixes: QTBUG-120257
Change-Id: Id02b03b9fa08546bc5a126b3e71e67bdd65f8b66
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
2023-12-20 17:01:40 +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
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
editabletreemodel Examples: Add Qt6::Gui editabletreemodel and simpletreemodel tests 2023-12-20 17:01:40 +02:00
fetchmore Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
frozencolumn Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
simpletreemodel Examples: Add Qt6::Gui editabletreemodel and simpletreemodel tests 2023-12-20 17:01:40 +02:00
spreadsheet Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
stardelegate Examples: Use PRIVATE CMake linkage 2022-11-30 14:48:50 +01:00
CMakeLists.txt Turn SpinBox Delegate example into snippets 2023-12-20 13:18:02 +01:00
README
itemviews.pro Turn SpinBox Delegate example into snippets 2023-12-20 13:18:02 +01:00

README

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.