forked from qt-creator/qt-creator
Import from: https://github.com/qt/qtscxml/tree/dev/examples/scxml/trafficlight-common and implement it in terms of TaskTree. The recipe() corresponds to trafficlight.scxml file and implements the business logic. Used components: TimeoutTask and BarrierTask. Change-Id: Ifc08b947388abed8cfc85ba082aaa0b18da0a1d7 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
12 lines
400 B
Plaintext
12 lines
400 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file alias="green.png">images/green.png</file>
|
|
<file alias="yellow.png">images/yellow.png</file>
|
|
<file alias="red.png">images/red.png</file>
|
|
<file alias="pause.png">images/pause.png</file>
|
|
<file alias="play.png">images/play.png</file>
|
|
<file alias="background.png">images/background.png</file>
|
|
</qresource>
|
|
</RCC>
|
|
|