Added more logic gates and fixed placement issues
This commit is contained in:
parent
96f2cffbcc
commit
79c5d147a3
10 changed files with 157 additions and 19 deletions
|
@ -1,6 +1,5 @@
|
|||
Start/Stop icons taken from https://iconsmind.com/ (modified)
|
||||
|
||||
Logic Gates taken from Wikimedia Commons. The authors are
|
||||
* jjbeard (AND, OR)
|
||||
Logic Gates taken from Wikimedia Commons. https://commons.wikimedia.org/wiki/Logic_gates_unified_symbols
|
||||
|
||||
The Wikimedia icons are part of the public domain
|
BIN
ui/assets/nand.png
Normal file
BIN
ui/assets/nand.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 813 B |
BIN
ui/assets/nor.png
Normal file
BIN
ui/assets/nor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
ui/assets/not.png
Normal file
BIN
ui/assets/not.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 800 B |
|
@ -6,5 +6,10 @@
|
|||
<qresource prefix="/components">
|
||||
<file>and.png</file>
|
||||
<file>or.png</file>
|
||||
<file>nand.png</file>
|
||||
<file>nor.png</file>
|
||||
<file>not.png</file>
|
||||
<file>xnor.png</file>
|
||||
<file>xor.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
BIN
ui/assets/xnor.png
Normal file
BIN
ui/assets/xnor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
BIN
ui/assets/xor.png
Normal file
BIN
ui/assets/xor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue