1
0
Fork 0
mirror of synced 2024-06-02 02:34:40 +12:00
Rare/rare/ui/components/tabs/games/integrations/import_group.ui
loathingKernel dfa60aa99f
ImportGroup: Add platform selection when importing games.
If we are importing multiple games, default to importing the native platform
if the game supports it, otherwise fallback to the Windows platform
2023-12-17 01:20:07 +02:00

159 lines
4.2 KiB
XML

<?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>
<width>651</width>
<height>218</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">ImportGroup</string>
</property>
<property name="windowFilePath">
<string notr="true"/>
</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="3" column="0">
<widget class="QLabel" name="import_folder_label">
<property name="text">
<string>Import all folders</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="import_folder_check">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>Scan the installation path for game folders and import them</string>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QLabel" name="import_dlcs_label">
<property name="text">
<string>Import DLCs</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QCheckBox" name="import_dlcs_check">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>If a game has DLCs, try to import them too</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="import_force_label">
<property name="text">
<string>Force import</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QCheckBox" name="import_force_check">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>Import game despite missing files</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="import_button_label">
<property name="text">
<string notr="true">Error</string>
</property>
</widget>
</item>
<item row="6" column="1">
<layout class="QHBoxLayout" name="button_info_layout">
<item>
<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>
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="platform_label">
<property name="text">
<string>Platform</string>
</property>
</widget>
</item>
<item row="2" column="1">
<layout class="QHBoxLayout" name="platform_layout">
<item>
<widget class="QComboBox" name="platform_combo">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="platform_tooltip">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="text">
<string>Select the native platform of the game</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>