0
|
1 |
<ui version="4.0" >
|
|
2 |
<class>TranslationSettings</class>
|
|
3 |
<widget class="QDialog" name="TranslationSettings" >
|
|
4 |
<property name="geometry" >
|
|
5 |
<rect>
|
|
6 |
<x>0</x>
|
|
7 |
<y>0</y>
|
|
8 |
<width>346</width>
|
|
9 |
<height>125</height>
|
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="windowTitle" >
|
|
13 |
<string>Qt Linguist - Translation file settings</string>
|
|
14 |
</property>
|
|
15 |
<layout class="QVBoxLayout" >
|
|
16 |
<property name="margin" >
|
|
17 |
<number>9</number>
|
|
18 |
</property>
|
|
19 |
<property name="spacing" >
|
|
20 |
<number>6</number>
|
|
21 |
</property>
|
|
22 |
<item>
|
|
23 |
<widget class="QGroupBox" name="groupBox" >
|
|
24 |
<property name="title" >
|
|
25 |
<string>Target language</string>
|
|
26 |
</property>
|
|
27 |
<layout class="QGridLayout" >
|
|
28 |
<property name="margin" >
|
|
29 |
<number>9</number>
|
|
30 |
</property>
|
|
31 |
<property name="spacing" >
|
|
32 |
<number>6</number>
|
|
33 |
</property>
|
|
34 |
<item row="0" column="1" >
|
|
35 |
<widget class="QComboBox" name="cbLanguageList" />
|
|
36 |
</item>
|
|
37 |
<item row="0" column="0" >
|
|
38 |
<widget class="QLabel" name="label" >
|
|
39 |
<property name="text" >
|
|
40 |
<string>Language</string>
|
|
41 |
</property>
|
|
42 |
<property name="buddy" >
|
|
43 |
<cstring>cbLanguageList</cstring>
|
|
44 |
</property>
|
|
45 |
</widget>
|
|
46 |
</item>
|
|
47 |
<item row="1" column="1" >
|
|
48 |
<widget class="QComboBox" name="cbCountryList" />
|
|
49 |
</item>
|
|
50 |
<item row="1" column="0" >
|
|
51 |
<widget class="QLabel" name="lblCountry" >
|
|
52 |
<property name="text" >
|
|
53 |
<string>Country/Region</string>
|
|
54 |
</property>
|
|
55 |
</widget>
|
|
56 |
</item>
|
|
57 |
</layout>
|
|
58 |
</widget>
|
|
59 |
</item>
|
|
60 |
<item>
|
|
61 |
<widget class="QDialogButtonBox" name="buttonBox" >
|
|
62 |
<property name="orientation" >
|
|
63 |
<enum>Qt::Horizontal</enum>
|
|
64 |
</property>
|
|
65 |
<property name="standardButtons" >
|
|
66 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
|
67 |
</property>
|
|
68 |
</widget>
|
|
69 |
</item>
|
|
70 |
</layout>
|
|
71 |
</widget>
|
|
72 |
<resources/>
|
|
73 |
<connections>
|
|
74 |
<connection>
|
|
75 |
<sender>buttonBox</sender>
|
|
76 |
<signal>accepted()</signal>
|
|
77 |
<receiver>TranslationSettings</receiver>
|
|
78 |
<slot>accept()</slot>
|
|
79 |
<hints>
|
|
80 |
<hint type="sourcelabel" >
|
|
81 |
<x>244</x>
|
|
82 |
<y>224</y>
|
|
83 |
</hint>
|
|
84 |
<hint type="destinationlabel" >
|
|
85 |
<x>157</x>
|
|
86 |
<y>242</y>
|
|
87 |
</hint>
|
|
88 |
</hints>
|
|
89 |
</connection>
|
|
90 |
<connection>
|
|
91 |
<sender>buttonBox</sender>
|
|
92 |
<signal>rejected()</signal>
|
|
93 |
<receiver>TranslationSettings</receiver>
|
|
94 |
<slot>reject()</slot>
|
|
95 |
<hints>
|
|
96 |
<hint type="sourcelabel" >
|
|
97 |
<x>312</x>
|
|
98 |
<y>230</y>
|
|
99 |
</hint>
|
|
100 |
<hint type="destinationlabel" >
|
|
101 |
<x>286</x>
|
|
102 |
<y>242</y>
|
|
103 |
</hint>
|
|
104 |
</hints>
|
|
105 |
</connection>
|
|
106 |
</connections>
|
|
107 |
</ui>
|