qt5base-lts/examples/widgets/statemachine
Sona Kurazyan d914a5ba4e Remove the remaining usages of deprecated APIs of qtbase
This change removes the leftovers form other cleanup commits.

Task-number: QTBUG-76491
Change-Id: I61440f87c5a280f9666b78e19aac4d8ac603767e
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
2019-08-01 06:48:27 +02:00
..
eventtransitions Unify license header usage. 2016-03-29 10:20:03 +00:00
factorial factorial example: Fix issue with WinRT console output 2019-04-03 13:59:47 +00:00
pingpong Add cmdline feature to qmake 2019-02-18 07:12:14 +00:00
rogue Cleanup Widgets examples - foreach 2019-01-23 18:49:05 +00:00
trafficlight Remove the remaining usages of deprecated APIs of qtbase 2019-08-01 06:48:27 +02:00
twowaybutton Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
README Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
statemachine.pro add and use qtHaveModule() function 2012-12-21 19:05:02 +01:00

Qt is provided with a powerful hierchical finite state machine through
the Qt State Machine classes.


Documentation for these examples can be found via the Examples
link in the main Qt documentation.