qt5base-lts/examples/widgets/statemachine
Christian Ehrlicher 34e4a8ef6d Cleanup Widgets examples - foreach
Cleanup the Widgets examples - replace foreach with range-based for loop
in the remaining directories

Change-Id: I321e6c0f414401a1ae4fb65762b97d894b725afa
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Reviewed-by: Luca Beldi <v.ronin@yahoo.it>
2019-01-23 18:49:05 +00:00
..
eventtransitions Unify license header usage. 2016-03-29 10:20:03 +00:00
factorial Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
pingpong Examples: Remove more redundant virtual specifiers for overriders 2016-11-29 10:06:02 +00:00
rogue Cleanup Widgets examples - foreach 2019-01-23 18:49:05 +00:00
trafficlight Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
twowaybutton Cleanup Widgets examples - new signal/slot syntax 2019-01-03 08:29:56 +00:00
README
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.