1
0
Fork 0
mirror of synced 2024-06-26 10:11:19 +12:00
Rare/rare/ui/components/dialogs/sync_save_dialog.ui

62 lines
1.5 KiB
Plaintext
Raw Normal View History

2021-10-24 12:47:49 +13:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
2021-10-25 10:02:42 +13:00
<class>SyncSaveDialog</class>
<widget class="QDialog" name="SyncSaveDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>648</width>
<height>394</height>
</rect>
</property>
<property name="windowTitle">
<string>Sync saves with cloud</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="title_label">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Select save, you want to use for </string>
</property>
2021-10-24 12:47:49 +13:00
</widget>
2021-10-25 10:02:42 +13:00
</item>
<item>
<layout class="QHBoxLayout" name="sync_widget_layout"/>
2021-10-25 10:02:42 +13:00
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="cancel_button">
<property name="text">
<string>Cancel</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
2021-10-24 12:47:49 +13:00
</ui>