qt5base-lts/examples/widgets/statemachine
Qt Forward Merge Bot 67c70b22f6 Merge remote-tracking branch 'origin/5.12' into 5.13
Change-Id: Ifa143cc462301aaa305c9c85360e543553a751f0
2019-02-19 01:00:08 +01:00
..
eventtransitions Unify license header usage. 2016-03-29 10:20:03 +00:00
factorial Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-19 01:00:08 +01: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 QtBase: compile examples with QT_DISABLE_DEPRECATED_BEFORE=0x050d00 2019-02-13 05:55:46 +00: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.