Skip to content

Commit 9d47b10

Browse files
author
ThePBone
committed
Update viper icon refs
1 parent 4dc70b9 commit 9d47b10

File tree

9 files changed

+181
-196
lines changed

9 files changed

+181
-196
lines changed

dialog/log.ui

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<property name="windowTitle">
1414
<string>Log Viewer</string>
1515
</property>
16+
<property name="windowIcon">
17+
<iconset resource="../resources.qrc">
18+
<normaloff>:/icons/viper-new.svg</normaloff>:/icons/viper-new.svg</iconset>
19+
</property>
1620
<layout class="QGridLayout" name="gridLayout_2">
1721
<item row="1" column="3">
1822
<widget class="QPushButton" name="reload">
@@ -68,6 +72,8 @@
6872
<tabstop>select</tabstop>
6973
<tabstop>reload</tabstop>
7074
</tabstops>
71-
<resources/>
75+
<resources>
76+
<include location="../resources.qrc"/>
77+
</resources>
7278
<connections/>
7379
</ui>

dialog/palettedlg.ui

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<property name="windowTitle">
1414
<string>Palette Editor</string>
1515
</property>
16+
<property name="windowIcon">
17+
<iconset resource="../resources.qrc">
18+
<normaloff>:/icons/viper-new.svg</normaloff>:/icons/viper-new.svg</iconset>
19+
</property>
1620
<widget class="QPushButton" name="base">
1721
<property name="geometry">
1822
<rect>
@@ -192,6 +196,8 @@
192196
<tabstop>reset</tabstop>
193197
<tabstop>close</tabstop>
194198
</tabstops>
195-
<resources/>
199+
<resources>
200+
<include location="../resources.qrc"/>
201+
</resources>
196202
<connections/>
197203
</ui>

dialog/preset.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</property>
2222
<property name="windowIcon">
2323
<iconset resource="../resources.qrc">
24-
<normaloff>:/icons/viper.png</normaloff>:/icons/viper.png</iconset>
24+
<normaloff>:/icons/viper-new.svg</normaloff>:/icons/viper-new.svg</iconset>
2525
</property>
2626
<layout class="QHBoxLayout" name="horizontalLayout_6">
2727
<item>

dialog/settings.ui

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
<property name="windowTitle">
2626
<string>Settings</string>
2727
</property>
28-
<property name="windowIcon">
29-
<iconset resource="../resources.qrc">
30-
<normaloff>:/icons/viper.png</normaloff>:/icons/viper.png</iconset>
31-
</property>
3228
<property name="sizeGripEnabled">
3329
<bool>false</bool>
3430
</property>
@@ -1196,8 +1192,6 @@
11961192
<tabstop>github</tabstop>
11971193
<tabstop>close</tabstop>
11981194
</tabstops>
1199-
<resources>
1200-
<include location="../resources.qrc"/>
1201-
</resources>
1195+
<resources/>
12021196
<connections/>
12031197
</ui>

0 commit comments

Comments
 (0)