Added simulation functionality

This commit is contained in:
Robert 2020-12-02 21:18:53 +01:00
parent 79c5d147a3
commit 78da43f51d
23 changed files with 385 additions and 21 deletions

BIN
ui/assets/cursor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

BIN
ui/assets/lamp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 711 B

BIN
ui/assets/lamp_off.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
ui/assets/lamp_on.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View file

@ -2,6 +2,8 @@
<qresource prefix="/toolbar">
<file>start.png</file>
<file>stop.png</file>
<file>cursor.png</file>
<file>wire.png</file>
</qresource>
<qresource prefix="/components">
<file>and.png</file>
@ -11,5 +13,11 @@
<file>not.png</file>
<file>xnor.png</file>
<file>xor.png</file>
<file>lamp.png</file>
<file>lamp_off.png</file>
<file>lamp_on.png</file>
<file>switch.png</file>
<file>switch_off.png</file>
<file>switch_on.png</file>
</qresource>
</RCC>

BIN
ui/assets/switch.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

BIN
ui/assets/switch_off.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

BIN
ui/assets/switch_on.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

BIN
ui/assets/wire.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 789 B