qt5base-lts/examples/widgets/itemviews
Lars Schmertmann 6ce2f3f26b Add ; to Q_UNUSED
This is required to remove the ; from the macro with Qt 6.

Task-number: QTBUG-82978
Change-Id: I3f0b6717956ca8fa486bed9817b89dfa19f5e0e1
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2020-07-07 11:51:48 +02:00
..
addressbook Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
basicsortfiltermodel Convert the example to use QRegularExpression 2020-04-15 14:38:17 +02:00
chart Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
coloreditorfactory Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
combowidgetmapper Regenerate examples 2020-02-04 18:50:39 +00:00
customsortfiltermodel Port example over to QRegularExpression 2020-04-15 14:38:23 +02:00
dirview Regenerate examples 2020-02-04 18:50:39 +00:00
editabletreemodel Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
fetchmore Regenerate examples 2020-02-04 18:50:39 +00:00
flattreeview Regenerate examples 2020-02-04 18:50:39 +00:00
frozencolumn Regenerate examples 2020-02-04 18:50:39 +00:00
interview Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
pixelator Merge remote-tracking branch 'origin/5.15' into dev 2020-02-13 18:31:40 +01:00
puzzle Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
simpledommodel Regenerate examples 2020-02-04 18:50:39 +00:00
simpletreemodel Use QList instead of QVector in examples 2020-06-23 14:01:11 +02:00
simplewidgetmapper Regenerate examples 2020-02-04 18:50:39 +00:00
spinboxdelegate Regenerate examples 2020-02-04 18:50:39 +00:00
spreadsheet Add ; to Q_UNUSED 2020-07-07 11:51:48 +02:00
stardelegate Replace calls to deprecated QEvent accessor functions 2020-06-08 19:11:51 +02:00
storageview Regenerate examples 2020-02-04 18:50:39 +00: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.