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