Warning, /office/kile/src/widgets/environmentconfigwidget.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>KileWidgetEnvironmentConfig</class>
0004  <widget class="QWidget" name="KileWidgetEnvironmentConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>584</width>
0010     <height>361</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="windowTitle">
0020    <string>LaTeX</string>
0021   </property>
0022   <layout class="QVBoxLayout">
0023    <item>
0024     <widget class="QGroupBox" name="m_bgEnv">
0025      <property name="sizePolicy">
0026       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0027        <horstretch>0</horstretch>
0028        <verstretch>0</verstretch>
0029       </sizepolicy>
0030      </property>
0031      <property name="title">
0032       <string>Complete Environments</string>
0033      </property>
0034      <property name="flat">
0035       <bool>false</bool>
0036      </property>
0037      <layout class="QVBoxLayout">
0038       <item>
0039        <widget class="QCheckBox" name="kcfg_CompleteEnvironment">
0040         <property name="text">
0041          <string>Automatically complete \begin{env} with \end{env}</string>
0042         </property>
0043        </widget>
0044       </item>
0045      </layout>
0046     </widget>
0047    </item>
0048    <item>
0049     <widget class="QGroupBox" name="m_bgGraphics">
0050      <property name="sizePolicy">
0051       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0052        <horstretch>0</horstretch>
0053        <verstretch>0</verstretch>
0054       </sizepolicy>
0055      </property>
0056      <property name="title">
0057       <string>Automatic Indentation Inside Environments</string>
0058      </property>
0059      <property name="flat">
0060       <bool>false</bool>
0061      </property>
0062      <layout class="QVBoxLayout">
0063       <item>
0064        <widget class="QCheckBox" name="kcfg_envIndentation">
0065         <property name="whatsThis">
0066          <string>Enable auto indentation of environments.</string>
0067         </property>
0068         <property name="text">
0069          <string>Activated</string>
0070         </property>
0071        </widget>
0072       </item>
0073       <item>
0074        <widget class="QCheckBox" name="kcfg_envIndentSpaces">
0075         <property name="whatsThis">
0076          <string>Use spaces instead of a tabulator to autoindent environments.</string>
0077         </property>
0078         <property name="text">
0079          <string>Use spaces instead of tabs to indent</string>
0080         </property>
0081        </widget>
0082       </item>
0083       <item>
0084        <layout class="QHBoxLayout">
0085         <item>
0086          <widget class="QLabel" name="m_lbNumSpaces">
0087           <property name="text">
0088            <string>&amp;Number of spaces:</string>
0089           </property>
0090           <property name="wordWrap">
0091            <bool>false</bool>
0092           </property>
0093           <property name="buddy">
0094            <cstring>kcfg_envIndentNumSpaces</cstring>
0095           </property>
0096          </widget>
0097         </item>
0098         <item>
0099          <spacer>
0100           <property name="orientation">
0101            <enum>Qt::Horizontal</enum>
0102           </property>
0103           <property name="sizeType">
0104            <enum>QSizePolicy::Fixed</enum>
0105           </property>
0106           <property name="sizeHint" stdset="0">
0107            <size>
0108             <width>20</width>
0109             <height>20</height>
0110            </size>
0111           </property>
0112          </spacer>
0113         </item>
0114         <item>
0115          <widget class="QSpinBox" name="kcfg_envIndentNumSpaces">
0116           <property name="sizePolicy">
0117            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0118             <horstretch>0</horstretch>
0119             <verstretch>0</verstretch>
0120            </sizepolicy>
0121           </property>
0122           <property name="minimumSize">
0123            <size>
0124             <width>0</width>
0125             <height>0</height>
0126            </size>
0127           </property>
0128           <property name="whatsThis">
0129            <string>Use this number of spaces to autoindent environments.</string>
0130           </property>
0131           <property name="minimum">
0132            <number>1</number>
0133           </property>
0134           <property name="maximum">
0135            <number>9</number>
0136           </property>
0137          </widget>
0138         </item>
0139         <item>
0140          <spacer>
0141           <property name="orientation">
0142            <enum>Qt::Horizontal</enum>
0143           </property>
0144           <property name="sizeType">
0145            <enum>QSizePolicy::Expanding</enum>
0146           </property>
0147           <property name="sizeHint" stdset="0">
0148            <size>
0149             <width>300</width>
0150             <height>20</height>
0151            </size>
0152           </property>
0153          </spacer>
0154         </item>
0155        </layout>
0156       </item>
0157      </layout>
0158     </widget>
0159    </item>
0160    <item>
0161     <spacer>
0162      <property name="orientation">
0163       <enum>Qt::Vertical</enum>
0164      </property>
0165      <property name="sizeHint" stdset="0">
0166       <size>
0167        <width>20</width>
0168        <height>40</height>
0169       </size>
0170      </property>
0171     </spacer>
0172    </item>
0173   </layout>
0174  </widget>
0175  <layoutdefault spacing="6" margin="11"/>
0176  <resources/>
0177  <connections/>
0178 </ui>