qt6-bb10/examples/widgets/itemviews
Ahmad Samir 0b3390f33d examples/: fix compiler (GCC) warnings -Wsign-compare
Change-Id: Ie4965e3ce3113e9c7a5d5d5eba4cab143ef1c806
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-08-18 23:35:52 +03:00
..
addressbook
basicsortfiltermodel
coloreditorfactory
combowidgetmapper
customsortfiltermodel
editabletreemodel examples/: fix compiler (GCC) warnings -Wsign-compare 2023-08-18 23:35:52 +03:00
fetchmore
frozencolumn Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
simpletreemodel Modernize SimpleTreeModel example 2023-06-28 19:26:45 +00:00
spinboxdelegate
spreadsheet Examples: Remove unnecessary Q_INIT_RESOURCE calls 2023-06-08 16:15:02 +00:00
stardelegate
CMakeLists.txt Move simple widget mapper example to manual test 2023-06-30 08:51:06 +02:00
README
itemviews.pro Move simple widget mapper example to manual test 2023-06-30 08:51:06 +02: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.