qt5base-lts/examples
Stephen Kelly f9caf48bee Use a QVector<int> instead of a QSet<int> in itemviews/models.
The QSet<int> is a more expensive container to use and create, so
it should be avoided.

This is source incompatible compared to earlier Qt 5 for
QAbstractItemView subclasses which reimplement dataChanged, but this
patch changes nothing compared to already-present SiC compared
to Qt 4.

Change-Id: Id95391dfd62a0a7f487a8765790b007badefb937
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
2012-06-12 04:30:07 +02:00
..
animation examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
dbus Fix compilation of examples with -no-widgets 2012-06-07 07:27:53 +02:00
desktop Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport] 2012-05-04 15:27:59 +02:00
dialogs Change remaining uses of {to,from}Ascii to {to,from}Latin1 [platformsupport] 2012-05-04 15:27:59 +02:00
draganddrop Use QRect::united(), QRect::unite() is deprecated. 2012-03-14 11:37:18 +01:00
effects Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
embedded Fix digiflip example build. 2012-05-31 02:06:42 +02:00
gestures Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
graphicsview Fixed unused variable warning in anchorlayout example. 2012-05-19 01:45:04 +02:00
ipc Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
itemviews Use a QVector<int> instead of a QSet<int> in itemviews/models. 2012-06-12 04:30:07 +02:00
ja_JP/linguist/hellotr Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
layouts Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
linguist Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
mainwindows Remove the MacMainWindow example. 2012-05-30 01:54:45 +02:00
network Fix compilation of examples with -no-widgets 2012-06-07 07:27:53 +02:00
opengl OpenGL/HelloWindow example: Fix resource leaks. 2012-05-25 21:42:14 +02:00
painting Fix assert in painting demos when switching to OpenGL. 2012-06-09 10:45:01 +02:00
qmake Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qpa Got rid of Map / Unmap events in favor of Expose event. 2012-03-22 11:43:36 +01:00
qtconcurrent Remove widgets dependency from qtconcurrent/map autotest 2012-06-07 00:39:09 +02:00
qtestlib Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
richtext Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
scroller Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
sql Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
statemachine Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
threads Fix compilation of examples with -no-widgets 2012-06-07 07:27:53 +02:00
tools Replace deprecated QGraphicsScene::itemAt() with items() 2012-06-09 10:45:01 +02:00
touch Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
tutorials Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
webkit/webkit-guide Change bugreports.qt.nokia.com -> bugreports.qt-project.org 2012-03-02 23:16:25 +01:00
widgets Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
xml Fix compilation of examples with -no-widgets 2012-06-07 07:27:53 +02:00
examples.pro Fix compilation of examples with -no-widgets 2012-06-07 07:27:53 +02:00
README Remove more references to demos. 2011-07-08 15:36:26 +02:00

Qt is supplied with a number of example applications that have been
written to provide developers with examples of the Qt API in use,
highlight good programming practice, and showcase features found in each of
Qt's core technologies.


Documentation for examples can be found in the Examples section
of the Qt documentation.