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