|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ManageDictionariesDialog</class> |
|
4 <widget class="QDialog" name="ManageDictionariesDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>676</width> |
|
10 <height>653</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Spell Check Dictionaries</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
22 <item> |
|
23 <widget class="QLabel" name="label"> |
|
24 <property name="text"> |
|
25 <string>Installation Location:</string> |
|
26 </property> |
|
27 </widget> |
|
28 </item> |
|
29 <item> |
|
30 <widget class="QComboBox" name="locationComboBox"> |
|
31 <property name="sizePolicy"> |
|
32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
33 <horstretch>0</horstretch> |
|
34 <verstretch>0</verstretch> |
|
35 </sizepolicy> |
|
36 </property> |
|
37 <property name="toolTip"> |
|
38 <string>Select the location for the dictionaries installation</string> |
|
39 </property> |
|
40 </widget> |
|
41 </item> |
|
42 </layout> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="QListWidget" name="dictionariesList"> |
|
46 <property name="toolTip"> |
|
47 <string>Shows the list of available dictionaries</string> |
|
48 </property> |
|
49 <property name="alternatingRowColors"> |
|
50 <bool>true</bool> |
|
51 </property> |
|
52 <property name="selectionMode"> |
|
53 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
54 </property> |
|
55 <property name="sortingEnabled"> |
|
56 <bool>true</bool> |
|
57 </property> |
|
58 </widget> |
|
59 </item> |
|
60 <item> |
|
61 <widget class="Line" name="line"> |
|
62 <property name="orientation"> |
|
63 <enum>Qt::Horizontal</enum> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item> |
|
68 <widget class="QProgressBar" name="downloadProgress"> |
|
69 <property name="toolTip"> |
|
70 <string>Shows the progress of the current download</string> |
|
71 </property> |
|
72 <property name="value"> |
|
73 <number>0</number> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item> |
|
78 <widget class="QLabel" name="statusLabel"> |
|
79 <property name="text"> |
|
80 <string/> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item> |
|
85 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
86 <item> |
|
87 <widget class="QLabel" name="label_4"> |
|
88 <property name="text"> |
|
89 <string>Dictionaries URL:</string> |
|
90 </property> |
|
91 </widget> |
|
92 </item> |
|
93 <item> |
|
94 <widget class="QLineEdit" name="dictionariesUrlEdit"> |
|
95 <property name="toolTip"> |
|
96 <string>Shows the dictionaries URL</string> |
|
97 </property> |
|
98 <property name="readOnly"> |
|
99 <bool>true</bool> |
|
100 </property> |
|
101 </widget> |
|
102 </item> |
|
103 <item> |
|
104 <widget class="QPushButton" name="dictionariesUrlEditButton"> |
|
105 <property name="toolTip"> |
|
106 <string>Press to edit the dictionaries URL</string> |
|
107 </property> |
|
108 <property name="text"> |
|
109 <string>Edit URL</string> |
|
110 </property> |
|
111 <property name="checkable"> |
|
112 <bool>true</bool> |
|
113 </property> |
|
114 </widget> |
|
115 </item> |
|
116 </layout> |
|
117 </item> |
|
118 <item> |
|
119 <widget class="QDialogButtonBox" name="buttonBox"> |
|
120 <property name="orientation"> |
|
121 <enum>Qt::Horizontal</enum> |
|
122 </property> |
|
123 <property name="standardButtons"> |
|
124 <set>QDialogButtonBox::Close</set> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 </layout> |
|
129 </widget> |
|
130 <tabstops> |
|
131 <tabstop>locationComboBox</tabstop> |
|
132 <tabstop>dictionariesList</tabstop> |
|
133 <tabstop>dictionariesUrlEdit</tabstop> |
|
134 <tabstop>dictionariesUrlEditButton</tabstop> |
|
135 </tabstops> |
|
136 <resources/> |
|
137 <connections> |
|
138 <connection> |
|
139 <sender>buttonBox</sender> |
|
140 <signal>accepted()</signal> |
|
141 <receiver>ManageDictionariesDialog</receiver> |
|
142 <slot>accept()</slot> |
|
143 <hints> |
|
144 <hint type="sourcelabel"> |
|
145 <x>248</x> |
|
146 <y>254</y> |
|
147 </hint> |
|
148 <hint type="destinationlabel"> |
|
149 <x>157</x> |
|
150 <y>274</y> |
|
151 </hint> |
|
152 </hints> |
|
153 </connection> |
|
154 <connection> |
|
155 <sender>buttonBox</sender> |
|
156 <signal>rejected()</signal> |
|
157 <receiver>ManageDictionariesDialog</receiver> |
|
158 <slot>reject()</slot> |
|
159 <hints> |
|
160 <hint type="sourcelabel"> |
|
161 <x>316</x> |
|
162 <y>260</y> |
|
163 </hint> |
|
164 <hint type="destinationlabel"> |
|
165 <x>286</x> |
|
166 <y>274</y> |
|
167 </hint> |
|
168 </hints> |
|
169 </connection> |
|
170 </connections> |
|
171 </ui> |