Files
revpicommander/ui_dev/ressources.qrc
Sven Sager 0050e7ed94 feat: Select start program in developer dialog
In the 'PLC developer', a Python file can now be selected as a start
project on the Revolution Pi. This is transferred to the Revolution
Pi via the new XML-RPC function 'set_plcprogram'. This version is
available from 'revpipyload' 0.11.0.
2023-10-26 12:24:38 +02:00

31 lines
941 B
Plaintext

<RCC>
<qresource prefix="main">
<file>ico/cpu.ico</file>
<file>ico/folder.ico</file>
<file>ico/revpipycontrol.ico</file>
</qresource>
<qresource prefix="file">
<file>ico/autostart.ico</file>
<file>ico/file-else.ico</file>
<file>ico/file-python.ico</file>
</qresource>
<qresource prefix="action">
<file>ico/edit-delete-6.ico</file>
<file>ico/applications-utilities.ico</file>
<file>ico/edit-find.ico</file>
<file>ico/process-stop.ico</file>
<file>ico/system-run.ico</file>
<file>ico/system-search.ico</file>
<file>ico/view-refresh.ico</file>
<file>ico/arrow-left.ico</file>
<file>ico/arrow-right.ico</file>
<file>ico/folder-open.ico</file>
<file>ico/refresh.ico</file>
<file>ico/reload.ico</file>
<file>ico/arrow-down.ico</file>
<file>ico/arrow-up.ico</file>
<file>ico/edit-add.ico</file>
<file>ico/edit-delete.ico</file>
</qresource>
</RCC>