qt5base-lts/examples
Laszlo Agocs 0ff3e7d155 Make hellowindow multi display capable on embedded
Platforms like eglfs allow a single window per screen. Thus the behavior of
--multiple is not suitable since it tries to open multiple windows on the
primary screen. Instead, introduce --multiscreen.

Add also --timeout to quit the app after 10 seconds. This is essential on
platforms that do not have windows with decorations that can be used to
close windows.

With eglfs' kms/drm hooks, starting with --multiscreen will now show a
rotating logo on all connected displays, with some random background color.

Change-Id: I53f2651f05620e752c289038a9b3ff4508273173
Reviewed-by: Louai Al-Khanji <louai.al-khanji@digia.com>
Reviewed-by: Andy Nichols <andy.nichols@digia.com>
2014-10-16 14:41:19 +02:00
..
aggregate
dbus doc: Updated Qt D-Bus Examples. 2014-05-28 16:52:04 +02:00
embedded Update license headers and add new license files 2014-09-24 12:26:19 +02:00
gui Doc: Use title case in section1 titles 2014-09-30 13:52:51 +02:00
ipc Doc: Move IPC example documentation 2014-03-27 15:16:20 +01:00
json Doc: Use title case in section1 titles 2014-09-30 13:52:51 +02:00
network Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
opengl Make hellowindow multi display capable on embedded 2014-10-16 14:41:19 +02:00
qmake
qpa Introduce QRasterWindow 2014-08-05 16:47:42 +02:00
qtconcurrent Make qtconcurrent map example compile on exotic compilers 2014-09-18 08:16:00 +02:00
qtestlib Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
sql Update license headers and add new license files 2014-09-24 12:26:19 +02:00
threads Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
tools Use QString::splitRef in customtype example 2014-08-14 09:24:05 +02:00
touch Merge remote-tracking branch 'origin/5.3' into 5.4 2014-09-23 11:23:36 +02:00
webkit/webkit-guide Changed digia contact details to */legal, updated licenses 2013-07-20 11:21:46 +02:00
widgets Merge remote-tracking branch 'origin/5.4' into dev 2014-10-09 17:56:52 +02:00
xml Examples: Add Q_DECL_OVERRIDE to overridden functions 2014-07-15 08:44:44 +02:00
examples.pro examples: fix build without OpenGL 2014-09-10 10:52:56 +02:00
README

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.