Added simulation functionality
BIN
ui/assets/cursor.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
ui/assets/lamp.png
Normal file
After Width: | Height: | Size: 711 B |
BIN
ui/assets/lamp_off.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
ui/assets/lamp_on.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
|
@ -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
After Width: | Height: | Size: 2.1 KiB |
BIN
ui/assets/switch_off.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
ui/assets/switch_on.png
Normal file
After Width: | Height: | Size: 8.9 KiB |
BIN
ui/assets/wire.png
Normal file
After Width: | Height: | Size: 789 B |