Warning, /office/kile/src/widgets/structureviewconfigwidget.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>KileWidgetStructureViewConfig</class>
0004  <widget class="QWidget" name="KileWidgetStructureViewConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>544</width>
0010     <height>373</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>1</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="maximumSize">
0020    <size>
0021     <width>32767</width>
0022     <height>32767</height>
0023    </size>
0024   </property>
0025   <property name="windowTitle">
0026    <string>Structure View</string>
0027   </property>
0028   <layout class="QVBoxLayout">
0029    <item>
0030     <widget class="QGroupBox" name="groupBox">
0031      <property name="sizePolicy">
0032       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0033        <horstretch>0</horstretch>
0034        <verstretch>0</verstretch>
0035       </sizepolicy>
0036      </property>
0037      <property name="title">
0038       <string>Expansion Level</string>
0039      </property>
0040      <property name="flat">
0041       <bool>false</bool>
0042      </property>
0043      <layout class="QVBoxLayout">
0044       <item>
0045        <layout class="QHBoxLayout">
0046         <item>
0047          <widget class="QLabel" name="textLabel2">
0048           <property name="whatsThis">
0049            <string/>
0050           </property>
0051           <property name="text">
0052            <string>&amp;Default value</string>
0053           </property>
0054           <property name="wordWrap">
0055            <bool>false</bool>
0056           </property>
0057           <property name="buddy">
0058            <cstring>kcfg_DefaultLevel</cstring>
0059           </property>
0060          </widget>
0061         </item>
0062         <item>
0063          <spacer>
0064           <property name="orientation">
0065            <enum>Qt::Horizontal</enum>
0066           </property>
0067           <property name="sizeType">
0068            <enum>QSizePolicy::Expanding</enum>
0069           </property>
0070           <property name="sizeHint" stdset="0">
0071            <size>
0072             <width>200</width>
0073             <height>20</height>
0074            </size>
0075           </property>
0076          </spacer>
0077         </item>
0078         <item>
0079          <widget class="QSpinBox" name="kcfg_DefaultLevel">
0080           <property name="minValue" stdset="0">
0081            <number>1</number>
0082           </property>
0083           <property name="maxValue" stdset="0">
0084            <number>7</number>
0085           </property>
0086          </widget>
0087         </item>
0088         <item>
0089          <spacer>
0090           <property name="orientation">
0091            <enum>Qt::Horizontal</enum>
0092           </property>
0093           <property name="sizeType">
0094            <enum>QSizePolicy::Expanding</enum>
0095           </property>
0096           <property name="sizeHint" stdset="0">
0097            <size>
0098             <width>60</width>
0099             <height>20</height>
0100            </size>
0101           </property>
0102          </spacer>
0103         </item>
0104        </layout>
0105       </item>
0106       <item>
0107        <widget class="QLabel" name="textLabel2_2">
0108         <property name="whatsThis">
0109          <string/>
0110         </property>
0111         <property name="text">
0112          <string>(&amp;1=part, 2=chapter, 3=section, 4=subsection, 5=subsubsection, ...)</string>
0113         </property>
0114         <property name="wordWrap">
0115          <bool>false</bool>
0116         </property>
0117         <property name="buddy">
0118          <cstring>kcfg_DefaultLevel</cstring>
0119         </property>
0120        </widget>
0121       </item>
0122      </layout>
0123     </widget>
0124    </item>
0125    <item>
0126     <widget class="QGroupBox" name="groupBox_2">
0127      <property name="title">
0128       <string>Options</string>
0129      </property>
0130      <property name="flat">
0131       <bool>false</bool>
0132      </property>
0133      <layout class="QGridLayout">
0134       <item row="0" column="0">
0135        <widget class="QCheckBox" name="kcfg_SvShowLabels">
0136         <property name="text">
0137          <string>Show &amp;labels</string>
0138         </property>
0139        </widget>
0140       </item>
0141       <item row="0" column="1">
0142        <widget class="QCheckBox" name="kcfg_SvOpenLabels">
0143         <property name="text">
0144          <string>&amp;Open labels item</string>
0145         </property>
0146        </widget>
0147       </item>
0148       <item row="1" column="0">
0149        <widget class="QCheckBox" name="kcfg_SvShowReferences">
0150         <property name="text">
0151          <string>Show undefined references</string>
0152         </property>
0153        </widget>
0154       </item>
0155       <item row="1" column="1">
0156        <widget class="QCheckBox" name="kcfg_SvOpenReferences">
0157         <property name="text">
0158          <string>Open references item</string>
0159         </property>
0160        </widget>
0161       </item>
0162       <item row="2" column="0">
0163        <widget class="QCheckBox" name="kcfg_SvShowBibitems">
0164         <property name="text">
0165          <string>Show bibitems</string>
0166         </property>
0167        </widget>
0168       </item>
0169       <item row="2" column="1">
0170        <widget class="QCheckBox" name="kcfg_SvOpenBibitems">
0171         <property name="text">
0172          <string>Open bibitems item</string>
0173         </property>
0174        </widget>
0175       </item>
0176       <item row="3" column="0" rowspan="2">
0177        <widget class="QCheckBox" name="kcfg_SvShowTodo">
0178         <property name="text">
0179          <string>Show TODO/FIXME</string>
0180         </property>
0181        </widget>
0182       </item>
0183       <item row="3" column="1">
0184        <widget class="QCheckBox" name="kcfg_SvOpenTodo">
0185         <property name="text">
0186          <string>Open TODO/FIXME</string>
0187         </property>
0188        </widget>
0189       </item>
0190       <item row="4" column="1" rowspan="2">
0191        <widget class="QCheckBox" name="kcfg_SvShowFloats">
0192         <property name="text">
0193          <string>Show figure and table en&amp;vironments</string>
0194         </property>
0195        </widget>
0196       </item>
0197       <item row="5" column="0">
0198        <widget class="QCheckBox" name="kcfg_SvShowGraphics">
0199         <property name="text">
0200          <string>Show graphic files</string>
0201         </property>
0202        </widget>
0203       </item>
0204       <item row="6" column="0">
0205        <widget class="QCheckBox" name="kcfg_SvShowInputFiles">
0206         <property name="text">
0207          <string>Show input files</string>
0208         </property>
0209         <property name="shortcut">
0210          <string/>
0211         </property>
0212        </widget>
0213       </item>
0214       <item row="7" column="0">
0215        <widget class="QCheckBox" name="kcfg_SvShowSectioningLabels">
0216         <property name="text">
0217          <string>No extra section for labels</string>
0218         </property>
0219         <property name="shortcut">
0220          <string/>
0221         </property>
0222        </widget>
0223       </item>
0224       <item row="8" column="0">
0225        <layout class="QHBoxLayout" name="horizontalLayout">
0226         <item>
0227          <widget class="QLabel" name="label">
0228           <property name="text">
0229            <string>Default Graphic Extension:</string>
0230           </property>
0231          </widget>
0232         </item>
0233         <item>
0234          <widget class="QComboBox" name="kcfg_SvDefaultGraphicExt">
0235           <property name="toolTip">
0236            <string>Extension to use for graphic files without extensions</string>
0237           </property>
0238           <property name="editable">
0239            <bool>true</bool>
0240           </property>
0241           <item>
0242            <property name="text">
0243             <string>eps</string>
0244            </property>
0245           </item>
0246           <item>
0247            <property name="text">
0248             <string>pdf</string>
0249            </property>
0250           </item>
0251           <item>
0252            <property name="text">
0253             <string>png</string>
0254            </property>
0255           </item>
0256           <item>
0257            <property name="text">
0258             <string>jpg</string>
0259            </property>
0260           </item>
0261           <item>
0262            <property name="text">
0263             <string>tif</string>
0264            </property>
0265           </item>
0266          </widget>
0267         </item>
0268        </layout>
0269       </item>
0270      </layout>
0271     </widget>
0272    </item>
0273    <item>
0274     <spacer name="verticalSpacer">
0275      <property name="orientation">
0276       <enum>Qt::Vertical</enum>
0277      </property>
0278      <property name="sizeHint" stdset="0">
0279       <size>
0280        <width>20</width>
0281        <height>40</height>
0282       </size>
0283      </property>
0284     </spacer>
0285    </item>
0286   </layout>
0287  </widget>
0288  <layoutdefault spacing="6" margin="11"/>
0289  <resources/>
0290  <connections/>
0291 </ui>