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-04-03 05:25:54 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2016-04-03 01:18:48 +02:00
|
|
|
<item>
|
2016-04-03 05:25:54 +02:00
|
|
|
<widget class="QFrame" name="SavegameFrame">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
2016-04-03 01:18:48 +02:00
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Plain</enum>
|
2016-03-25 07:07:58 +01:00
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="lineWidth">
|
|
|
|
<number>0</number>
|
2016-03-27 13:19:50 +02:00
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<layout class="QHBoxLayout" name="hlSavegame">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbSelected">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labSavegamePic">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap">
|
|
|
|
<pixmap resource="res/app.qrc">:/img/savegame.png</pixmap>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labSavegameStr">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-10-19 16:44:57 +02:00
|
|
|
<string>SAVE %3 - %1<br>%2</string>
|
2016-04-03 05:25:54 +02:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdView">
|
2016-04-08 16:55:28 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>View savegame</string>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>View</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdCopy">
|
2016-04-08 16:55:28 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy savegame</string>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="text">
|
2016-04-14 04:18:22 +02:00
|
|
|
<string>Export</string>
|
2016-04-03 05:25:54 +02:00
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="cmdDelete">
|
2016-04-08 16:55:28 +02:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Delete savegame</string>
|
|
|
|
</property>
|
2016-04-03 05:25:54 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>Delete</string>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2016-03-25 07:07:58 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-03-27 09:52:23 +02:00
|
|
|
<resources>
|
2016-04-01 01:54:21 +02:00
|
|
|
<include location="res/app.qrc"/>
|
2016-03-27 09:52:23 +02:00
|
|
|
</resources>
|
2016-03-25 07:07:58 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|