qt5base-lts/examples
Mitch Curtis 7fc34bff78 Call clear() instead of empty() in addressbook/part6 tutorial.
empty() doesn't remove elements, it just returns whether it is empty.

Task-number: QTBUG-8849
Change-Id: I9bb8e855d96cecd2a0df336cb46e308ddedf0d07
Reviewed-by: Michalina Ziemba <michalina.ziemba@nokia.com>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-08-09 03:26:19 +02:00
..
animation statemachine: Move RestorePolicy enum to QState class 2012-07-16 10:08:28 +02:00
dbus let qmake auto-generate d-bus adaptors and interfaces 2012-08-07 23:27:17 +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 qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02: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 Remove the obsolete scene argument for constructors of graphics items 2012-08-03 00:37:59 +02:00
gui Avoid potential crash. 2012-08-08 12:04:49 +02:00
ipc Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
itemviews Fix building of qtbase examples when printsupport module is disabled. 2012-06-18 09:48:55 +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 some dead code wrapped in Q_WS_QWS. 2012-08-03 11:24:28 +02:00
network qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02:00
opengl qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02:00
painting Fix building of qtbase examples when printsupport module is disabled. 2012-06-18 09:48:55 +02:00
qmake Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qpa Add install path for qpa windows example 2012-06-14 03:03:38 +02:00
qtconcurrent examples: fixed compile with -no-widgets 2012-07-27 03:27:27 +02:00
qtestlib Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
richtext Fix building of qtbase examples when printsupport module is disabled. 2012-06-18 09:48:55 +02:00
scroller Remove useless "QT += widgets" 2012-06-05 16:01:29 +02:00
sql Remove the obsolete scene argument for constructors of graphics items 2012-08-03 00:37:59 +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 Remove the obsolete scene argument for constructors of graphics items 2012-08-03 00:37:59 +02:00
touch Replace the QGraphicsItem deprecated transforming functions 2012-06-26 04:18:14 +02:00
tutorials Call clear() instead of empty() in addressbook/part6 tutorial. 2012-08-09 03:26:19 +02:00
webkit/webkit-guide Change bugreports.qt.nokia.com -> bugreports.qt-project.org 2012-03-02 23:16:25 +01:00
widgets qtbase: Add missing example installs and files. 2012-07-10 22:24:40 +02:00
xml Fix compilation of examples with -no-widgets 2012-06-07 07:27:53 +02:00
examples.pro examples: fixed compile with -no-widgets 2012-07-27 03:27:27 +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.