qt5base-lts/examples
Oto Magaldadze e913972d52 added QAbstractSpinBox::setGroupSeparatorShown function.
[ChangeLog][QtWidgets][QAbstractSpinBox] QTBUG-5142 - This will
allow a group (thousand) separator to be shown in QSpinBox
and QDoubleSpinBox widgets.

Task-number: QTBUG-5142

Change-Id: I2e23f5f83c93bb092a2dbd784e06d17d40d42909
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
2013-10-29 12:12:16 +01:00
..
aggregate install a sane top-level examples.pro file 2012-12-11 13:37:57 +01:00
dbus Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
embedded Remove references to Nokia in qtbase examples. 2013-07-11 17:29:39 +02:00
gestures Merge branch 'release' into stable 2013-01-31 18:55:53 +01:00
gui skip gui-needing examples with -no-gui 2013-10-11 21:03:34 +02:00
ipc Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
json Add json/savegame example. 2013-08-22 19:14:03 +02:00
network Merge remote-tracking branch 'origin/stable' into dev 2013-10-11 16:12:35 +02:00
opengl Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
qmake Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qpa skip gui-needing examples with -no-gui 2013-10-11 21:03:34 +02:00
qtconcurrent remove non-concurrent branch from concurrent example 2013-10-16 17:10:15 +02:00
qtestlib Whitespace cleanup: remove trailing whitespace 2013-03-16 20:22:50 +01:00
sql examples: fix if (!foo == 0) 2013-09-14 23:40:31 +02:00
threads don't erroneously claim that gui support is needed 2013-10-16 17:10:15 +02:00
tools Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
touch Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
webkit/webkit-guide Changed digia contact details to */legal, updated licenses 2013-07-20 11:21:46 +02:00
widgets added QAbstractSpinBox::setGroupSeparatorShown function. 2013-10-29 12:12:16 +01:00
xml Remove warnings about examples not running in the Qt Simulator 2013-10-09 21:45:31 +02:00
examples.pro Add json/savegame example. 2013-08-22 19:14:03 +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.