CuteHMI - Count Daemon (CuteHMI.Examples.CountDaemon.3)
All Classes Namespaces Files Functions Variables Enumerations Properties Pages
Count Daemon

Counting daemon example. Daemon counts to 10 and then quits.

To run the example use cutehmi.daemon.3 tool.

cutehmi.daemon.3 CuteHMI.Examples.CountDaemon.3

Running this example should result in printing following lines.

qml: Hello from counting daemon!
qml: I can count to 1
qml: I can count to 2
qml: I can count to 3
qml: I can count to 4
qml: I can count to 5
qml: I can count to 6
qml: I can count to 7
qml: I can count to 8
qml: I can count to 9
qml: I can count to 10