Warning, /office/kile/src/widgets/generalconfigwidget.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>KileWidgetGeneralConfig</class>
0004  <widget class="QWidget" name="KileWidgetGeneralConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>776</width>
0010     <height>593</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
0015     <horstretch>0</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>General</string>
0027   </property>
0028   <layout class="QVBoxLayout" name="verticalLayout_2">
0029    <item>
0030     <widget class="QGroupBox" name="groupBox5">
0031      <property name="title">
0032       <string>Project Options</string>
0033      </property>
0034      <property name="flat">
0035       <bool>false</bool>
0036      </property>
0037      <layout class="QVBoxLayout" name="verticalLayout">
0038       <item>
0039        <layout class="QHBoxLayout" name="horizontalLayout">
0040         <item>
0041          <widget class="QLabel" name="textLabel2_2">
0042           <property name="text">
0043            <string>&amp;Default project location:</string>
0044           </property>
0045           <property name="wordWrap">
0046            <bool>false</bool>
0047           </property>
0048           <property name="buddy">
0049            <cstring>kcfg_DefaultProjectLocation</cstring>
0050           </property>
0051          </widget>
0052         </item>
0053         <item>
0054          <widget class="KLineEdit" name="kcfg_DefaultProjectLocation"/>
0055         </item>
0056         <item>
0057          <widget class="QPushButton" name="m_defaultProjectLocationButton"/>
0058         </item>
0059        </layout>
0060       </item>
0061       <item>
0062        <widget class="QCheckBox" name="kcfg_Restore">
0063         <property name="text">
0064          <string>&amp;Reopen files and projects on startup</string>
0065         </property>
0066        </widget>
0067       </item>
0068      </layout>
0069     </widget>
0070    </item>
0071    <item>
0072     <widget class="QGroupBox" name="groupBox3">
0073      <property name="title">
0074       <string>Template Variables</string>
0075      </property>
0076      <property name="flat">
0077       <bool>false</bool>
0078      </property>
0079      <layout class="QGridLayout">
0080       <item row="0" column="1">
0081        <widget class="KLineEdit" name="kcfg_Author"/>
0082       </item>
0083       <item row="2" column="1">
0084        <widget class="KLineEdit" name="kcfg_TemplateEncoding"/>
0085       </item>
0086       <item row="1" column="1">
0087        <widget class="KLineEdit" name="kcfg_DocumentClassOptions"/>
0088       </item>
0089       <item row="0" column="0">
0090        <widget class="QLabel" name="textLabel3">
0091         <property name="text">
0092          <string>A&amp;uthor:</string>
0093         </property>
0094         <property name="wordWrap">
0095          <bool>false</bool>
0096         </property>
0097         <property name="buddy">
0098          <cstring>kcfg_Author</cstring>
0099         </property>
0100        </widget>
0101       </item>
0102       <item row="1" column="0">
0103        <widget class="QLabel" name="textLabel4">
0104         <property name="text">
0105          <string>Document c&amp;lass options:</string>
0106         </property>
0107         <property name="wordWrap">
0108          <bool>false</bool>
0109         </property>
0110         <property name="buddy">
0111          <cstring>kcfg_DocumentClassOptions</cstring>
0112         </property>
0113        </widget>
0114       </item>
0115       <item row="2" column="0">
0116        <widget class="QLabel" name="textLabel5">
0117         <property name="text">
0118          <string>I&amp;nput encoding:</string>
0119         </property>
0120         <property name="wordWrap">
0121          <bool>false</bool>
0122         </property>
0123         <property name="buddy">
0124          <cstring>kcfg_TemplateEncoding</cstring>
0125         </property>
0126        </widget>
0127       </item>
0128      </layout>
0129     </widget>
0130    </item>
0131    <item>
0132     <widget class="QGroupBox" name="groupBox4">
0133      <property name="title">
0134       <string>File Clean-Up Details</string>
0135      </property>
0136      <property name="flat">
0137       <bool>false</bool>
0138      </property>
0139      <layout class="QVBoxLayout">
0140       <item>
0141        <widget class="QCheckBox" name="kcfg_CleanUpAfterClose">
0142         <property name="text">
0143          <string>Automatically clean-up files after closing Kile</string>
0144         </property>
0145        </widget>
0146       </item>
0147       <item>
0148        <widget class="KLineEdit" name="kcfg_CleanUpFileExtensions"/>
0149       </item>
0150      </layout>
0151     </widget>
0152    </item>
0153    <item>
0154     <widget class="QGroupBox" name="documentViewerGroupBox">
0155      <property name="title">
0156       <string>Document Viewer</string>
0157      </property>
0158      <property name="flat">
0159       <bool>false</bool>
0160      </property>
0161      <layout class="QVBoxLayout" name="verticalLayout_3">
0162       <item>
0163        <widget class="QCheckBox" name="kcfg_WatchFileForDocumentViewer">
0164         <property name="text">
0165          <string>Reload document automatically after changes</string>
0166         </property>
0167        </widget>
0168       </item>
0169      </layout>
0170     </widget>
0171    </item>
0172    <item>
0173     <widget class="QCheckBox" name="kcfg_SyncConsoleDirWithTabs">
0174      <property name="text">
0175       <string>Synchronize the directory shown in the console with the document tabs</string>
0176      </property>
0177     </widget>
0178    </item>
0179    <item>
0180     <widget class="QCheckBox" name="kcfg_RunLyxServer">
0181      <property name="text">
0182       <string>Let Kile process LyX commands sent by bibliography editors/viewers</string>
0183      </property>
0184     </widget>
0185    </item>
0186    <item>
0187     <spacer>
0188      <property name="orientation">
0189       <enum>Qt::Vertical</enum>
0190      </property>
0191      <property name="sizeHint" stdset="0">
0192       <size>
0193        <width>20</width>
0194        <height>40</height>
0195       </size>
0196      </property>
0197     </spacer>
0198    </item>
0199   </layout>
0200  </widget>
0201  <layoutdefault spacing="6" margin="11"/>
0202  <customwidgets>
0203   <customwidget>
0204    <class>KLineEdit</class>
0205    <extends>QLineEdit</extends>
0206    <header>klineedit.h</header>
0207   </customwidget>
0208  </customwidgets>
0209  <includes>
0210   <include location="local">klineedit.h</include>
0211  </includes>
0212  <resources/>
0213  <connections/>
0214 </ui>