|
|
|
@ -2,25 +2,17 @@
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>MainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>575</width>
|
|
|
|
|
<height>575</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>575</width>
|
|
|
|
|
<height>575</height>
|
|
|
|
|
<height>525</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>OpenMW Launcher</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowIcon">
|
|
|
|
|
<iconset resource="../resources.qrc">
|
|
|
|
|
<iconset resource="../launcher/launcher.qrc">
|
|
|
|
|
<normaloff>:/images/openmw.png</normaloff>:/images/openmw.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
@ -42,7 +34,7 @@
|
|
|
|
|
<property name="styleSheet">
|
|
|
|
|
<string notr="true">#iconWidget {
|
|
|
|
|
background-image: url(":/images/openmw-header.png");
|
|
|
|
|
background-color: white;
|
|
|
|
|
background-color: palette(base);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-attachment: scroll;
|
|
|
|
|
background-position: right;
|
|
|
|
@ -74,7 +66,7 @@
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<resources>
|
|
|
|
|
<include location="../resources.qrc"/>
|
|
|
|
|
<include location="../launcher/launcher.qrc"/>
|
|
|
|
|
</resources>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|
|
|
|
|