|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HelpLanguagesDialog</class> |
|
4 <widget class="QDialog" name="HelpLanguagesDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Languages</string> |
|
15 </property> |
|
16 <layout class="QGridLayout" name="gridLayout"> |
|
17 <item row="0" column="0"> |
|
18 <widget class="QLabel" name="label"> |
|
19 <property name="text"> |
|
20 <string>Languages in order of preference:</string> |
|
21 </property> |
|
22 </widget> |
|
23 </item> |
|
24 <item row="1" column="0" rowspan="4"> |
|
25 <widget class="QListView" name="languagesList"/> |
|
26 </item> |
|
27 <item row="1" column="1"> |
|
28 <widget class="QPushButton" name="upButton"> |
|
29 <property name="text"> |
|
30 <string>&Up</string> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item row="2" column="1"> |
|
35 <widget class="QPushButton" name="downButton"> |
|
36 <property name="text"> |
|
37 <string>&Down</string> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item row="3" column="1"> |
|
42 <widget class="QPushButton" name="removeButton"> |
|
43 <property name="text"> |
|
44 <string>&Remove</string> |
|
45 </property> |
|
46 </widget> |
|
47 </item> |
|
48 <item row="4" column="1"> |
|
49 <spacer name="verticalSpacer"> |
|
50 <property name="orientation"> |
|
51 <enum>Qt::Vertical</enum> |
|
52 </property> |
|
53 <property name="sizeHint" stdset="0"> |
|
54 <size> |
|
55 <width>20</width> |
|
56 <height>77</height> |
|
57 </size> |
|
58 </property> |
|
59 </spacer> |
|
60 </item> |
|
61 <item row="5" column="0"> |
|
62 <widget class="QComboBox" name="addCombo"/> |
|
63 </item> |
|
64 <item row="5" column="1"> |
|
65 <widget class="QPushButton" name="addButton"> |
|
66 <property name="text"> |
|
67 <string>&Add</string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item row="6" column="0" colspan="2"> |
|
72 <widget class="QDialogButtonBox" name="buttonBox"> |
|
73 <property name="orientation"> |
|
74 <enum>Qt::Horizontal</enum> |
|
75 </property> |
|
76 <property name="standardButtons"> |
|
77 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
78 </property> |
|
79 </widget> |
|
80 </item> |
|
81 </layout> |
|
82 </widget> |
|
83 <tabstops> |
|
84 <tabstop>languagesList</tabstop> |
|
85 <tabstop>upButton</tabstop> |
|
86 <tabstop>downButton</tabstop> |
|
87 <tabstop>removeButton</tabstop> |
|
88 <tabstop>addCombo</tabstop> |
|
89 <tabstop>addButton</tabstop> |
|
90 <tabstop>buttonBox</tabstop> |
|
91 </tabstops> |
|
92 <resources/> |
|
93 <connections> |
|
94 <connection> |
|
95 <sender>buttonBox</sender> |
|
96 <signal>accepted()</signal> |
|
97 <receiver>HelpLanguagesDialog</receiver> |
|
98 <slot>accept()</slot> |
|
99 <hints> |
|
100 <hint type="sourcelabel"> |
|
101 <x>248</x> |
|
102 <y>254</y> |
|
103 </hint> |
|
104 <hint type="destinationlabel"> |
|
105 <x>157</x> |
|
106 <y>274</y> |
|
107 </hint> |
|
108 </hints> |
|
109 </connection> |
|
110 <connection> |
|
111 <sender>buttonBox</sender> |
|
112 <signal>rejected()</signal> |
|
113 <receiver>HelpLanguagesDialog</receiver> |
|
114 <slot>reject()</slot> |
|
115 <hints> |
|
116 <hint type="sourcelabel"> |
|
117 <x>316</x> |
|
118 <y>260</y> |
|
119 </hint> |
|
120 <hint type="destinationlabel"> |
|
121 <x>286</x> |
|
122 <y>274</y> |
|
123 </hint> |
|
124 </hints> |
|
125 </connection> |
|
126 </connections> |
|
127 </ui> |