]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/SpellcheckerUi.ui
Add accelerator
[lyx.git] / src / frontends / qt4 / ui / SpellcheckerUi.ui
1 <ui version="4.0" >
2  <class>SpellcheckerUi</class>
3  <widget class="QWidget" name="SpellcheckerUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>300</width>
9     <height>380</height>
10    </rect>
11   </property>
12   <property name="minimumSize" >
13    <size>
14     <width>260</width>
15     <height>320</height>
16    </size>
17   </property>
18   <property name="windowTitle" >
19    <string>Spell Checker</string>
20   </property>
21   <layout class="QGridLayout" name="gridLayout" >
22    <item row="0" column="0" colspan="2" >
23     <layout class="QHBoxLayout" name="horizontalLayout" >
24      <item>
25       <widget class="QLabel" name="languageLA" >
26        <property name="text" >
27         <string>&amp;Language:</string>
28        </property>
29        <property name="buddy" >
30         <cstring>languageCO</cstring>
31        </property>
32       </widget>
33      </item>
34      <item>
35       <widget class="QComboBox" name="languageCO" >
36        <property name="sizePolicy" >
37         <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
38          <horstretch>100</horstretch>
39          <verstretch>32</verstretch>
40         </sizepolicy>
41        </property>
42        <property name="toolTip" >
43         <string>The checked language. Switching this alters the language of the checked word.</string>
44        </property>
45       </widget>
46      </item>
47     </layout>
48    </item>
49    <item row="1" column="0" colspan="2" >
50     <widget class="Line" name="line" >
51      <property name="orientation" >
52       <enum>Qt::Horizontal</enum>
53      </property>
54     </widget>
55    </item>
56    <item row="2" column="0" >
57     <widget class="QLabel" name="TextLabel3" >
58      <property name="text" >
59       <string>Unknown word:</string>
60      </property>
61      <property name="buddy" >
62       <cstring>wordED</cstring>
63      </property>
64     </widget>
65    </item>
66    <item row="3" column="0" >
67     <widget class="QLineEdit" name="wordED" >
68      <property name="toolTip" >
69       <string>Current word</string>
70      </property>
71     </widget>
72    </item>
73    <item row="3" column="1" >
74     <widget class="QPushButton" name="findNextPB" >
75      <property name="sizePolicy" >
76       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
77        <horstretch>100</horstretch>
78        <verstretch>32</verstretch>
79       </sizepolicy>
80      </property>
81      <property name="toolTip" >
82       <string/>
83      </property>
84      <property name="text" >
85       <string>&amp;Find Next</string>
86      </property>
87     </widget>
88    </item>
89    <item row="4" column="0" >
90     <widget class="QLabel" name="TextLabel1" >
91      <property name="text" >
92       <string>Re&amp;placement:</string>
93      </property>
94      <property name="buddy" >
95       <cstring>replaceCO</cstring>
96      </property>
97     </widget>
98    </item>
99    <item row="5" column="0" >
100     <widget class="QComboBox" name="replaceCO" >
101      <property name="focusPolicy" >
102       <enum>Qt::StrongFocus</enum>
103      </property>
104      <property name="toolTip" >
105       <string>Replace with selected word</string>
106      </property>
107      <property name="editable" >
108       <bool>true</bool>
109      </property>
110      <property name="insertPolicy" >
111       <enum>QComboBox::InsertAtTop</enum>
112      </property>
113      <property name="autoCompletion" >
114       <bool>true</bool>
115      </property>
116      <property name="duplicatesEnabled" >
117       <bool>false</bool>
118      </property>
119     </widget>
120    </item>
121    <item row="5" column="1" >
122     <widget class="QPushButton" name="replacePB" >
123      <property name="sizePolicy" >
124       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
125        <horstretch>100</horstretch>
126        <verstretch>32</verstretch>
127       </sizepolicy>
128      </property>
129      <property name="toolTip" >
130       <string>Replace word with current choice</string>
131      </property>
132      <property name="text" >
133       <string>&amp;Replace</string>
134      </property>
135     </widget>
136    </item>
137    <item row="6" column="0" >
138     <widget class="QLabel" name="TextLabel2" >
139      <property name="sizePolicy" >
140       <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
141        <horstretch>0</horstretch>
142        <verstretch>0</verstretch>
143       </sizepolicy>
144      </property>
145      <property name="text" >
146       <string>S&amp;uggestions:</string>
147      </property>
148      <property name="buddy" >
149       <cstring>suggestionsLW</cstring>
150      </property>
151     </widget>
152    </item>
153    <item row="6" column="1" >
154     <widget class="QPushButton" name="replaceAllPB" >
155      <property name="sizePolicy" >
156       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
157        <horstretch>100</horstretch>
158        <verstretch>32</verstretch>
159       </sizepolicy>
160      </property>
161      <property name="toolTip" >
162       <string/>
163      </property>
164      <property name="text" >
165       <string>Replace &amp;All</string>
166      </property>
167     </widget>
168    </item>
169    <item rowspan="4" row="7" column="0" >
170     <widget class="QListWidget" name="suggestionsLW" />
171    </item>
172    <item row="7" column="1" >
173     <widget class="QPushButton" name="ignorePB" >
174      <property name="sizePolicy" >
175       <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
176        <horstretch>100</horstretch>
177        <verstretch>32</verstretch>
178       </sizepolicy>
179      </property>
180      <property name="toolTip" >
181       <string>Ignore this word</string>
182      </property>
183      <property name="text" >
184       <string>&amp;Ignore</string>
185      </property>
186     </widget>
187    </item>
188    <item row="8" column="1" >
189     <widget class="QPushButton" name="ignoreAllPB" >
190      <property name="sizePolicy" >
191       <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
192        <horstretch>100</horstretch>
193        <verstretch>32</verstretch>
194       </sizepolicy>
195      </property>
196      <property name="toolTip" >
197       <string>Ignore this word throughout this session</string>
198      </property>
199      <property name="text" >
200       <string>I&amp;gnore All</string>
201      </property>
202     </widget>
203    </item>
204    <item row="9" column="1" >
205     <widget class="QPushButton" name="addPB" >
206      <property name="sizePolicy" >
207       <sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
208        <horstretch>100</horstretch>
209        <verstretch>32</verstretch>
210       </sizepolicy>
211      </property>
212      <property name="toolTip" >
213       <string>Add the word to your personal dictionary</string>
214      </property>
215      <property name="text" >
216       <string>A&amp;dd</string>
217      </property>
218     </widget>
219    </item>
220    <item row="10" column="1" >
221     <spacer>
222      <property name="orientation" >
223       <enum>Qt::Vertical</enum>
224      </property>
225      <property name="sizeType" >
226       <enum>QSizePolicy::Expanding</enum>
227      </property>
228      <property name="sizeHint" stdset="0" >
229       <size>
230        <width>74</width>
231        <height>98</height>
232       </size>
233      </property>
234     </spacer>
235    </item>
236   </layout>
237  </widget>
238  <resources/>
239  <connections/>
240 </ui>