qt5base-lts/examples
Morten Johan Sorvig d725c3ee23 Remove the MacMainWindow example.
setUnifiedTitleAndToolBarOnMac will not be supported
on Qt 5, which removes the point of having this example.

The replacement for setUnifiedTitleAndToolBarOnMac
will be a NSToolBar wrapper in the MacExtras module,
and this example will probably re-appear in some form
there.

Change-Id: I46d5e70a7c45625d9334911bb48059e86f05282d
Reviewed-by: Christoph Schleifenbaum <christoph.schleifenbaum@kdab.com>
Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
2012-05-30 01:54:45 +02:00
..
animation examples: use QVector<QPointF> instead of QList<QPointF> 2012-03-08 05:31:40 +01:00
dbus Use org.example instead of com.trolltech for the D-Bus examples 2012-04-22 21:32:33 +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 clean up qmake-generated projects 2012-02-24 05:18:30 +01: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 Fixed unused variable warning in chart example. 2012-05-19 01:45:04 +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 Fixed unused paramater warning in download example. 2012-05-22 10:27:54 +02:00
opengl OpenGL/HelloWindow example: Fix resource leaks. 2012-05-25 21:42:14 +02:00
painting QApplication::syncX doesn't do anything in Qt 5 anymore 2012-05-29 11:35:21 +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 clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
qtestlib Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
richtext Remove Symbian specific code from qtbase. 2012-01-31 07:08:31 +01:00
scroller Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
sql Replace QVariant::typeToName usage by QMetaType::typeName call. 2012-05-28 03:30:21 +02:00
statemachine Disable some tests and examples when --no-widgets is specified 2012-03-19 20:16:04 +01:00
threads clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
tools Examples: Don't use deprecated methods 2012-04-21 17:29:40 +02:00
touch examples: compile w/QT_NO_CAST_FROM_BYTEARRAY, at least on Unix 2012-03-08 09:58:26 +01:00
tutorials gettingStarted, part 3-5: sanitize parameter names and compile fix 2012-05-10 09:16:35 +02:00
webkit/webkit-guide Change bugreports.qt.nokia.com -> bugreports.qt-project.org 2012-03-02 23:16:25 +01:00
widgets Examples: Don't use deprecated methods 2012-04-21 17:29:40 +02:00
xml Rename setResizeMode to setSectionResizeMode. 2012-05-07 17:55:47 +02:00
examples.pro Properly implement a 'make docs' target for subdirs and apps/libs 2012-05-09 08:34:42 +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.