Warning, /frameworks/ktexteditor/src/spellcheck/spellcheckbar.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>SonnetUi</class>
0004  <widget class="QWidget" name="SonnetUi">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>740</width>
0010     <height>101</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QHBoxLayout" name="horizontalLayout_5">
0020    <item>
0021     <layout class="QVBoxLayout" name="verticalLayout">
0022      <item>
0023       <layout class="QHBoxLayout" name="horizontalLayout">
0024        <item>
0025         <widget class="QLabel" name="textLabel2">
0026          <property name="whatsThis">
0027           <string>&lt;qt&gt;&lt;p&gt;This word was considered to be an &quot;unknown word&quot; because it does not match any entry in the dictionary currently in use. It may also be a word in a foreign language.&lt;/p&gt;
0028 &lt;p&gt;If the word is not misspelled, you may add it to the dictionary by clicking &lt;b&gt;Add to Dictionary&lt;/b&gt;. If you do not want to add the unknown word to the dictionary, but you want to leave it unchanged, click &lt;b&gt;Ignore&lt;/b&gt; or &lt;b&gt;Ignore All&lt;/b&gt;.&lt;/p&gt;
0029 &lt;p&gt;However, if the word is misspelled, you can try to find the correct replacement in the list below. If you cannot find a replacement there, you may type it in the text box below, and click &lt;b&gt;Replace&lt;/b&gt; or &lt;b&gt;Replace All&lt;/b&gt;.&lt;/p&gt;
0030 &lt;/qt&gt;</string>
0031          </property>
0032          <property name="text">
0033           <string>Unknown word:</string>
0034          </property>
0035         </widget>
0036        </item>
0037        <item>
0038         <widget class="QLabel" name="m_unknownWord">
0039          <property name="toolTip">
0040           <string>Unknown word</string>
0041          </property>
0042          <property name="whatsThis">
0043           <string>&lt;qt&gt;&lt;p&gt;This word was considered to be an &quot;unknown word&quot; because it does not match any entry in the dictionary currently in use. It may also be a word in a foreign language.&lt;/p&gt;
0044 &lt;p&gt;If the word is not misspelled, you may add it to the dictionary by clicking &lt;b&gt;Add to Dictionary&lt;/b&gt;. If you do not want to add the unknown word to the dictionary, but you want to leave it unchanged, click &lt;b&gt;Ignore&lt;/b&gt; or &lt;b&gt;Ignore All&lt;/b&gt;.&lt;/p&gt;
0045 &lt;p&gt;However, if the word is misspelled, you can try to find the correct replacement in the list below. If you cannot find a replacement there, you may type it in the text box below, and click &lt;b&gt;Replace&lt;/b&gt; or &lt;b&gt;Replace All&lt;/b&gt;.&lt;/p&gt;
0046 &lt;/qt&gt;</string>
0047          </property>
0048          <property name="text">
0049           <string>&lt;b&gt;misspelled&lt;/b&gt;</string>
0050          </property>
0051         </widget>
0052        </item>
0053        <item>
0054         <spacer name="horizontalSpacer_3">
0055          <property name="orientation">
0056           <enum>Qt::Horizontal</enum>
0057          </property>
0058          <property name="sizeHint" stdset="0">
0059           <size>
0060            <width>40</width>
0061            <height>20</height>
0062           </size>
0063          </property>
0064         </spacer>
0065        </item>
0066        <item>
0067         <widget class="QPushButton" name="m_addBtn">
0068          <property name="whatsThis">
0069           <string>&lt;qt&gt;
0070 &lt;p&gt;The unknown word was detected and considered unknown because it is not included in the dictionary.&lt;br&gt;
0071 Click here if you consider the unknown word not to be misspelled, and you want to avoid wrongly detecting it again in the future. If you want to let it remain as is, but not add it to the dictionary, then click &lt;b&gt;Ignore&lt;/b&gt; or &lt;b&gt;Ignore All&lt;/b&gt; instead.&lt;/p&gt;
0072 &lt;/qt&gt;</string>
0073          </property>
0074          <property name="text">
0075           <string>&lt;&lt; Add to Dictionary</string>
0076          </property>
0077         </widget>
0078        </item>
0079       </layout>
0080      </item>
0081      <item>
0082       <layout class="QHBoxLayout" name="horizontalLayout_2">
0083        <item>
0084         <widget class="QLabel" name="textLabel4">
0085          <property name="whatsThis">
0086           <string>&lt;qt&gt;
0087 &lt;p&gt;If the unknown word is misspelled, you should type the correction for your misspelled word here or select it from the list below.&lt;/p&gt;
0088 &lt;p&gt;You can then click &lt;b&gt;Replace&lt;/b&gt; if you want to correct only this occurrence of the word or &lt;b&gt;Replace All&lt;/b&gt; if you want to correct all occurrences.&lt;/p&gt;
0089 &lt;/qt&gt;</string>
0090          </property>
0091          <property name="text">
0092           <string>Replace with:</string>
0093          </property>
0094         </widget>
0095        </item>
0096        <item>
0097         <widget class="KComboBox" name="cmbReplacement">
0098          <property name="sizePolicy">
0099           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0100            <horstretch>0</horstretch>
0101            <verstretch>0</verstretch>
0102           </sizepolicy>
0103          </property>
0104          <property name="editable">
0105           <bool>true</bool>
0106          </property>
0107          <property name="autoCompletion">
0108           <bool>true</bool>
0109          </property>
0110          <property name="trapReturnKey">
0111           <bool>true</bool>
0112          </property>
0113         </widget>
0114        </item>
0115        <item>
0116         <widget class="QPushButton" name="m_suggestBtn">
0117          <property name="text">
0118           <string>S&amp;uggest</string>
0119          </property>
0120         </widget>
0121        </item>
0122        <item>
0123         <widget class="QPushButton" name="m_replaceBtn">
0124          <property name="whatsThis">
0125           <string>&lt;qt&gt;
0126 &lt;p&gt;Click here to replace this occurrence of the unknown text with the text in the edit box above (to the left).&lt;/p&gt;
0127 &lt;/qt&gt;</string>
0128          </property>
0129          <property name="text">
0130           <string>&amp;Replace</string>
0131          </property>
0132         </widget>
0133        </item>
0134        <item>
0135         <widget class="QPushButton" name="m_skipBtn">
0136          <property name="whatsThis">
0137           <string>&lt;qt&gt;
0138 &lt;p&gt;Click here to let this occurrence of the unknown word remain as is.&lt;/p&gt;
0139 &lt;p&gt;This action is useful when the word is a name, an acronym, a foreign word or any other unknown word that you want to use but not add to the dictionary.&lt;/p&gt;
0140 &lt;/qt&gt;</string>
0141          </property>
0142          <property name="text">
0143           <string>&amp;Ignore</string>
0144          </property>
0145         </widget>
0146        </item>
0147       </layout>
0148      </item>
0149      <item>
0150       <layout class="QHBoxLayout" name="horizontalLayout_4">
0151        <item>
0152         <widget class="QLabel" name="textLabel5">
0153          <property name="whatsThis">
0154           <string>&lt;qt&gt;
0155 &lt;p&gt;Select the language of the document you are proofing here.&lt;/p&gt;
0156 &lt;/qt&gt;</string>
0157          </property>
0158          <property name="text">
0159           <string>&amp;Language:</string>
0160          </property>
0161          <property name="buddy">
0162           <cstring>m_language</cstring>
0163          </property>
0164         </widget>
0165        </item>
0166        <item>
0167         <widget class="Sonnet::DictionaryComboBox" name="m_language">
0168          <property name="toolTip">
0169           <string>Language Selection</string>
0170          </property>
0171          <property name="whatsThis">
0172           <string>&lt;qt&gt;
0173 &lt;p&gt;Select the language of the document you are proofing here.&lt;/p&gt;
0174 &lt;/qt&gt;</string>
0175          </property>
0176         </widget>
0177        </item>
0178        <item>
0179         <spacer name="horizontalSpacer_2">
0180          <property name="orientation">
0181           <enum>Qt::Horizontal</enum>
0182          </property>
0183          <property name="sizeHint" stdset="0">
0184           <size>
0185            <width>40</width>
0186            <height>20</height>
0187           </size>
0188          </property>
0189         </spacer>
0190        </item>
0191        <item>
0192         <widget class="QPushButton" name="m_autoCorrect">
0193          <property name="whatsThis">
0194           <string>&lt;qt&gt;
0195 &lt;p&gt;Click here to let all occurrences of the unknown word remain as they are.&lt;/p&gt;
0196 &lt;p&gt;This action is useful when the word is a name, an acronym, a foreign word or any other unknown word that you want to use but not add to the dictionary.&lt;/p&gt;
0197 &lt;/qt&gt;</string>
0198          </property>
0199          <property name="text">
0200           <string>Autocorrect</string>
0201          </property>
0202         </widget>
0203        </item>
0204        <item>
0205         <widget class="QPushButton" name="m_replaceAllBtn">
0206          <property name="whatsThis">
0207           <string>&lt;qt&gt;
0208 &lt;p&gt;Click here to replace all occurrences of the unknown text with the text in the edit box above (to the left).&lt;/p&gt;
0209 &lt;/qt&gt;</string>
0210          </property>
0211          <property name="text">
0212           <string>R&amp;eplace All</string>
0213          </property>
0214         </widget>
0215        </item>
0216        <item>
0217         <widget class="QPushButton" name="m_skipAllBtn">
0218          <property name="whatsThis">
0219           <string>&lt;qt&gt;
0220 &lt;p&gt;Click here to let all occurrences of the unknown word remain as they are.&lt;/p&gt;
0221 &lt;p&gt;This action is useful when the word is a name, an acronym, a foreign word or any other unknown word that you want to use but not add to the dictionary.&lt;/p&gt;
0222 &lt;/qt&gt;</string>
0223          </property>
0224          <property name="text">
0225           <string>I&amp;gnore All</string>
0226          </property>
0227         </widget>
0228        </item>
0229       </layout>
0230      </item>
0231     </layout>
0232    </item>
0233   </layout>
0234  </widget>
0235  <customwidgets>
0236   <customwidget>
0237    <class>KComboBox</class>
0238    <extends>QComboBox</extends>
0239    <header>kcombobox.h</header>
0240   </customwidget>
0241   <customwidget>
0242    <class>Sonnet::DictionaryComboBox</class>
0243    <extends>QComboBox</extends>
0244    <header>sonnet/dictionarycombobox.h</header>
0245   </customwidget>
0246  </customwidgets>
0247  <tabstops>
0248   <tabstop>m_addBtn</tabstop>
0249   <tabstop>m_suggestBtn</tabstop>
0250   <tabstop>m_replaceBtn</tabstop>
0251   <tabstop>m_replaceAllBtn</tabstop>
0252   <tabstop>m_skipAllBtn</tabstop>
0253  </tabstops>
0254  <resources/>
0255  <connections/>
0256 </ui>