qt5base-lts/examples/widgets/itemviews
Friedemann Kleint d55940d7f6 Brush up the basicsortfiltermodel example
- Add a clear button to the line edit
- Indicate invalid regular expressions

Change-Id: I1dbeaa0f9168224ccb9134c0c1fe281da14dcbce
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
2020-10-14 20:35:16 +02:00
..
addressbook High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling 2020-08-28 20:08:43 +02:00
basicsortfiltermodel Brush up the basicsortfiltermodel example 2020-10-14 20:35:16 +02:00
chart Replace QAbstractItemView::viewOptions with initViewItemOption 2020-08-26 18:02:58 +02:00
coloreditorfactory CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
combowidgetmapper Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
customsortfiltermodel Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
dirview Use QScroller in the Dir View example 2020-10-14 18:29:00 +00:00
editabletreemodel CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
fetchmore Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
flattreeview CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
frozencolumn CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
interview CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
pixelator Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
puzzle Disentangle QIODevice dependencies 2020-08-15 20:55:31 +02:00
simpledommodel CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
simpletreemodel CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
simplewidgetmapper CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
spinboxdelegate CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
spreadsheet High-DPI: Remove usage of Qt::AA_EnableHighDpiScaling 2020-08-28 20:08:43 +02:00
stardelegate CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
storageview Long live QKeyCombination! 2020-09-03 07:00:31 +02:00
.prev_CMakeLists.txt CMake: Regenerate examples/widgets/ projects 2020-04-29 22:48:38 +02:00
CMakeLists.txt CMake: Regenerate examples/widgets/ projects 2020-04-29 22:48:38 +02: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.