2013-03-02 22:49:31 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
2014-01-22 16:51:10 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-01-29 04:49:49 +00:00
|
|
|
<width>720</width>
|
2017-07-26 03:12:29 +00:00
|
|
|
<height>565</height>
|
2014-01-22 16:51:10 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-03-02 22:49:31 +00:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2018-01-29 04:49:49 +00:00
|
|
|
<width>720</width>
|
2017-07-26 03:12:29 +00:00
|
|
|
<height>565</height>
|
2013-03-02 22:49:31 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>OpenMW Launcher</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2013-03-11 00:34:12 +00:00
|
|
|
<iconset resource="../launcher/launcher.qrc">
|
2013-03-02 22:49:31 +00:00
|
|
|
<normaloff>:/images/openmw.png</normaloff>:/images/openmw.png</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QListWidget" name="iconWidget">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>400</width>
|
|
|
|
<height>80</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>80</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">#iconWidget {
|
|
|
|
background-image: url(":/images/openmw-header.png");
|
2013-03-11 00:34:12 +00:00
|
|
|
background-color: palette(base);
|
2013-03-02 22:49:31 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-attachment: scroll;
|
|
|
|
background-position: right;
|
|
|
|
}
|
|
|
|
</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2021-05-09 00:57:11 +00:00
|
|
|
<widget class="QStackedWidget" name="pagesWidget"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="line">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2013-03-02 22:49:31 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2014-01-22 16:51:10 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="versionLabel">
|
|
|
|
<property name="text">
|
|
|
|
<string>OpenMW version</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="standardButtons">
|
|
|
|
<set>QDialogButtonBox::Close</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2013-03-02 22:49:31 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2013-03-11 00:34:12 +00:00
|
|
|
<include location="../launcher/launcher.qrc"/>
|
2013-03-02 22:49:31 +00:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|