added window icons
This commit is contained in:
parent
1f54eb55ec
commit
510d75c1ac
6 changed files with 15 additions and 8 deletions
|
@ -21,7 +21,7 @@
|
|||
<string>About llcon</string>
|
||||
</property>
|
||||
<property name="windowIcon" >
|
||||
<iconset/>
|
||||
<iconset resource="resources.qrc" >:/new/prefix1/mainicon.png</iconset>
|
||||
</property>
|
||||
<property name="sizeGripEnabled" >
|
||||
<bool>true</bool>
|
||||
|
@ -185,7 +185,9 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="resources.qrc" />
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>buttonOk</sender>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<string>General Settings</string>
|
||||
</property>
|
||||
<property name="windowIcon" >
|
||||
<iconset/>
|
||||
<iconset resource="resources.qrc" >:/new/prefix1/mainicon.png</iconset>
|
||||
</property>
|
||||
<property name="sizeGripEnabled" >
|
||||
<bool>true</bool>
|
||||
|
@ -729,6 +729,8 @@
|
|||
<header>multicolorled.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="resources.qrc" />
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<string>llcon</string>
|
||||
</property>
|
||||
<property name="windowIcon" >
|
||||
<iconset/>
|
||||
<iconset resource="resources.qrc" >:/new/prefix1/mainicon.png</iconset>
|
||||
</property>
|
||||
<property name="sizeGripEnabled" >
|
||||
<bool>true</bool>
|
||||
|
@ -28,7 +28,7 @@
|
|||
<item>
|
||||
<widget class="QFrame" name="FrameMain" >
|
||||
<property name="frameShape" >
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
<enum>QFrame::Panel</enum>
|
||||
</property>
|
||||
<property name="frameShadow" >
|
||||
<enum>QFrame::Raised</enum>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<string>llcon</string>
|
||||
</property>
|
||||
<property name="windowIcon" >
|
||||
<iconset/>
|
||||
<iconset resource="resources.qrc" >:/new/prefix1/mainicon.png</iconset>
|
||||
</property>
|
||||
<property name="sizeGripEnabled" >
|
||||
<bool>true</bool>
|
||||
|
@ -154,7 +154,9 @@
|
|||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="resources.qrc" />
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>buttonOk</sender>
|
||||
|
|
BIN
src/mainicon.png
Executable file
BIN
src/mainicon.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 277 B |
|
@ -1,5 +1,6 @@
|
|||
<RCC>
|
||||
<qresource prefix="/new/prefix1" >
|
||||
<file>gig.png</file>
|
||||
<file>mainicon.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Reference in a new issue