qt5base-lts/examples/widgets/statemachine
Miguel Costa 7ab84cfe74 factorial example: Fix issue with WinRT console output
Replaced the display of the calculation output, generated using
fprintf(stdout, ...), with qInfo() << ... In WinRT, fprintf to stdout
does not cause output to be generated.

Task-number: QTBUG-67566
Change-Id: I3b95bbf888e863683cbaf54deb26c3821433a5b8
Reviewed-by: Andre de la Rocha <andre.rocha@qt.io>
Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
2019-04-03 13:59:47 +00: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 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.