Warning, /frameworks/sonnet/src/ui/configui.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  <author>Zack Rusin &lt;zack@kde.org&gt;</author>
0004  <comment>Licensed under GNU LGPL</comment>
0005  <class>SonnetConfigUI</class>
0006  <widget class="QWidget" name="SonnetConfigUI">
0007   <property name="geometry">
0008    <rect>
0009     <x>0</x>
0010     <y>0</y>
0011     <width>700</width>
0012     <height>833</height>
0013    </rect>
0014   </property>
0015   <layout class="QGridLayout" name="gridLayout">
0016    <item row="0" column="0" colspan="2">
0017     <widget class="QLabel" name="nobackendfound">
0018      <property name="font">
0019       <font>
0020        <weight>75</weight>
0021        <italic>true</italic>
0022        <bold>true</bold>
0023       </font>
0024      </property>
0025      <property name="text">
0026       <string>No backend like hunspell/aspell/myspell installed</string>
0027      </property>
0028      <property name="alignment">
0029       <set>Qt::AlignCenter</set>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="1" column="0">
0034     <widget class="QLabel" name="textLabel1">
0035      <property name="text">
0036       <string>Default language:</string>
0037      </property>
0038      <property name="alignment">
0039       <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="1" column="1">
0044     <widget class="Sonnet::DictionaryComboBox" name="m_langCombo">
0045      <property name="sizePolicy">
0046       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0047        <horstretch>0</horstretch>
0048        <verstretch>0</verstretch>
0049       </sizepolicy>
0050      </property>
0051     </widget>
0052    </item>
0053    <item row="2" column="0" colspan="2">
0054     <widget class="QSplitter" name="splitter">
0055      <property name="orientation">
0056       <enum>Qt::Vertical</enum>
0057      </property>
0058      <property name="childrenCollapsible">
0059       <bool>true</bool>
0060      </property>
0061      <widget class="QListWidget" name="languageList">
0062       <property name="toolTip">
0063        <string>Choose your preferred languages</string>
0064       </property>
0065      </widget>
0066      <widget class="QWidget" name="layoutWidget">
0067       <layout class="QVBoxLayout" name="verticalLayout_2">
0068        <item>
0069         <widget class="QGroupBox" name="groupBox1">
0070          <property name="title">
0071           <string>Options</string>
0072          </property>
0073          <layout class="QGridLayout">
0074           <item row="2" column="0">
0075            <widget class="QCheckBox" name="kcfg_autodetectLanguage">
0076             <property name="text">
0077              <string>Enable autodetection of &amp;language</string>
0078             </property>
0079            </widget>
0080           </item>
0081           <item row="3" column="0">
0082            <widget class="QCheckBox" name="kcfg_backgroundCheckerEnabled">
0083             <property name="text">
0084              <string>Enable &amp;background spellchecking</string>
0085             </property>
0086            </widget>
0087           </item>
0088           <item row="4" column="0">
0089            <widget class="QCheckBox" name="kcfg_checkerEnabledByDefault">
0090             <property name="text">
0091              <string>&amp;Automatic spell checking enabled by default</string>
0092             </property>
0093            </widget>
0094           </item>
0095           <item row="5" column="0">
0096            <widget class="QCheckBox" name="kcfg_skipUppercase">
0097             <property name="text">
0098              <string>Skip all &amp;uppercase words</string>
0099             </property>
0100            </widget>
0101           </item>
0102           <item row="6" column="0">
0103            <widget class="QCheckBox" name="kcfg_skipRunTogether">
0104             <property name="text">
0105              <string>S&amp;kip run-together words</string>
0106             </property>
0107            </widget>
0108           </item>
0109          </layout>
0110         </widget>
0111        </item>
0112        <item>
0113         <widget class="QGroupBox" name="groupBox">
0114          <property name="title">
0115           <string>Ignored Words:</string>
0116          </property>
0117          <layout class="QVBoxLayout" name="verticalLayout">
0118           <item>
0119            <layout class="QGridLayout" name="ignoredWordsLayout">
0120             <item row="1" column="0">
0121              <widget class="QListWidget" name="ignoreListWidget"/>
0122             </item>
0123             <item row="0" column="0">
0124              <widget class="QLineEdit" name="newIgnoreEdit"/>
0125             </item>
0126             <item row="0" column="1">
0127              <widget class="QPushButton" name="addButton">
0128               <property name="text">
0129                <string>&amp;Add</string>
0130               </property>
0131               <property name="icon">
0132                <iconset theme="list-add"/>
0133               </property>
0134              </widget>
0135             </item>
0136             <item row="1" column="1">
0137              <layout class="QVBoxLayout" name="removeButtonLayout">
0138               <item>
0139                <widget class="QPushButton" name="removeButton">
0140                 <property name="text">
0141                  <string>&amp;Remove</string>
0142                 </property>
0143                 <property name="icon">
0144                  <iconset theme="list-remove"/>
0145                 </property>
0146                </widget>
0147               </item>
0148               <item>
0149                <spacer name="verticalSpacer">
0150                 <property name="orientation">
0151                  <enum>Qt::Vertical</enum>
0152                 </property>
0153                 <property name="sizeHint" stdset="0">
0154                  <size>
0155                   <width>20</width>
0156                   <height>40</height>
0157                  </size>
0158                 </property>
0159                </spacer>
0160               </item>
0161              </layout>
0162             </item>
0163            </layout>
0164           </item>
0165          </layout>
0166         </widget>
0167        </item>
0168       </layout>
0169      </widget>
0170     </widget>
0171    </item>
0172   </layout>
0173  </widget>
0174  <customwidgets>
0175   <customwidget>
0176    <class>Sonnet::DictionaryComboBox</class>
0177    <extends>QComboBox</extends>
0178    <header>sonnet/dictionarycombobox.h</header>
0179   </customwidget>
0180  </customwidgets>
0181  <resources/>
0182  <connections/>
0183 </ui>