1
0
Fork 0
mirror of synced 2024-06-29 11:40:37 +12:00
Rare/rare/ui/components/tabs/games/import_sync/import_group.ui

68 lines
1.8 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ImportGroup</class>
<widget class="QGroupBox" name="ImportGroup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2021-11-13 13:36:58 +13:00
<width>235</width>
<height>127</height>
</rect>
</property>
<property name="windowTitle">
2021-11-13 13:36:58 +13:00
<string notr="true">ImportGroup</string>
</property>
<property name="title">
<string>Import EGL game from a directory</string>
</property>
<layout class="QFormLayout" name="import_layout">
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="path_edit_label">
<property name="text">
<string>Installation path</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="app_name_label">
<property name="text">
<string>Override app name</string>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QHBoxLayout" name="path_edit_layout"/>
</item>
<item row="1" column="1">
<layout class="QHBoxLayout" name="app_name_layout"/>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="import_button">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Import Game</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="info_label">
<property name="text">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>