2013-12-07 22:17:50 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MethodSelectionPage</class>
<widget class="QWizardPage" name="MethodSelectionPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2014-02-07 23:09:25 +00:00
<width>396</width>
<height>296</height>
2013-12-07 22:17:50 +00:00
</rect>
</property>
<property name="windowTitle">
<string>WizardPage</string>
</property>
<property name="title">
<string>Select Installation Method</string>
</property>
<property name="subTitle">
2017-08-09 05:20:49 +00:00
<string><html><head/><body><p>Select how you would like to install <i>The Elder Scrolls III: Morrowind</i>.</p></body></html></string>
2013-12-07 22:17:50 +00:00
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
2017-08-09 05:20:49 +00:00
<widget class="QRadioButton" name="retailDiscRadioButton">
2013-12-07 22:17:50 +00:00
<property name="styleSheet">
<string notr="true">font-weight:bold;</string>
</property>
<property name="text">
2017-08-09 05:20:49 +00:00
<string>Retail CD/DVD</string>
2013-12-07 22:17:50 +00:00
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
2017-08-09 05:20:49 +00:00
<layout class="QHBoxLayout" name="retailDiscLayout">
2013-12-07 22:17:50 +00:00
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="installerIconLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><p><img src=":/icons/tango/48x48/system-installer.png"/></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="scaledContents">
<bool>false</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="buddy">
2017-08-09 05:20:49 +00:00
<cstring>retailDiscRadioButton</cstring>
2013-12-07 22:17:50 +00:00
</property>
</widget>
</item>
<item>
2017-08-09 05:20:49 +00:00
<widget class="QLabel" name="retailDiscLabel">
2013-12-07 22:17:50 +00:00
<property name="text">
2017-08-09 05:20:49 +00:00
<string>Install from a retail disc to a new location.</string>
2013-12-07 22:17:50 +00:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QRadioButton" name="existingLocationRadioButton">
<property name="styleSheet">
<string notr="true">font-weight:bold</string>
</property>
<property name="text">
2017-08-09 05:20:49 +00:00
<string>Existing Installation</string>
2013-12-07 22:17:50 +00:00
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="existingLocationLayout">
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="folderIconLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><p><img src=":/icons/tango/48x48/folder.png"/></p></body></html></string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="existingLocationLabel">
<property name="text">
2017-08-09 05:20:49 +00:00
<string>Select an existing installation.</string>
2013-12-07 22:17:50 +00:00
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
2021-04-08 20:57:50 +00:00
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Don't have a copy?</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="buyGameLayout">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="buyIconLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string><html><head/><body><p><img src=":/icons/tango/48x48/dollar.png"/></p></body></html></string>
</property>
</widget>
</item>
<item>
<widget class="QCommandLinkButton" name="buyLinkButton">
<property name="text">
<string>Buy the game</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_4">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
2013-12-07 22:17:50 +00:00
</layout>
</widget>
2014-02-07 23:09:25 +00:00
<resources/>
2013-12-07 22:17:50 +00:00
<connections/>
</ui>