qt5base-lts/examples/widgets/itemviews
Tobias Hunger aa50b377a7 CMake: Add widgets examples
Change-Id: Ib6142b93df066e3658eb189b50ca74c455fe7e56
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
2019-03-26 15:25:39 +00:00
..
addressbook CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
basicsortfiltermodel CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
chart CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
coloreditorfactory CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
combowidgetmapper CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
customsortfiltermodel CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
dirview CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
editabletreemodel CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
fetchmore CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
flattreeview CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
frozencolumn CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
interview CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
pixelator CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
puzzle CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
simpledommodel CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
simpletreemodel CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
simplewidgetmapper CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
spinboxdelegate CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
spreadsheet CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
stardelegate CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
storageview CMake: Add widgets examples 2019-03-26 15:25:39 +00:00
CMakeLists.txt CMake: Add widgets examples 2019-03-26 15:25:39 +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.