Files
86Box/src/qt/qt_progsettings.ui

154 lines
3.2 KiB
Plaintext
Raw Normal View History

<?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>
</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>
<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>
<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>
<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>
<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>
</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>