Added an icon to NeuroUI

main
mandlm 2015-10-25 10:00:48 +01:00
parent 2b84b8a054
commit 91427954c7
3 changed files with 12 additions and 3 deletions

View File

@ -1,2 +1,5 @@
<RCC/>
<RCC>
<qresource prefix="/">
<file>icons/NeuroUI Icon.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -13,6 +13,10 @@
<property name="windowTitle">
<string>NeuroUI</string>
</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">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
@ -46,6 +50,8 @@
</widget>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<resources>
<include location="icons.qrc"/>
</resources>
<connections/>
</ui>