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-01-14 21:32:19 +02:00
|
|
|
<width>370</width>
|
|
|
|
|
<height>228</height>
|
2021-12-28 16:47:10 +06:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Preferences</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2022-01-14 21:32:19 +02:00
|
|
|
<x>20</x>
|
|
|
|
|
<y>190</y>
|
2021-12-28 16:47:10 +06:00
|
|
|
<width>341</width>
|
|
|
|
|
<height>32</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="standardButtons">
|
|
|
|
|
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QComboBox" name="comboBox">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2022-01-14 21:32:19 +02:00
|
|
|
<x>10</x>
|
|
|
|
|
<y>30</y>
|
2021-12-28 16:47:10 +06:00
|
|
|
<width>351</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="editable">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>(Default)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2022-01-14 21:32:19 +02:00
|
|
|
<x>10</x>
|
|
|
|
|
<y>10</y>
|
|
|
|
|
<width>351</width>
|
2021-12-28 16:47:10 +06:00
|
|
|
<height>17</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Icon set:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2022-01-14 21:32:19 +02:00
|
|
|
<x>280</x>
|
|
|
|
|
<y>60</y>
|
2021-12-28 16:47:10 +06:00
|
|
|
<width>80</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Default</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
2022-01-08 16:39:51 +06:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2022-01-14 21:32:19 +02:00
|
|
|
<x>10</x>
|
|
|
|
|
<y>90</y>
|
|
|
|
|
<width>351</width>
|
2022-01-08 16:39:51 +06:00
|
|
|
<height>16</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Language:</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QPushButton" name="pushButtonLanguage">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2022-01-14 21:32:19 +02:00
|
|
|
<x>280</x>
|
|
|
|
|
<y>140</y>
|
2022-01-08 16:39:51 +06:00
|
|
|
<width>80</width>
|
|
|
|
|
<height>23</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Default</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QComboBox" name="comboBoxLanguage">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
2022-01-14 21:32:19 +02:00
|
|
|
<x>10</x>
|
|
|
|
|
<y>110</y>
|
2022-01-08 16:39:51 +06:00
|
|
|
<width>351</width>
|
|
|
|
|
<height>23</height>
|
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>(System Default)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</item>
|
|
|
|
|
</widget>
|
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>
|