qt5base-lts/examples/widgets/statemachine
Christian Ehrlicher 4af00753fa Cleanup QtWidgets examples
Cleanup QtWidgets examples:
 - use nullptr (clang-tidy)
 - use member-initialization
 - adjust the style
 - fix includes

Change-Id: Ic5448606aacc525ea60b615a69227017aa2b821a
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2019-10-11 06:32:30 +02:00
..
eventtransitions Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
factorial Cleanup QtWidgets examples 2019-10-11 06:32:30 +02: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 Cleanup QtWidgets examples 2019-10-11 06:32:30 +02: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.