<?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> <property name="wordWrap"> <bool>true</bool> </property> </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> <item> <widget class="QPushButton" name="cmdCopy"> <property name="text"> <string>Copy</string> </property> </widget> </item> <item> <widget class="QPushButton" name="cmdClose"> <property name="text"> <string>Close</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>