Warning, /frameworks/ktexteditor/src/dialogs/opensaveconfigwidget.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>OpenSaveConfigWidget</class>
0004  <widget class="QWidget" name="OpenSaveConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>552</width>
0010     <height>607</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="topMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="rightMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QGroupBox" name="gbFileFormat">
0028      <property name="title">
0029       <string>File Format</string>
0030      </property>
0031      <layout class="QFormLayout" name="formLayout_2">
0032       <item row="0" column="0" colspan="2">
0033        <layout class="QFormLayout" name="formLayout">
0034         <property name="fieldGrowthPolicy">
0035          <enum>QFormLayout::ExpandingFieldsGrow</enum>
0036         </property>
0037         <item row="0" column="0">
0038          <widget class="QLabel" name="lblEncoding">
0039           <property name="text">
0040            <string>&amp;Encoding:</string>
0041           </property>
0042           <property name="buddy">
0043            <cstring>cmbEncoding</cstring>
0044           </property>
0045          </widget>
0046         </item>
0047         <item row="0" column="1">
0048          <widget class="QComboBox" name="cmbEncoding">
0049           <property name="whatsThis">
0050            <string>This defines the standard encoding to use to open/save files, if not changed in the open/save dialog or by using a command line option.</string>
0051           </property>
0052          </widget>
0053         </item>
0054         <item row="1" column="0">
0055          <widget class="QLabel" name="lblEncodingDetection">
0056           <property name="text">
0057            <string>&amp;Encoding detection:</string>
0058           </property>
0059           <property name="buddy">
0060            <cstring>cmbEncodingDetection</cstring>
0061           </property>
0062          </widget>
0063         </item>
0064         <item row="1" column="1">
0065          <widget class="QComboBox" name="cmbEncodingDetection">
0066           <property name="whatsThis">
0067            <string>if neither the encoding chosen as standard above, nor the encoding specified in the open/save dialog, nor the encoding specified on command line match the content of the file, this detection will be run.</string>
0068           </property>
0069          </widget>
0070         </item>
0071         <item row="2" column="0">
0072          <widget class="QLabel" name="lblEncodingDetection2">
0073           <property name="text">
0074            <string>&amp;Fallback encoding:</string>
0075           </property>
0076           <property name="buddy">
0077            <cstring>cmbEncodingFallback</cstring>
0078           </property>
0079          </widget>
0080         </item>
0081         <item row="2" column="1">
0082          <widget class="QComboBox" name="cmbEncodingFallback">
0083           <property name="whatsThis">
0084            <string>This defines the fallback encoding to try for opening files if neither the encoding chosen as standard above, nor the encoding specified in the open/save dialog, nor the encoding specified on command line match the content of the file.  Before this is used, an attempt will be made to determine the encoding to use by looking for a byte order mark at start of file: if one is found, the right Unicode encoding will be chosen; otherwise encoding detection will run, if both fail the fallback encoding will be tried.</string>
0085           </property>
0086          </widget>
0087         </item>
0088         <item row="3" column="0">
0089          <widget class="QLabel" name="lblEOL">
0090           <property name="text">
0091            <string>E&amp;nd of line:</string>
0092           </property>
0093           <property name="buddy">
0094            <cstring>cmbEOL</cstring>
0095           </property>
0096          </widget>
0097         </item>
0098         <item row="3" column="1">
0099          <widget class="QComboBox" name="cmbEOL">
0100           <item>
0101            <property name="text">
0102             <string>UNIX</string>
0103            </property>
0104           </item>
0105           <item>
0106            <property name="text">
0107             <string>DOS/Windows</string>
0108            </property>
0109           </item>
0110           <item>
0111            <property name="text">
0112             <string>Macintosh</string>
0113            </property>
0114           </item>
0115          </widget>
0116         </item>
0117        </layout>
0118       </item>
0119       <item row="1" column="0" colspan="2">
0120        <widget class="QCheckBox" name="chkDetectEOL">
0121         <property name="whatsThis">
0122          <string>If this option is enabled the editor will autodetect the end of line type. The first found end of line type will be used for the whole file.</string>
0123         </property>
0124         <property name="text">
0125          <string>A&amp;utomatic end of line detection</string>
0126         </property>
0127        </widget>
0128       </item>
0129       <item row="2" column="0" colspan="2">
0130        <widget class="QCheckBox" name="chkEnableBOM">
0131         <property name="whatsThis">
0132          <string>The byte order mark is a special sequence at the beginning of Unicode encoded documents. It helps editors to open text documents with the correct Unicode encoding. The byte order mark is not visible in the displayed document.</string>
0133         </property>
0134         <property name="text">
0135          <string>Enable byte order mark (BOM)</string>
0136         </property>
0137        </widget>
0138       </item>
0139       <item row="3" column="0">
0140        <widget class="QLabel" name="label">
0141         <property name="text">
0142          <string>Line length limit:</string>
0143         </property>
0144         <property name="buddy">
0145          <cstring>lineLengthLimit</cstring>
0146         </property>
0147        </widget>
0148       </item>
0149       <item row="3" column="1">
0150        <widget class="QSpinBox" name="lineLengthLimit">
0151         <property name="specialValueText">
0152          <string>Unlimited</string>
0153         </property>
0154         <property name="minimum">
0155          <number>-1</number>
0156         </property>
0157         <property name="maximum">
0158          <number>1000000</number>
0159         </property>
0160        </widget>
0161       </item>
0162      </layout>
0163     </widget>
0164    </item>
0165    <item>
0166     <widget class="QGroupBox" name="gbCleanups">
0167      <property name="title">
0168       <string>Automatic Cleanups on Save</string>
0169      </property>
0170      <layout class="QVBoxLayout">
0171       <item>
0172        <layout class="QHBoxLayout" name="horizontalLayout">
0173         <item>
0174          <widget class="QLabel" name="lblRemoveTrailingSpaces">
0175           <property name="whatsThis">
0176            <string>Depending on the choice, trailing spaces are removed when saving a document, either in the entire document or only of modified lines.</string>
0177           </property>
0178           <property name="text">
0179            <string>Re&amp;move trailing spaces:</string>
0180           </property>
0181           <property name="buddy">
0182            <cstring>cbRemoveTrailingSpaces</cstring>
0183           </property>
0184          </widget>
0185         </item>
0186         <item>
0187          <widget class="QComboBox" name="cbRemoveTrailingSpaces">
0188           <property name="whatsThis">
0189            <string>Depending on the choice, trailing spaces are removed when saving a document, either in the entire document or only of modified lines.</string>
0190           </property>
0191           <item>
0192            <property name="text">
0193             <string>Never</string>
0194            </property>
0195           </item>
0196           <item>
0197            <property name="text">
0198             <string>On Modified Lines</string>
0199            </property>
0200           </item>
0201           <item>
0202            <property name="text">
0203             <string>In Entire Document</string>
0204            </property>
0205           </item>
0206          </widget>
0207         </item>
0208         <item>
0209          <spacer name="horizontalSpacer">
0210           <property name="orientation">
0211            <enum>Qt::Horizontal</enum>
0212           </property>
0213           <property name="sizeHint" stdset="0">
0214            <size>
0215             <width>40</width>
0216             <height>20</height>
0217            </size>
0218           </property>
0219          </spacer>
0220         </item>
0221        </layout>
0222       </item>
0223       <item>
0224        <widget class="QCheckBox" name="chkNewLineAtEof">
0225         <property name="whatsThis">
0226          <string>On save, a line break is appended to the document if not already present. The line break is visible after reloading the file.</string>
0227         </property>
0228         <property name="text">
0229          <string>Append newline at end of file on save</string>
0230         </property>
0231        </widget>
0232       </item>
0233      </layout>
0234     </widget>
0235    </item>
0236    <item>
0237     <widget class="QGroupBox" name="gbAutoSave">
0238      <property name="title">
0239       <string>Enable Auto Save (local files only)</string>
0240      </property>
0241      <property name="checkable">
0242       <bool>true</bool>
0243      </property>
0244      <layout class="QVBoxLayout" name="verticalLayout">
0245       <item>
0246        <widget class="QCheckBox" name="cbAutoSaveOnFocus">
0247         <property name="sizePolicy">
0248          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0249           <horstretch>0</horstretch>
0250           <verstretch>0</verstretch>
0251          </sizepolicy>
0252         </property>
0253         <property name="text">
0254          <string>Auto save document when the active document is losing focus</string>
0255         </property>
0256        </widget>
0257       </item>
0258       <item>
0259        <layout class="QHBoxLayout" name="horizontalLayout_2">
0260         <item>
0261          <widget class="QLabel" name="label_2">
0262           <property name="text">
0263            <string>Auto save interval:</string>
0264           </property>
0265          </widget>
0266         </item>
0267         <item>
0268          <widget class="QSpinBox" name="spbAutoSaveInterval">
0269          <property name="specialValueText">
0270            <string>Never</string>
0271           </property>
0272           <property name="suffix">
0273            <string> seconds</string>
0274           </property>
0275           <property name="maximum">
0276            <number>300</number>
0277           </property>
0278          </widget>
0279         </item>
0280         <item>
0281          <spacer name="horizontalSpacer_2">
0282           <property name="orientation">
0283            <enum>Qt::Horizontal</enum>
0284           </property>
0285           <property name="sizeHint" stdset="0">
0286            <size>
0287             <width>40</width>
0288             <height>20</height>
0289            </size>
0290           </property>
0291          </spacer>
0292         </item>
0293        </layout>
0294       </item>
0295      </layout>
0296     </widget>
0297    </item>
0298    <item>
0299     <spacer>
0300      <property name="orientation">
0301       <enum>Qt::Vertical</enum>
0302      </property>
0303      <property name="sizeHint" stdset="0">
0304       <size>
0305        <width>0</width>
0306        <height>1</height>
0307       </size>
0308      </property>
0309     </spacer>
0310    </item>
0311   </layout>
0312  </widget>
0313  <resources/>
0314  <connections/>
0315 </ui>