forked from mirror/openmw-tes3mp
37 lines
882 B
Text
37 lines
882 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>ConclusionPage</class>
|
||
|
<widget class="QWizardPage" name="ConclusionPage">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>300</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>WizardPage</string>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>Completing the OpenMW Wizard</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="textLabel">
|
||
|
<property name="text">
|
||
|
<string>The OpenMW Wizard successfully installed Morrowind on your computer.
|
||
|
|
||
|
Click Finish to close the Wizard.</string>
|
||
|
</property>
|
||
|
<property name="wordWrap">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|