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