604b2feca7
- Use unique_ptr instead of manual memory management - Improve consistenty in variable name with the simpletreemodel childrenNumber -> row, m_ prefix for member variables Change-Id: Iface30c2224c2b1db7c623a9e6fcbb449c556f3e Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> |
||
---|---|---|
.. | ||
addressbook | ||
basicsortfiltermodel | ||
coloreditorfactory | ||
combowidgetmapper | ||
customsortfiltermodel | ||
editabletreemodel | ||
fetchmore | ||
frozencolumn | ||
pixelator | ||
simpledommodel | ||
simpletreemodel | ||
simplewidgetmapper | ||
spinboxdelegate | ||
spreadsheet | ||
stardelegate | ||
CMakeLists.txt | ||
itemviews.pro | ||
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.