qt5base-lts/examples
Lars Knoll e510b6e466 include fixes
Fixed the include statements
added QT+=widgets in examples/network to
get them to compile. Will need something better
than doing it manually.
2011-05-07 22:57:49 +02:00
..
animation include fixes 2011-05-07 22:57:49 +02:00
dbus include fixes 2011-05-07 22:57:49 +02:00
desktop include fixes 2011-05-07 22:57:49 +02:00
dialogs include fixes 2011-05-07 22:57:49 +02:00
draganddrop include fixes 2011-05-07 22:57:49 +02:00
effects include fixes 2011-05-07 22:57:49 +02:00
gestures include fixes 2011-05-07 22:57:49 +02:00
graphicsview include fixes 2011-05-07 22:57:49 +02:00
ipc include fixes 2011-05-07 22:57:49 +02:00
itemviews include fixes 2011-05-07 22:57:49 +02:00
ja_JP/linguist/hellotr Moved to using a feature profile instead of direct inclusion. 2011-04-27 12:05:43 +02:00
layouts include fixes 2011-05-07 22:57:49 +02:00
linguist include fixes 2011-05-07 22:57:49 +02:00
mainwindows include fixes 2011-05-07 22:57:49 +02:00
network include fixes 2011-05-07 22:57:49 +02:00
opengl include fixes 2011-05-07 22:57:49 +02:00
openvg Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
painting include fixes 2011-05-07 22:57:49 +02:00
qmake Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qpa Fixed qpa/windows example compilation. 2011-05-06 12:14:23 +02:00
qtconcurrent include fixes 2011-05-07 22:57:49 +02:00
qtestlib include fixes 2011-05-07 22:57:49 +02:00
qws include fixes 2011-05-07 22:57:49 +02:00
richtext include fixes 2011-05-07 22:57:49 +02:00
scroller include fixes 2011-05-07 22:57:49 +02:00
sql include fixes 2011-05-07 22:57:49 +02:00
statemachine include fixes 2011-05-07 22:57:49 +02:00
threads include fixes 2011-05-07 22:57:49 +02:00
tools include fixes 2011-05-07 22:57:49 +02:00
touch include fixes 2011-05-07 22:57:49 +02:00
tutorials include fixes 2011-05-07 22:57:49 +02:00
uitools include fixes 2011-05-07 22:57:49 +02:00
webkit/webkit-guide Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
widgets include fixes 2011-05-07 22:57:49 +02:00
xml include fixes 2011-05-07 22:57:49 +02:00
examples.pro include fixes 2011-05-07 22:57:49 +02:00
README Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00

Qt is supplied with a number of example applications and demonstrations 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.

The example and demo launcher can be used to explore the different categories
available. It provides an overview of each example, lets you view the
documentation in Qt Assistant, and is able to launch examples and demos.

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


Finding the Qt Examples and Demos launcher
==========================================

On Windows:

The launcher can be accessed via the Windows Start menu. Select the menu
entry entitled "Qt Examples and Demos" entry in the submenu containing
the Qt tools.

On Mac OS X:

For the binary distribution, the qtdemo executable is installed in the
/Developer/Applications/Qt directory. For the source distribution, it is
installed alongside the other Qt tools on the path specified when Qt is
configured.

On Unix/Linux:

The qtdemo executable is installed alongside the other Qt tools on the path
specified when Qt is configured.

On all platforms:

The source code for the launcher can be found in the demos/qtdemo directory
in the Qt package. This example is built at the same time as the Qt libraries,
tools, examples, and demonstrations.