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