]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/SpellcheckerUi.ui
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / ui / SpellcheckerUi.ui
1 <ui version="4.0" >
2  <class>SpellcheckerUi</class>
3  <widget class="QDockWidget" name="SpellcheckerUi" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>259</width>
9     <height>506</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>DockWidget</string>
14   </property>
15   <widget class="QWidget" name="dockWidgetContents" >
16    <layout class="QGridLayout" >
17     <property name="margin" >
18      <number>9</number>
19     </property>
20     <property name="spacing" >
21      <number>6</number>
22     </property>
23     <item row="0" column="0" >
24      <widget class="QLabel" name="TextLabel3" >
25       <property name="text" >
26        <string>Unknown word:</string>
27       </property>
28       <property name="buddy" >
29        <cstring>wordED</cstring>
30       </property>
31      </widget>
32     </item>
33     <item row="1" column="0" >
34      <widget class="QLineEdit" name="wordED" >
35       <property name="toolTip" >
36        <string>Current word</string>
37       </property>
38      </widget>
39     </item>
40     <item row="1" column="1" >
41      <widget class="QPushButton" name="findNextPB" >
42       <property name="toolTip" >
43        <string>Replace word with current choice</string>
44       </property>
45       <property name="text" >
46        <string>&amp;Find Next</string>
47       </property>
48      </widget>
49     </item>
50     <item row="2" column="0" >
51      <widget class="QLabel" name="TextLabel1" >
52       <property name="text" >
53        <string>Re&amp;placement:</string>
54       </property>
55       <property name="buddy" >
56        <cstring>replaceCO</cstring>
57       </property>
58      </widget>
59     </item>
60     <item row="3" column="0" >
61      <widget class="QComboBox" name="replaceCO" >
62       <property name="sizePolicy" >
63        <sizepolicy>
64         <hsizetype>3</hsizetype>
65         <vsizetype>0</vsizetype>
66         <horstretch>0</horstretch>
67         <verstretch>0</verstretch>
68        </sizepolicy>
69       </property>
70       <property name="focusPolicy" >
71        <enum>Qt::StrongFocus</enum>
72       </property>
73       <property name="toolTip" >
74        <string>Replace with selected word</string>
75       </property>
76       <property name="editable" >
77        <bool>true</bool>
78       </property>
79       <property name="insertPolicy" >
80        <enum>QComboBox::InsertAtTop</enum>
81       </property>
82       <property name="autoCompletion" >
83        <bool>true</bool>
84       </property>
85       <property name="duplicatesEnabled" >
86        <bool>false</bool>
87       </property>
88      </widget>
89     </item>
90     <item row="3" column="1" >
91      <widget class="QPushButton" name="replacePB" >
92       <property name="toolTip" >
93        <string>Replace word with current choice</string>
94       </property>
95       <property name="text" >
96        <string>&amp;Replace</string>
97       </property>
98      </widget>
99     </item>
100     <item row="4" column="0" >
101      <widget class="QLabel" name="TextLabel2" >
102       <property name="text" >
103        <string>S&amp;uggestions:</string>
104       </property>
105       <property name="buddy" >
106        <cstring>suggestionsLW</cstring>
107       </property>
108      </widget>
109     </item>
110     <item row="4" column="1" >
111      <widget class="QPushButton" name="replaceAllPB" >
112       <property name="toolTip" >
113        <string>Replace word with current choice</string>
114       </property>
115       <property name="text" >
116        <string>Replace &amp;All</string>
117       </property>
118      </widget>
119     </item>
120     <item rowspan="5" row="5" column="0" >
121      <widget class="QListWidget" name="suggestionsLW" />
122     </item>
123     <item row="6" column="1" >
124      <widget class="QPushButton" name="ignorePB" >
125       <property name="toolTip" >
126        <string>Ignore this word</string>
127       </property>
128       <property name="text" >
129        <string>&amp;Ignore</string>
130       </property>
131      </widget>
132     </item>
133     <item row="7" column="1" >
134      <widget class="QPushButton" name="ignoreAllPB" >
135       <property name="toolTip" >
136        <string>Ignore this word throughout this session</string>
137       </property>
138       <property name="text" >
139        <string>I&amp;gnore All</string>
140       </property>
141      </widget>
142     </item>
143     <item row="8" column="1" >
144      <widget class="QPushButton" name="addPB" >
145       <property name="toolTip" >
146        <string>Add the word to your personal dictionary</string>
147       </property>
148       <property name="text" >
149        <string>A&amp;dd</string>
150       </property>
151      </widget>
152     </item>
153     <item row="9" column="1" >
154      <spacer>
155       <property name="orientation" >
156        <enum>Qt::Vertical</enum>
157       </property>
158       <property name="sizeType" >
159        <enum>QSizePolicy::Expanding</enum>
160       </property>
161       <property name="sizeHint" >
162        <size>
163         <width>74</width>
164         <height>98</height>
165        </size>
166       </property>
167      </spacer>
168     </item>
169     <item row="10" column="0" >
170      <widget class="QProgressBar" name="spellcheckPR" >
171       <property name="value" >
172        <number>24</number>
173       </property>
174       <property name="orientation" >
175        <enum>Qt::Horizontal</enum>
176       </property>
177      </widget>
178     </item>
179     <item row="10" column="1" >
180      <widget class="QPushButton" name="closePB" >
181       <property name="text" >
182        <string>&amp;Close</string>
183       </property>
184      </widget>
185     </item>
186    </layout>
187   </widget>
188  </widget>
189  <resources/>
190  <connections/>
191 </ui>