63 lines
1.6 KiB
XML
Executable file
63 lines
1.6 KiB
XML
Executable file
<?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>
|
|
<layout class="QHBoxLayout" name="hlSavegameContent">
|
|
<item>
|
|
<widget class="QLabel" name="labSavegamePic">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="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">
|
|
<string>The Third Way (100%) - 00/00/00 00:00:00</string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</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>
|
|
<resources>
|
|
<include location="app.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|