Added an icon to NeuroUI
This commit is contained in:
parent
2b84b8a054
commit
91427954c7
3 changed files with 12 additions and 3 deletions
|
@ -1,2 +1,5 @@
|
||||||
<RCC/>
|
<RCC>
|
||||||
|
<qresource prefix="/">
|
||||||
|
<file>icons/NeuroUI Icon.png</file>
|
||||||
|
</qresource>
|
||||||
|
</RCC>
|
||||||
|
|
BIN
gui/NeuroUI/icons/NeuroUI Icon.png
Normal file
BIN
gui/NeuroUI/icons/NeuroUI Icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -13,6 +13,10 @@
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>NeuroUI</string>
|
<string>NeuroUI</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="windowIcon">
|
||||||
|
<iconset resource="icons.qrc">
|
||||||
|
<normaloff>:/icons/NeuroUI Icon.png</normaloff>:/icons/NeuroUI Icon.png</iconset>
|
||||||
|
</property>
|
||||||
<widget class="QWidget" name="centralWidget">
|
<widget class="QWidget" name="centralWidget">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<item>
|
<item>
|
||||||
|
@ -46,6 +50,8 @@
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
<layoutdefault spacing="6" margin="11"/>
|
<layoutdefault spacing="6" margin="11"/>
|
||||||
<resources/>
|
<resources>
|
||||||
|
<include location="icons.qrc"/>
|
||||||
|
</resources>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
Loading…
Reference in a new issue