]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/ui/QSpellcheckerDialogBase.ui
QBibtex/QCitation ui fixes (bug 1146)
[lyx.git] / src / frontends / qt2 / ui / QSpellcheckerDialogBase.ui
1 <!DOCTYPE UI><UI>
2 <class>QSpellcheckerDialogBase</class>
3 <include location="global">config.h</include>
4 <include location="local">qt_helpers.h</include>
5 <widget>
6     <class>QDialog</class>
7     <property stdset="1">
8         <name>name</name>
9         <cstring>QSpellcheckerDialogBase</cstring>
10     </property>
11     <property stdset="1">
12         <name>geometry</name>
13         <rect>
14             <x>0</x>
15             <y>0</y>
16             <width>323</width>
17             <height>389</height>
18         </rect>
19     </property>
20     <property stdset="1">
21         <name>caption</name>
22         <string>Spellchecker</string>
23     </property>
24     <property stdset="1">
25         <name>sizeGripEnabled</name>
26         <bool>true</bool>
27     </property>
28     <grid>
29         <property stdset="1">
30             <name>margin</name>
31             <number>11</number>
32         </property>
33         <property stdset="1">
34             <name>spacing</name>
35             <number>6</number>
36         </property>
37         <widget row="4"  column="0"  rowspan="1"  colspan="2" >
38             <class>QLabel</class>
39             <property stdset="1">
40                 <name>name</name>
41                 <cstring>TextLabel2</cstring>
42             </property>
43             <property stdset="1">
44                 <name>text</name>
45                 <string>Suggestions:</string>
46             </property>
47             <property>
48                 <name>buddy</name>
49                 <cstring>suggestionsLB</cstring>
50             </property>
51         </widget>
52         <widget row="3"  column="2" >
53             <class>QPushButton</class>
54             <property stdset="1">
55                 <name>name</name>
56                 <cstring>replacePB</cstring>
57             </property>
58             <property stdset="1">
59                 <name>text</name>
60                 <string>&amp;Replace</string>
61             </property>
62             <property>
63                 <name>toolTip</name>
64                 <string>Replace word with current choice</string>
65             </property>
66         </widget>
67         <widget row="7"  column="2" >
68             <class>QPushButton</class>
69             <property stdset="1">
70                 <name>name</name>
71                 <cstring>addPB</cstring>
72             </property>
73             <property stdset="1">
74                 <name>text</name>
75                 <string>A&amp;dd</string>
76             </property>
77             <property>
78                 <name>toolTip</name>
79                 <string>Add the word to your personal dictionary</string>
80             </property>
81         </widget>
82         <widget row="5"  column="2" >
83             <class>QPushButton</class>
84             <property stdset="1">
85                 <name>name</name>
86                 <cstring>ignorePB</cstring>
87             </property>
88             <property stdset="1">
89                 <name>text</name>
90                 <string>&amp;Ignore</string>
91             </property>
92             <property>
93                 <name>toolTip</name>
94                 <string>Ignore this word</string>
95             </property>
96         </widget>
97         <widget row="6"  column="2" >
98             <class>QPushButton</class>
99             <property stdset="1">
100                 <name>name</name>
101                 <cstring>replacePB_3</cstring>
102             </property>
103             <property stdset="1">
104                 <name>text</name>
105                 <string>I&amp;gnore All</string>
106             </property>
107             <property>
108                 <name>toolTip</name>
109                 <string>Ignore this word throughout this session</string>
110             </property>
111         </widget>
112         <spacer row="10"  column="1" >
113             <property>
114                 <name>name</name>
115                 <cstring>Spacer6</cstring>
116             </property>
117             <property stdset="1">
118                 <name>orientation</name>
119                 <enum>Horizontal</enum>
120             </property>
121             <property stdset="1">
122                 <name>sizeType</name>
123                 <enum>Expanding</enum>
124             </property>
125             <property>
126                 <name>sizeHint</name>
127                 <size>
128                     <width>20</width>
129                     <height>20</height>
130                 </size>
131             </property>
132         </spacer>
133         <widget row="10"  column="2" >
134             <class>QPushButton</class>
135             <property stdset="1">
136                 <name>name</name>
137                 <cstring>closePB</cstring>
138             </property>
139             <property stdset="1">
140                 <name>text</name>
141                 <string>&amp;Close</string>
142             </property>
143         </widget>
144         <widget row="9"  column="0"  rowspan="1"  colspan="2" >
145             <class>QProgressBar</class>
146             <property stdset="1">
147                 <name>name</name>
148                 <cstring>spellcheckPR</cstring>
149             </property>
150             <property>
151                 <name>toolTip</name>
152                 <string>How far spellchecking has got</string>
153             </property>
154         </widget>
155         <widget row="5"  column="0"  rowspan="4"  colspan="2" >
156             <class>QListBox</class>
157             <property stdset="1">
158                 <name>name</name>
159                 <cstring>suggestionsLB</cstring>
160             </property>
161             <property>
162                 <name>toolTip</name>
163                 <string>Suggestions</string>
164             </property>
165         </widget>
166         <spacer row="8"  column="2" >
167             <property>
168                 <name>name</name>
169                 <cstring>Spacer10</cstring>
170             </property>
171             <property stdset="1">
172                 <name>orientation</name>
173                 <enum>Vertical</enum>
174             </property>
175             <property stdset="1">
176                 <name>sizeType</name>
177                 <enum>Expanding</enum>
178             </property>
179             <property>
180                 <name>sizeHint</name>
181                 <size>
182                     <width>20</width>
183                     <height>20</height>
184                 </size>
185             </property>
186         </spacer>
187         <widget row="2"  column="0"  rowspan="1"  colspan="2" >
188             <class>QLabel</class>
189             <property stdset="1">
190                 <name>name</name>
191                 <cstring>TextLabel1</cstring>
192             </property>
193             <property stdset="1">
194                 <name>text</name>
195                 <string>Replacement:</string>
196             </property>
197             <property>
198                 <name>buddy</name>
199                 <cstring>replaceCO</cstring>
200             </property>
201         </widget>
202         <widget row="1"  column="0"  rowspan="1"  colspan="2" >
203             <class>QLineEdit</class>
204             <property stdset="1">
205                 <name>name</name>
206                 <cstring>wordED</cstring>
207             </property>
208             <property>
209                 <name>toolTip</name>
210                 <string>Current word</string>
211             </property>
212         </widget>
213         <widget row="0"  column="0" >
214             <class>QLabel</class>
215             <property stdset="1">
216                 <name>name</name>
217                 <cstring>TextLabel3</cstring>
218             </property>
219             <property stdset="1">
220                 <name>text</name>
221                 <string>Unknown word:</string>
222             </property>
223             <property>
224                 <name>buddy</name>
225                 <cstring>wordED</cstring>
226             </property>
227         </widget>
228         <widget row="3"  column="0"  rowspan="1"  colspan="2" >
229             <class>QComboBox</class>
230             <property stdset="1">
231                 <name>name</name>
232                 <cstring>replaceCO</cstring>
233             </property>
234             <property stdset="1">
235                 <name>sizePolicy</name>
236                 <sizepolicy>
237                     <hsizetype>3</hsizetype>
238                     <vsizetype>0</vsizetype>
239                 </sizepolicy>
240             </property>
241             <property stdset="1">
242                 <name>focusPolicy</name>
243                 <enum>StrongFocus</enum>
244             </property>
245             <property stdset="1">
246                 <name>editable</name>
247                 <bool>true</bool>
248             </property>
249             <property stdset="1">
250                 <name>insertionPolicy</name>
251                 <enum>AtTop</enum>
252             </property>
253             <property stdset="1">
254                 <name>autoCompletion</name>
255                 <bool>true</bool>
256             </property>
257             <property stdset="1">
258                 <name>duplicatesEnabled</name>
259                 <bool>false</bool>
260             </property>
261             <property>
262                 <name>toolTip</name>
263                 <string>Replace with selected word</string>
264             </property>
265         </widget>
266     </grid>
267 </widget>
268 <connections>
269     <connection>
270         <sender>replaceCO</sender>
271         <signal>highlighted(const QString&amp;)</signal>
272         <receiver>QSpellcheckerDialogBase</receiver>
273         <slot>replaceChanged(const QString &amp;)</slot>
274     </connection>
275     <connection>
276         <sender>replacePB</sender>
277         <signal>clicked()</signal>
278         <receiver>QSpellcheckerDialogBase</receiver>
279         <slot>replaceClicked()</slot>
280     </connection>
281     <connection>
282         <sender>ignorePB</sender>
283         <signal>clicked()</signal>
284         <receiver>QSpellcheckerDialogBase</receiver>
285         <slot>ignoreClicked()</slot>
286     </connection>
287     <connection>
288         <sender>replacePB_3</sender>
289         <signal>clicked()</signal>
290         <receiver>QSpellcheckerDialogBase</receiver>
291         <slot>acceptClicked()</slot>
292     </connection>
293     <connection>
294         <sender>addPB</sender>
295         <signal>clicked()</signal>
296         <receiver>QSpellcheckerDialogBase</receiver>
297         <slot>addClicked()</slot>
298     </connection>
299     <connection>
300         <sender>suggestionsLB</sender>
301         <signal>doubleClicked(QListBoxItem*)</signal>
302         <receiver>QSpellcheckerDialogBase</receiver>
303         <slot>replaceClicked()</slot>
304     </connection>
305     <connection>
306         <sender>suggestionsLB</sender>
307         <signal>highlighted(const QString&amp;)</signal>
308         <receiver>QSpellcheckerDialogBase</receiver>
309         <slot>suggestionChanged(const QString &amp;)</slot>
310     </connection>
311     <slot access="public">acceptClicked()</slot>
312     <slot access="public">addClicked()</slot>
313     <slot access="public">ignoreClicked()</slot>
314     <slot access="public">optionsClicked()</slot>
315     <slot access="public">replaceChanged(const QString &amp;)</slot>
316     <slot access="public">replaceClicked()</slot>
317     <slot access="public">suggestionChanged(const QString &amp;)</slot>
318 </connections>
319 <tabstops>
320     <tabstop>wordED</tabstop>
321     <tabstop>replaceCO</tabstop>
322     <tabstop>suggestionsLB</tabstop>
323     <tabstop>replacePB</tabstop>
324     <tabstop>ignorePB</tabstop>
325     <tabstop>replacePB_3</tabstop>
326     <tabstop>addPB</tabstop>
327     <tabstop>closePB</tabstop>
328 </tabstops>
329 </UI>