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>
|
<string>About llcon</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon" >
|
<property name="windowIcon" >
|
||||||
<iconset/>
|
<iconset resource="resources.qrc" >:/new/prefix1/mainicon.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeGripEnabled" >
|
<property name="sizeGripEnabled" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -185,7 +185,9 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources>
|
||||||
|
<include location="resources.qrc" />
|
||||||
|
</resources>
|
||||||
<connections>
|
<connections>
|
||||||
<connection>
|
<connection>
|
||||||
<sender>buttonOk</sender>
|
<sender>buttonOk</sender>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<string>General Settings</string>
|
<string>General Settings</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon" >
|
<property name="windowIcon" >
|
||||||
<iconset/>
|
<iconset resource="resources.qrc" >:/new/prefix1/mainicon.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeGripEnabled" >
|
<property name="sizeGripEnabled" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -729,6 +729,8 @@
|
||||||
<header>multicolorled.h</header>
|
<header>multicolorled.h</header>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<resources/>
|
<resources>
|
||||||
|
<include location="resources.qrc" />
|
||||||
|
</resources>
|
||||||
<connections/>
|
<connections/>
|
||||||
</ui>
|
</ui>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<string>llcon</string>
|
<string>llcon</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon" >
|
<property name="windowIcon" >
|
||||||
<iconset/>
|
<iconset resource="resources.qrc" >:/new/prefix1/mainicon.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeGripEnabled" >
|
<property name="sizeGripEnabled" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QFrame" name="FrameMain" >
|
<widget class="QFrame" name="FrameMain" >
|
||||||
<property name="frameShape" >
|
<property name="frameShape" >
|
||||||
<enum>QFrame::StyledPanel</enum>
|
<enum>QFrame::Panel</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="frameShadow" >
|
<property name="frameShadow" >
|
||||||
<enum>QFrame::Raised</enum>
|
<enum>QFrame::Raised</enum>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<string>llcon</string>
|
<string>llcon</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowIcon" >
|
<property name="windowIcon" >
|
||||||
<iconset/>
|
<iconset resource="resources.qrc" >:/new/prefix1/mainicon.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeGripEnabled" >
|
<property name="sizeGripEnabled" >
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
@ -154,7 +154,9 @@
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources/>
|
<resources>
|
||||||
|
<include location="resources.qrc" />
|
||||||
|
</resources>
|
||||||
<connections>
|
<connections>
|
||||||
<connection>
|
<connection>
|
||||||
<sender>buttonOk</sender>
|
<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>
|
<RCC>
|
||||||
<qresource prefix="/new/prefix1" >
|
<qresource prefix="/new/prefix1" >
|
||||||
<file>gig.png</file>
|
<file>gig.png</file>
|
||||||
|
<file>mainicon.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
Loading…
Reference in a new issue