Warning, /office/kile/src/widgets/latexconfigwidget.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>KileWidgetLatexConfig</class>
0004  <widget class="QWidget" name="KileWidgetLatexConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>654</width>
0010     <height>466</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>LaTeX</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <widget class="QGroupBox" name="m_bgCommands">
0019      <property name="sizePolicy">
0020       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0021        <horstretch>0</horstretch>
0022        <verstretch>0</verstretch>
0023       </sizepolicy>
0024      </property>
0025      <property name="title">
0026       <string>Commands</string>
0027      </property>
0028      <property name="flat">
0029       <bool>false</bool>
0030      </property>
0031      <layout class="QVBoxLayout">
0032       <item>
0033        <layout class="QHBoxLayout">
0034         <item>
0035          <widget class="QPushButton" name="m_pbCommands">
0036           <property name="text">
0037            <string>Configure...</string>
0038           </property>
0039          </widget>
0040         </item>
0041         <item>
0042          <widget class="QLabel" name="m_tlCommands">
0043           <property name="sizePolicy">
0044            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0045             <horstretch>1</horstretch>
0046             <verstretch>0</verstretch>
0047            </sizepolicy>
0048           </property>
0049           <property name="text">
0050            <string>Configure LaTeX environments and commands</string>
0051           </property>
0052           <property name="wordWrap">
0053            <bool>false</bool>
0054           </property>
0055          </widget>
0056         </item>
0057        </layout>
0058       </item>
0059      </layout>
0060     </widget>
0061    </item>
0062    <item>
0063     <widget class="QGroupBox" name="m_bgQuotes">
0064      <property name="sizePolicy">
0065       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0066        <horstretch>0</horstretch>
0067        <verstretch>0</verstretch>
0068       </sizepolicy>
0069      </property>
0070      <property name="title">
0071       <string>Double Quotes</string>
0072      </property>
0073      <property name="flat">
0074       <bool>false</bool>
0075      </property>
0076      <layout class="QVBoxLayout">
0077       <item>
0078        <widget class="QCheckBox" name="kcfg_InsertDoubleQuotes">
0079         <property name="text">
0080          <string>Automatically insert opening and closing double &amp;quotes for LaTeX</string>
0081         </property>
0082        </widget>
0083       </item>
0084       <item>
0085        <layout class="QHBoxLayout">
0086         <item>
0087          <widget class="QLabel" name="m_tlType">
0088           <property name="text">
0089            <string>&amp;Type:</string>
0090           </property>
0091           <property name="wordWrap">
0092            <bool>false</bool>
0093           </property>
0094           <property name="buddy">
0095            <cstring>kcfg_DoubleQuotes</cstring>
0096           </property>
0097          </widget>
0098         </item>
0099         <item>
0100          <widget class="KComboBox" name="kcfg_DoubleQuotes">
0101           <property name="sizePolicy">
0102            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0103             <horstretch>0</horstretch>
0104             <verstretch>0</verstretch>
0105            </sizepolicy>
0106           </property>
0107          </widget>
0108         </item>
0109         <item>
0110          <spacer>
0111           <property name="orientation">
0112            <enum>Qt::Horizontal</enum>
0113           </property>
0114           <property name="sizeType">
0115            <enum>QSizePolicy::Expanding</enum>
0116           </property>
0117           <property name="sizeHint" stdset="0">
0118            <size>
0119             <width>280</width>
0120             <height>20</height>
0121            </size>
0122           </property>
0123          </spacer>
0124         </item>
0125        </layout>
0126       </item>
0127      </layout>
0128     </widget>
0129    </item>
0130    <item>
0131     <widget class="QGroupBox" name="groupBox">
0132      <property name="title">
0133       <string>Special Characters</string>
0134      </property>
0135      <property name="flat">
0136       <bool>false</bool>
0137      </property>
0138      <layout class="QVBoxLayout" name="verticalLayout">
0139       <item>
0140        <widget class="QCheckBox" name="kcfg_InsertSpecialCharacters">
0141         <property name="toolTip">
0142          <string>This option will insert the LaTeX equivalent of most special characters that can be typed on a keyboard.</string>
0143         </property>
0144         <property name="text">
0145          <string>Automatically insert the LaTeX equivalent of special characters when typing (accents, etc)</string>
0146         </property>
0147        </widget>
0148       </item>
0149      </layout>
0150     </widget>
0151    </item>
0152    <item>
0153     <widget class="QGroupBox" name="m_bgMathmode">
0154      <property name="sizePolicy">
0155       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0156        <horstretch>0</horstretch>
0157        <verstretch>0</verstretch>
0158       </sizepolicy>
0159      </property>
0160      <property name="title">
0161       <string>Math mode</string>
0162      </property>
0163      <property name="flat">
0164       <bool>false</bool>
0165      </property>
0166      <layout class="QVBoxLayout">
0167       <item>
0168        <widget class="QCheckBox" name="kcfg_autoInsertDollar">
0169         <property name="text">
0170          <string>Auto insert $</string>
0171         </property>
0172         <property name="shortcut">
0173          <string/>
0174         </property>
0175        </widget>
0176       </item>
0177      </layout>
0178     </widget>
0179    </item>
0180    <item>
0181     <widget class="QGroupBox" name="groupBox5">
0182      <property name="sizePolicy">
0183       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Minimum">
0184        <horstretch>0</horstretch>
0185        <verstretch>0</verstretch>
0186       </sizepolicy>
0187      </property>
0188      <property name="title">
0189       <string>Environment Variables</string>
0190      </property>
0191      <property name="flat">
0192       <bool>true</bool>
0193      </property>
0194      <layout class="QGridLayout">
0195       <item row="0" column="0">
0196        <widget class="QLabel" name="m_tlPath">
0197         <property name="toolTip">
0198          <string/>
0199         </property>
0200         <property name="text">
0201          <string>TE&amp;XINPUTS:</string>
0202         </property>
0203         <property name="wordWrap">
0204          <bool>false</bool>
0205         </property>
0206         <property name="buddy">
0207          <cstring>kcfg_TeXPaths</cstring>
0208         </property>
0209        </widget>
0210       </item>
0211       <item row="0" column="1">
0212        <widget class="KLineEdit" name="kcfg_TeXPaths"/>
0213       </item>
0214       <item row="1" column="0">
0215        <widget class="QLabel" name="m_bibinputpath">
0216         <property name="toolTip">
0217          <string/>
0218         </property>
0219         <property name="text">
0220          <string>BIBINP&amp;UTS:</string>
0221         </property>
0222         <property name="wordWrap">
0223          <bool>false</bool>
0224         </property>
0225         <property name="buddy">
0226          <cstring>kcfg_BibInputPaths</cstring>
0227         </property>
0228        </widget>
0229       </item>
0230       <item row="1" column="1">
0231        <widget class="KLineEdit" name="kcfg_BibInputPaths"/>
0232       </item>
0233       <item row="2" column="0">
0234        <widget class="QLabel" name="m_bstinputpath">
0235         <property name="toolTip">
0236          <string/>
0237         </property>
0238         <property name="text">
0239          <string>B&amp;STINPUTS:</string>
0240         </property>
0241         <property name="wordWrap">
0242          <bool>false</bool>
0243         </property>
0244         <property name="buddy">
0245          <cstring>kcfg_BstInputPaths</cstring>
0246         </property>
0247        </widget>
0248       </item>
0249       <item row="2" column="1">
0250        <widget class="KLineEdit" name="kcfg_BstInputPaths"/>
0251       </item>
0252      </layout>
0253     </widget>
0254    </item>
0255    <item>
0256     <spacer>
0257      <property name="orientation">
0258       <enum>Qt::Vertical</enum>
0259      </property>
0260      <property name="sizeHint" stdset="0">
0261       <size>
0262        <width>584</width>
0263        <height>31</height>
0264       </size>
0265      </property>
0266     </spacer>
0267    </item>
0268   </layout>
0269  </widget>
0270  <layoutdefault spacing="6" margin="11"/>
0271  <customwidgets>
0272   <customwidget>
0273    <class>KLineEdit</class>
0274    <extends>QLineEdit</extends>
0275    <header>klineedit.h</header>
0276   </customwidget>
0277   <customwidget>
0278    <class>KComboBox</class>
0279    <extends>QComboBox</extends>
0280    <header>kcombobox.h</header>
0281   </customwidget>
0282  </customwidgets>
0283  <includes>
0284   <include location="global">kconfig.h</include>
0285   <include location="local">latexcmd.h</include>
0286   <include location="local">dialogs/latexcommanddialog.h</include>
0287   <include location="local">klineedit.h</include>
0288  </includes>
0289  <resources/>
0290  <connections/>
0291 </ui>