Warning, /office/kile/src/widgets/symbolviewconfigwidget.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>KileWidgetSymbolViewConfig</class>
0004  <widget class="QWidget" name="KileWidgetSymbolViewConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>525</width>
0010     <height>227</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Symbol View</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_4">
0017    <item>
0018     <layout class="QVBoxLayout" name="verticalLayout_3">
0019      <item>
0020       <widget class="QGroupBox" name="groupBox">
0021        <property name="sizePolicy">
0022         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0023          <horstretch>0</horstretch>
0024          <verstretch>0</verstretch>
0025         </sizepolicy>
0026        </property>
0027        <property name="title">
0028         <string>Most Frequently Used Symbols</string>
0029        </property>
0030        <property name="flat">
0031         <bool>false</bool>
0032        </property>
0033        <layout class="QVBoxLayout" name="verticalLayout_2">
0034         <item>
0035          <widget class="QCheckBox" name="kcfg_displayMFUS">
0036           <property name="text">
0037            <string>Display the vie&amp;w</string>
0038           </property>
0039          </widget>
0040         </item>
0041         <item>
0042          <layout class="QHBoxLayout">
0043           <item>
0044            <widget class="QLabel" name="textLabel1">
0045             <property name="text">
0046              <string>Number of symbols to show</string>
0047             </property>
0048             <property name="wordWrap">
0049              <bool>false</bool>
0050             </property>
0051            </widget>
0052           </item>
0053           <item>
0054            <widget class="QSpinBox" name="kcfg_numSymbolsMFUS">
0055             <property name="value">
0056              <number>30</number>
0057             </property>
0058            </widget>
0059           </item>
0060           <item>
0061            <spacer>
0062             <property name="orientation">
0063              <enum>Qt::Horizontal</enum>
0064             </property>
0065             <property name="sizeHint" stdset="0">
0066              <size>
0067               <width>40</width>
0068               <height>20</height>
0069              </size>
0070             </property>
0071            </spacer>
0072           </item>
0073          </layout>
0074         </item>
0075         <item>
0076          <widget class="QCheckBox" name="kcfg_clearMFUS">
0077           <property name="sizePolicy">
0078            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0079             <horstretch>0</horstretch>
0080             <verstretch>0</verstretch>
0081            </sizepolicy>
0082           </property>
0083           <property name="text">
0084            <string>&amp;Clear the list of symbols when closing Kile</string>
0085           </property>
0086          </widget>
0087         </item>
0088        </layout>
0089       </widget>
0090      </item>
0091      <item>
0092       <widget class="QGroupBox" name="groupBox_2">
0093        <property name="title">
0094         <string>Unicode</string>
0095        </property>
0096        <property name="flat">
0097         <bool>false</bool>
0098        </property>
0099        <layout class="QVBoxLayout" name="verticalLayout">
0100         <item>
0101          <widget class="QCheckBox" name="kcfg_symbolViewUTF8">
0102           <property name="text">
0103            <string>Insert Unicode representation of the selected symbol (when available)</string>
0104           </property>
0105          </widget>
0106         </item>
0107        </layout>
0108       </widget>
0109      </item>
0110      <item>
0111       <spacer>
0112        <property name="orientation">
0113         <enum>Qt::Vertical</enum>
0114        </property>
0115        <property name="sizeHint" stdset="0">
0116         <size>
0117          <width>400</width>
0118          <height>18</height>
0119         </size>
0120        </property>
0121       </spacer>
0122      </item>
0123     </layout>
0124    </item>
0125   </layout>
0126  </widget>
0127  <layoutdefault spacing="6" margin="11"/>
0128  <tabstops>
0129   <tabstop>kcfg_numSymbolsMFUS</tabstop>
0130   <tabstop>kcfg_displayMFUS</tabstop>
0131   <tabstop>kcfg_clearMFUS</tabstop>
0132  </tabstops>
0133  <resources/>
0134  <connections/>
0135 </ui>