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