lyx_mirror/src/frontends/qt4/ui/QSpellcheckerUi.ui

202 lines
6.2 KiB
Plaintext
Raw Normal View History

<ui version="4.0" stdsetdef="1" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>QSpellcheckerUi</class>
<widget class="QDialog" name="QSpellchecker" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>323</width>
<height>389</height>
</rect>
</property>
<property name="windowTitle" >
<string/>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>11</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item rowspan="1" row="4" column="0" colspan="2" >
<widget class="QLabel" name="TextLabel2" >
<property name="text" >
<string>Suggestions:</string>
</property>
<property name="buddy" >
<cstring>suggestionsLB</cstring>
</property>
</widget>
</item>
<item row="3" column="2" >
<widget class="QPushButton" name="replacePB" >
<property name="text" >
<string>&amp;Replace</string>
</property>
<property name="toolTip" >
<string>Replace word with current choice</string>
</property>
</widget>
</item>
<item row="7" column="2" >
<widget class="QPushButton" name="addPB" >
<property name="text" >
<string>A&amp;dd</string>
</property>
<property name="toolTip" >
<string>Add the word to your personal dictionary</string>
</property>
</widget>
</item>
<item row="5" column="2" >
<widget class="QPushButton" name="ignorePB" >
<property name="text" >
<string>&amp;Ignore</string>
</property>
<property name="toolTip" >
<string>Ignore this word</string>
</property>
</widget>
</item>
<item row="6" column="2" >
<widget class="QPushButton" name="replacePB_3" >
<property name="text" >
<string>I&amp;gnore All</string>
</property>
<property name="toolTip" >
<string>Ignore this word throughout this session</string>
</property>
</widget>
</item>
<item row="10" column="1" >
<spacer name="Spacer6" >
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="sizeType" >
<enum>Expanding</enum>
</property>
<property name="orientation" >
<enum>Horizontal</enum>
</property>
</spacer>
</item>
<item row="10" column="2" >
<widget class="QPushButton" name="closePB" >
<property name="text" >
<string>&amp;Close</string>
</property>
</widget>
</item>
<item rowspan="1" row="9" column="0" colspan="2" >
<widget class="Q3ProgressBar" name="spellcheckPR" >
<property name="toolTip" >
<string>Proportion of document checked</string>
</property>
</widget>
</item>
<item rowspan="4" row="5" column="0" colspan="2" >
<widget class="Q3ListBox" name="suggestionsLB" >
<property name="toolTip" >
<string>Suggestions</string>
</property>
</widget>
</item>
<item row="8" column="2" >
<spacer name="Spacer10" >
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="sizeType" >
<enum>Expanding</enum>
</property>
<property name="orientation" >
<enum>Vertical</enum>
</property>
</spacer>
</item>
<item rowspan="1" row="2" column="0" colspan="2" >
<widget class="QLabel" name="TextLabel1" >
<property name="text" >
<string>Replacement:</string>
</property>
<property name="buddy" >
<cstring>replaceCO</cstring>
</property>
</widget>
</item>
<item rowspan="1" row="1" column="0" colspan="2" >
<widget class="QLineEdit" name="wordED" >
<property name="toolTip" >
<string>Current word</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="TextLabel3" >
<property name="text" >
<string>Unknown word:</string>
</property>
<property name="buddy" >
<cstring>wordED</cstring>
</property>
</widget>
</item>
<item rowspan="1" row="3" column="0" colspan="2" >
<widget class="QComboBox" name="replaceCO" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="focusPolicy" >
<enum>Qt::StrongFocus</enum>
</property>
<property name="editable" >
<bool>true</bool>
</property>
<property name="insertPolicy" >
<enum>QComboBox::InsertAtTop</enum>
</property>
<property name="autoCompletion" >
<bool>true</bool>
</property>
<property name="duplicatesEnabled" >
<bool>false</bool>
</property>
<property name="toolTip" >
<string>Replace with selected word</string>
</property>
</widget>
</item>
</layout>
</widget>
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<tabstops>
<tabstop>wordED</tabstop>
<tabstop>replaceCO</tabstop>
<tabstop>suggestionsLB</tabstop>
<tabstop>replacePB</tabstop>
<tabstop>ignorePB</tabstop>
<tabstop>replacePB_3</tabstop>
<tabstop>addPB</tabstop>
<tabstop>closePB</tabstop>
</tabstops>
</ui>