qt5base-lts/examples
Miikka Heikkinen 227accf0a3 Fix hellowindow example generating excess timers
The example was creating a new timer on every expose event, which
quickly leads into massive excess of timeout signals.

Fixed by only creating one timer.

Task-number: QTBUG-27836
Change-Id: Ia6ed1bd9575e296f4c6c5b12509095e4d5c016dd
Reviewed-by: Jonathan Liu <net147@gmail.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2012-11-05 15:16:06 +01:00
..
dbus
embedded Use organization name "QtProject" in examples. 2012-10-16 15:29:15 +02:00
gestures
gui
ipc
ja_JP/linguist/hellotr
linguist
network Use organization name "QtProject" in examples. 2012-10-16 15:29:15 +02:00
opengl Fix hellowindow example generating excess timers 2012-11-05 15:16:06 +01:00
qmake
qpa
qtconcurrent
qtestlib
sql
threads
tools
touch
webkit/webkit-guide
widgets Do the actual removal of the Soft Keys API and related code 2012-10-29 20:27:27 +01:00
xml
examples.pro
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.