2016-03-23 02:08:16 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SavegameDialog</class>
|
|
|
|
<widget class="QDialog" name="SavegameDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>100</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Savegame Viewer</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="vlSavegameDialog">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labSavegameText">
|
|
|
|
<property name="text">
|
|
|
|
<string><span style=" font-weight:600;">Savegame</span><br><br>%1</string>
|
|
|
|
</property>
|
2016-03-23 02:23:32 +01:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2016-03-23 02:08:16 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="vsSavegameDialog">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>3</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="hlButtons">
|
|
|
|
<item>
|
|
|
|
<spacer name="hsButtons">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2016-04-02 21:09:07 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdCopy">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-03-23 02:08:16 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdClose">
|
|
|
|
<property name="text">
|
|
|
|
<string>Close</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|