2016-06-01 10:43:33 +03:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>ConfigureSystem</class>
|
|
|
|
<widget class="QWidget" name="ConfigureSystem">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2023-05-10 17:57:25 -04:00
|
|
|
<width>605</width>
|
2018-10-09 21:53:04 -04:00
|
|
|
<height>483</height>
|
2016-06-01 10:43:33 +03:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2021-09-02 21:40:55 -04:00
|
|
|
<property name="accessibleName">
|
|
|
|
<string>System</string>
|
|
|
|
</property>
|
2016-06-01 10:43:33 +03:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="group_system_settings">
|
|
|
|
<property name="title">
|
2023-05-10 17:57:25 -04:00
|
|
|
<string>System</string>
|
2016-06-01 10:43:33 +03:00
|
|
|
</property>
|
2020-07-13 23:01:18 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2023-05-10 17:57:25 -04:00
|
|
|
<widget class="QWidget" name="system_widget" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
<property name="title">
|
|
|
|
<string>Core</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="core_widget" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2019-05-29 00:29:43 +02:00
|
|
|
</item>
|
2016-06-01 10:43:33 +03:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2018-10-09 21:53:04 -04:00
|
|
|
<item>
|
2019-01-04 17:32:13 -05:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
2018-10-09 21:53:04 -04:00
|
|
|
</property>
|
2019-01-04 17:32:13 -05:00
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
2018-10-09 21:53:04 -04:00
|
|
|
</item>
|
2022-12-28 19:08:31 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_warn_invalid_locale">
|
|
|
|
<property name="text">
|
2023-05-10 17:57:25 -04:00
|
|
|
<string/>
|
2022-12-28 19:08:31 +00:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2016-06-01 10:43:33 +03:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_disable_info">
|
|
|
|
<property name="text">
|
|
|
|
<string>System settings are available only when game is not running.</string>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|