]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/QSpellcheckerUi.ui
Compilation Fix: Appended "Ui" to main objectName so that it is the same as the ui...
[lyx.git] / src / frontends / qt4 / ui / QSpellcheckerUi.ui
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>QSpellcheckerUi</class>
6  <widget class="QDialog" name="QSpellcheckerUi" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>323</width>
12     <height>389</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <property name="sizeGripEnabled" >
19    <bool>true</bool>
20   </property>
21   <layout class="QGridLayout" >
22    <property name="margin" >
23     <number>11</number>
24    </property>
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <item row="4" column="0" colspan="2" >
29     <widget class="QLabel" name="TextLabel2" >
30      <property name="text" >
31       <string>Suggestions:</string>
32      </property>
33      <property name="buddy" >
34       <cstring>suggestionsLB</cstring>
35      </property>
36     </widget>
37    </item>
38    <item row="3" column="2" >
39     <widget class="QPushButton" name="replacePB" >
40      <property name="toolTip" >
41       <string>Replace word with current choice</string>
42      </property>
43      <property name="text" >
44       <string>&amp;Replace</string>
45      </property>
46     </widget>
47    </item>
48    <item row="7" column="2" >
49     <widget class="QPushButton" name="addPB" >
50      <property name="toolTip" >
51       <string>Add the word to your personal dictionary</string>
52      </property>
53      <property name="text" >
54       <string>A&amp;dd</string>
55      </property>
56     </widget>
57    </item>
58    <item row="5" column="2" >
59     <widget class="QPushButton" name="ignorePB" >
60      <property name="toolTip" >
61       <string>Ignore this word</string>
62      </property>
63      <property name="text" >
64       <string>&amp;Ignore</string>
65      </property>
66     </widget>
67    </item>
68    <item row="6" column="2" >
69     <widget class="QPushButton" name="replacePB_3" >
70      <property name="toolTip" >
71       <string>Ignore this word throughout this session</string>
72      </property>
73      <property name="text" >
74       <string>I&amp;gnore All</string>
75      </property>
76     </widget>
77    </item>
78    <item row="10" column="1" >
79     <spacer>
80      <property name="orientation" >
81       <enum>Qt::Horizontal</enum>
82      </property>
83      <property name="sizeType" >
84       <enum>QSizePolicy::Expanding</enum>
85      </property>
86      <property name="sizeHint" >
87       <size>
88        <width>20</width>
89        <height>20</height>
90       </size>
91      </property>
92     </spacer>
93    </item>
94    <item row="10" column="2" >
95     <widget class="QPushButton" name="closePB" >
96      <property name="text" >
97       <string>&amp;Close</string>
98      </property>
99     </widget>
100    </item>
101    <item row="9" column="0" colspan="2" >
102     <widget class="Q3ProgressBar" name="spellcheckPR" >
103      <property name="toolTip" >
104       <string>Proportion of document checked</string>
105      </property>
106     </widget>
107    </item>
108    <item rowspan="4" row="5" column="0" colspan="2" >
109     <widget class="Q3ListBox" name="suggestionsLB" >
110      <property name="toolTip" >
111       <string>Suggestions</string>
112      </property>
113     </widget>
114    </item>
115    <item row="8" column="2" >
116     <spacer>
117      <property name="orientation" >
118       <enum>Qt::Vertical</enum>
119      </property>
120      <property name="sizeType" >
121       <enum>QSizePolicy::Expanding</enum>
122      </property>
123      <property name="sizeHint" >
124       <size>
125        <width>20</width>
126        <height>20</height>
127       </size>
128      </property>
129     </spacer>
130    </item>
131    <item row="2" column="0" colspan="2" >
132     <widget class="QLabel" name="TextLabel1" >
133      <property name="text" >
134       <string>Replacement:</string>
135      </property>
136      <property name="buddy" >
137       <cstring>replaceCO</cstring>
138      </property>
139     </widget>
140    </item>
141    <item row="1" column="0" colspan="2" >
142     <widget class="QLineEdit" name="wordED" >
143      <property name="toolTip" >
144       <string>Current word</string>
145      </property>
146     </widget>
147    </item>
148    <item row="0" column="0" >
149     <widget class="QLabel" name="TextLabel3" >
150      <property name="text" >
151       <string>Unknown word:</string>
152      </property>
153      <property name="buddy" >
154       <cstring>wordED</cstring>
155      </property>
156     </widget>
157    </item>
158    <item row="3" column="0" colspan="2" >
159     <widget class="QComboBox" name="replaceCO" >
160      <property name="sizePolicy" >
161       <sizepolicy>
162        <hsizetype>3</hsizetype>
163        <vsizetype>0</vsizetype>
164        <horstretch>0</horstretch>
165        <verstretch>0</verstretch>
166       </sizepolicy>
167      </property>
168      <property name="focusPolicy" >
169       <enum>Qt::StrongFocus</enum>
170      </property>
171      <property name="toolTip" >
172       <string>Replace with selected word</string>
173      </property>
174      <property name="editable" >
175       <bool>true</bool>
176      </property>
177      <property name="insertPolicy" >
178       <enum>QComboBox::InsertAtTop</enum>
179      </property>
180      <property name="autoCompletion" >
181       <bool>true</bool>
182      </property>
183      <property name="duplicatesEnabled" >
184       <bool>false</bool>
185      </property>
186     </widget>
187    </item>
188   </layout>
189  </widget>
190  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
191  <customwidgets>
192   <customwidget>
193    <class>Q3ListBox</class>
194    <extends></extends>
195    <header>q3listbox.h</header>
196    <container>0</container>
197    <pixmap></pixmap>
198   </customwidget>
199   <customwidget>
200    <class>Q3ProgressBar</class>
201    <extends>QWidget</extends>
202    <header>q3progressbar.h</header>
203    <container>1</container>
204    <pixmap></pixmap>
205   </customwidget>
206  </customwidgets>
207  <tabstops>
208   <tabstop>wordED</tabstop>
209   <tabstop>replaceCO</tabstop>
210   <tabstop>suggestionsLB</tabstop>
211   <tabstop>replacePB</tabstop>
212   <tabstop>ignorePB</tabstop>
213   <tabstop>replacePB_3</tabstop>
214   <tabstop>addPB</tabstop>
215   <tabstop>closePB</tabstop>
216  </tabstops>
217  <resources/>
218  <connections/>
219 </ui>