qt5base-lts/examples/widgets/itemviews
Samuel Gaist 1c4cae6277 Improve the Frozen Column example
This patch updates the frozen column example to use QTextStream which
offers a more convenient way to read text files and also takes care of
converting the 8-bit data stored on disk into a 16-bit Unicode QString.

Change-Id: Ifd03903ac14b48b026d8770cda726f8ed2756ab4
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
2018-03-29 19:12:03 +00:00
..
addressbook qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
basicsortfiltermodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
chart qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
coloreditorfactory qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
combowidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
customsortfiltermodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
dirview qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
editabletreemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
fetchmore Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
flattreeview Add QHeaderView::setFirstSectionMovable(), useful for flat treeviews 2018-01-02 09:31:11 +00:00
frozencolumn Improve the Frozen Column example 2018-03-29 19:12:03 +00:00
interview qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
pixelator qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
puzzle Merge remote-tracking branch 'origin/5.10' into dev 2018-01-20 22:36:19 +01:00
simpledommodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
simpletreemodel qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
simplewidgetmapper qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
spinboxdelegate qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
spreadsheet Fix typos 2018-02-13 15:51:10 +00:00
stardelegate qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
storageview qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
itemviews.pro Add QHeaderView::setFirstSectionMovable(), useful for flat treeviews 2018-01-02 09:31:11 +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.