Initial commit
This commit is contained in:
commit
c3dd7f832d
16 changed files with 989 additions and 0 deletions
2
ui/assets/README.md
Normal file
2
ui/assets/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
I didn't bother choosing any icons myself yet.
|
||||
Privately I grabbed some icons from the internet, however they're only for non-commercial use.
|
BIN
ui/assets/and.png
Normal file
BIN
ui/assets/and.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
9
ui/assets/resources.qrc
Normal file
9
ui/assets/resources.qrc
Normal file
|
@ -0,0 +1,9 @@
|
|||
<RCC>
|
||||
<qresource prefix="/toolbar">
|
||||
<file>start.png</file>
|
||||
<file>stop.png</file>
|
||||
</qresource>
|
||||
<qresource prefix="/components">
|
||||
<file>and.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
BIN
ui/assets/start.png
Normal file
BIN
ui/assets/start.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
ui/assets/stop.png
Normal file
BIN
ui/assets/stop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 730 B |
Loading…
Add table
Add a link
Reference in a new issue