Warning, /office/kile/src/widgets/latextoolconfigwidget.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>LaTeXToolConfigWidget</class>
0004  <widget class="QWidget" name="LaTeXToolConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>303</width>
0010     <height>121</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QVBoxLayout">
0020    <property name="leftMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="topMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="rightMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="bottomMargin">
0030     <number>0</number>
0031    </property>
0032    <item>
0033     <widget class="QCheckBox" name="m_ckRootDoc">
0034      <property name="toolTip">
0035       <string>Check if root document is a LaTeX root before running LaTeX on it</string>
0036      </property>
0037      <property name="text">
0038       <string>Check if &amp;root document</string>
0039      </property>
0040     </widget>
0041    </item>
0042    <item>
0043     <widget class="QCheckBox" name="m_ckJump">
0044      <property name="toolTip">
0045       <string>Jump to first error in case running LaTeX failed</string>
0046      </property>
0047      <property name="text">
0048       <string>&amp;Jump to first error</string>
0049      </property>
0050     </widget>
0051    </item>
0052    <item>
0053     <widget class="QCheckBox" name="m_ckAutoRun">
0054      <property name="toolTip">
0055       <string>Automatically run Asymptote, BibTeX, MakeIndex and rerun LaTeX when necessary</string>
0056      </property>
0057      <property name="text">
0058       <string>Automatically run additional tools</string>
0059      </property>
0060     </widget>
0061    </item>
0062    <item>
0063     <spacer>
0064      <property name="orientation">
0065       <enum>Qt::Vertical</enum>
0066      </property>
0067      <property name="sizeHint" stdset="0">
0068       <size>
0069        <width>20</width>
0070        <height>40</height>
0071       </size>
0072      </property>
0073     </spacer>
0074    </item>
0075   </layout>
0076   <zorder>m_ckJump</zorder>
0077   <zorder>m_ckRootDoc</zorder>
0078   <zorder>m_ckAutoRun</zorder>
0079  </widget>
0080  <resources/>
0081  <connections/>
0082 </ui>