gta5view/SavegameWidget.ui

70 lines
1.7 KiB
Plaintext
Raw Normal View History

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>
<widget class="QLabel" name="labSavegamePic">
2016-03-25 07:07:58 +01:00
<property name="text">
<string/>
2016-03-25 07:07:58 +01:00
</property>
<property name="pixmap">
<pixmap resource="app.qrc">:/img/savegame.png</pixmap>
2016-03-25 07:07:58 +01:00
</property>
</widget>
</item>
<item>
<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>
<property name="text">
<string>The Third Way (100%) - 00/00/00 00:00:00</string>
2016-03-25 07:07:58 +01:00
</property>
<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>
<property name="autoDefault">
<bool>true</bool>
</property>
2016-03-25 07:07:58 +01:00
</widget>
</item>
<item>
<widget class="QPushButton" name="cmdDelete">
<property name="text">
<string>Delete</string>
</property>
<property name="autoDefault">
<bool>true</bool>
</property>
2016-03-25 07:07:58 +01:00
</widget>
</item>
</layout>
</widget>
<resources>
<include location="app.qrc"/>
</resources>
2016-03-25 07:07:58 +01:00
<connections/>
</ui>