2021-12-28 16:47:10 +06:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>ProgSettings</class>
|
|
|
|
|
<widget class="QDialog" name="ProgSettings">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2022-06-01 15:31:58 +06:00
|
|
|
<width>458</width>
|
|
|
|
|
<height>303</height>
|
2021-12-28 16:47:10 +06:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
2022-02-06 01:50:30 +06:00
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
2022-06-01 15:31:58 +06:00
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
2022-02-06 01:50:30 +06:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
2022-06-01 15:31:58 +06:00
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
2022-02-06 01:50:30 +06:00
|
|
|
</size>
|
|
|
|
|
</property>
|
2021-12-28 16:47:10 +06:00
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Preferences</string>
|
|
|
|
|
</property>
|
2022-02-01 21:15:53 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2022-06-01 15:31:58 +06:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
|
<enum>QLayout::SetFixedSize</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<spacer name="horizontalSpacer">
|
2022-02-01 21:15:53 +02:00
|
|
|
<property name="orientation">
|
2022-06-01 15:31:58 +06:00
|
|
|
<enum>Qt::Horizontal</enum>
|
2022-02-01 21:15:53 +02:00
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
2022-06-01 15:31:58 +06:00
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
2022-02-01 21:15:53 +02:00
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
2021-12-28 16:47:10 +06:00
|
|
|
</item>
|
2022-02-01 21:15:53 +02:00
|
|
|
<item row="4" column="0" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBoxLanguage">
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>(System Default)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
2022-01-08 16:39:51 +06:00
|
|
|
</item>
|
2022-06-01 15:31:58 +06:00
|
|
|
<item row="6" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_3">
|
2022-02-01 21:15:53 +02:00
|
|
|
<property name="text">
|
2022-06-01 15:31:58 +06:00
|
|
|
<string>Mouse sensitivity:</string>
|
2022-02-01 21:15:53 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-06-01 15:31:58 +06:00
|
|
|
<item row="2" column="1">
|
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
2022-02-01 21:15:53 +02:00
|
|
|
<property name="text">
|
2022-06-01 15:31:58 +06:00
|
|
|
<string>Default</string>
|
2022-02-01 21:15:53 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-06-01 15:31:58 +06:00
|
|
|
<item row="11" column="0" colspan="2">
|
2022-02-01 21:15:53 +02:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-06-01 15:31:58 +06:00
|
|
|
<item row="5" column="1">
|
|
|
|
|
<widget class="QPushButton" name="pushButtonLanguage">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Default</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="0" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Icon set:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="1">
|
|
|
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Default</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="8" column="0">
|
|
|
|
|
<spacer name="horizontalSpacer_3">
|
2022-02-01 21:15:53 +02:00
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2022-06-01 15:31:58 +06:00
|
|
|
<item row="3" column="0" colspan="2">
|
|
|
|
|
<widget class="QLabel" name="label_2">
|
2022-02-01 21:15:53 +02:00
|
|
|
<property name="text">
|
2022-06-01 15:31:58 +06:00
|
|
|
<string>Language:</string>
|
2022-02-01 21:15:53 +02:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-06-01 15:31:58 +06:00
|
|
|
<item row="5" column="0">
|
|
|
|
|
<spacer name="horizontalSpacer_2">
|
2022-02-01 21:15:53 +02:00
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>40</width>
|
|
|
|
|
<height>20</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
2022-06-01 15:31:58 +06:00
|
|
|
<item row="7" column="0" colspan="2">
|
|
|
|
|
<widget class="QSlider" name="horizontalSlider">
|
|
|
|
|
<property name="minimum">
|
|
|
|
|
<number>50</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<number>200</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<number>10</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="pageStep">
|
|
|
|
|
<number>20</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<number>100</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0" colspan="2">
|
|
|
|
|
<widget class="QComboBox" name="comboBox">
|
|
|
|
|
<property name="editable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>(Default)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2022-02-01 21:15:53 +02:00
|
|
|
</layout>
|
2021-12-28 16:47:10 +06:00
|
|
|
</widget>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
|
<receiver>ProgSettings</receiver>
|
|
|
|
|
<slot>accept()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>248</x>
|
|
|
|
|
<y>254</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>157</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
|
<receiver>ProgSettings</receiver>
|
|
|
|
|
<slot>reject()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>316</x>
|
|
|
|
|
<y>260</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>286</x>
|
|
|
|
|
<y>274</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
|
|
|
|
</ui>
|