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