1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>TranslationSettingsDialog</class>
4 <widget class="QDialog" name="translationSettingsDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>416</width>
10    <height>263</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string/>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QGroupBox" name="srcGroupBox">
19     <property name="title">
20      <string>Source language</string>
21     </property>
22     <layout class="QGridLayout" name="_2">
23      <property name="margin">
24       <number>9</number>
25      </property>
26      <property name="spacing">
27       <number>6</number>
28      </property>
29      <item row="0" column="1">
30       <widget class="QComboBox" name="srcCbLanguageList"/>
31      </item>
32      <item row="0" column="0">
33       <widget class="QLabel" name="srcLblLanguage">
34        <property name="text">
35         <string>Language</string>
36        </property>
37        <property name="buddy">
38         <cstring>tgtCbLanguageList</cstring>
39        </property>
40       </widget>
41      </item>
42      <item row="1" column="1">
43       <widget class="QComboBox" name="srcCbCountryList"/>
44      </item>
45      <item row="1" column="0">
46       <widget class="QLabel" name="srcLblCountry">
47        <property name="text">
48         <string>Country/Region</string>
49        </property>
50       </widget>
51      </item>
52     </layout>
53    </widget>
54   </item>
55   <item>
56    <widget class="QGroupBox" name="tgtGroupBox">
57     <property name="title">
58      <string>Target language</string>
59     </property>
60     <layout class="QGridLayout">
61      <property name="margin">
62       <number>9</number>
63      </property>
64      <property name="spacing">
65       <number>6</number>
66      </property>
67      <item row="0" column="1">
68       <widget class="QComboBox" name="tgtCbLanguageList"/>
69      </item>
70      <item row="0" column="0">
71       <widget class="QLabel" name="tgtLblLanguage">
72        <property name="text">
73         <string>Language</string>
74        </property>
75        <property name="buddy">
76         <cstring>tgtCbLanguageList</cstring>
77        </property>
78       </widget>
79      </item>
80      <item row="1" column="1">
81       <widget class="QComboBox" name="tgtCbCountryList"/>
82      </item>
83      <item row="1" column="0">
84       <widget class="QLabel" name="tgtLblCountry">
85        <property name="text">
86         <string>Country/Region</string>
87        </property>
88       </widget>
89      </item>
90     </layout>
91    </widget>
92   </item>
93   <item>
94    <spacer name="verticalSpacer">
95     <property name="orientation">
96      <enum>Qt::Vertical</enum>
97     </property>
98     <property name="sizeHint" stdset="0">
99      <size>
100       <width>20</width>
101       <height>100</height>
102      </size>
103     </property>
104    </spacer>
105   </item>
106   <item>
107    <widget class="QDialogButtonBox" name="buttonBox">
108     <property name="orientation">
109      <enum>Qt::Horizontal</enum>
110     </property>
111     <property name="standardButtons">
112      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
113     </property>
114    </widget>
115   </item>
116  </layout>
117 </widget>
118 <resources/>
119 <connections>
120  <connection>
121   <sender>buttonBox</sender>
122   <signal>rejected()</signal>
123   <receiver>translationSettingsDialog</receiver>
124   <slot>reject()</slot>
125   <hints>
126    <hint type="sourcelabel">
127     <x>216</x>
128     <y>241</y>
129    </hint>
130    <hint type="destinationlabel">
131     <x>222</x>
132     <y>213</y>
133    </hint>
134   </hints>
135  </connection>
136 </connections>
137</ui>
138