qt5base-lts/examples
Olivier Goffart ffa072655d Fix compilation of examples with QStringBuilder
In sub-attack an interview, one can't make two implicit conversions at
once, so explicitly convert to the right type.

The change in the torrent example is required because of
https://codereview.qt-project.org/16168 (commit 9491272)
But in that case, using a QByteArray is better anyway.

Change-Id: Ieed22ac7f0d700d5ba5d1e70af3db4dd6c139c8f
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-02-25 21:30:45 +01:00
..
animation Fix compilation of examples with QStringBuilder 2012-02-25 21:30:45 +01:00
dbus clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
desktop Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
dialogs Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
draganddrop Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +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 examples: compile w/o opengl 2012-02-24 22:39:40 +01:00
ipc Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
itemviews Fix compilation of examples with QStringBuilder 2012-02-25 21:30:45 +01: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 "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
network Fix compilation of examples with QStringBuilder 2012-02-25 21:30:45 +01:00
opengl clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
painting examples: compile w/o opengl 2012-02-24 22:39:40 +01:00
qmake Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qpa clean up qmake-generated projects 2012-02-24 05:18:30 +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
qws 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 Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
statemachine Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
threads clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
tools Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
touch Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
tutorials Move QtConcurrent into its own module 2012-02-05 17:49:16 +01:00
webkit/webkit-guide Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
widgets clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
xml Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
examples.pro Examples, plugins: Remove remains of qpa in profiles. 2011-10-28 15:04:54 +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.