Qt Editor: Fix title and icon

Using the .ico needs a plugin that is not always loaded.
qteditor
Sven Eberhardt 2016-03-26 23:55:28 -04:00
parent a79d5d1802
commit 9294d8b9dc
2 changed files with 3 additions and 3 deletions

View File

@ -11,11 +11,11 @@
</rect>
</property>
<property name="windowTitle">
<string>EDITOR</string>
<string comment="res">IDS_CNS_EDITOR</string>
</property>
<property name="windowIcon">
<iconset resource="resource.qrc">
<normaloff>:/editor/res/oc.ico</normaloff>:/editor/res/oc.ico</iconset>
<normaloff>:/editor/res/oc64.png</normaloff>:/editor/res/oc64.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QComboBox" name="foregroundMatTexComboBox">

View File

@ -1,6 +1,5 @@
<RCC>
<qresource prefix="/editor">
<file>../res/oc.ico</file>
<file>../res/CreateObj_Trans.png</file>
<file>../res/Brush_Trans.png</file>
<file>../res/Cursor_Trans.png</file>
@ -10,6 +9,7 @@
<file>../res/Halt_Trans.png</file>
<file>../res/Line_Trans.png</file>
<file>../res/Mouse_Trans.png</file>
<file>../res/oc64.png</file>
<file>../res/Picker_Trans.png</file>
<file>../res/Play_Trans.png</file>
<file>../res/Rect_Trans.png</file>