2016-03-25 07:07:58 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SavegameWidget</class>
|
|
|
|
<widget class="QWidget" name="SavegameWidget">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>405</width>
|
|
|
|
<height>45</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Savegame Widget</string>
|
|
|
|
</property>
|
2016-03-26 09:22:47 +01:00
|
|
|
<layout class="QHBoxLayout" name="hlSavegameContent">
|
2016-03-25 07:07:58 +01:00
|
|
|
<item>
|
2016-03-27 09:52:23 +02:00
|
|
|
<widget class="QLabel" name="labSavegamePic">
|
2016-03-25 07:07:58 +01:00
|
|
|
<property name="text">
|
2016-03-27 09:52:23 +02:00
|
|
|
<string/>
|
2016-03-25 07:07:58 +01:00
|
|
|
</property>
|
2016-03-27 09:52:23 +02:00
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="app.qrc">:/img/savegame.png</pixmap>
|
2016-03-25 07:07:58 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2016-03-27 09:52:23 +02:00
|
|
|
<widget class="QLabel" name="labSavegameStr">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2016-03-25 07:07:58 +01:00
|
|
|
</property>
|
2016-03-27 09:52:23 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>The Third Way (100%) - 00/00/00 00:00:00</string>
|
2016-03-25 07:07:58 +01:00
|
|
|
</property>
|
2016-03-27 09:52:23 +02:00
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2016-03-25 07:07:58 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdCopy">
|
|
|
|
<property name="text">
|
|
|
|
<string>Copy</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdDelete">
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-03-27 09:52:23 +02:00
|
|
|
<resources>
|
|
|
|
<include location="app.qrc"/>
|
|
|
|
</resources>
|
2016-03-25 07:07:58 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|