Warning, /frameworks/ktexteditor/src/dialogs/bordersappearanceconfigwidget.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>BordersAppearanceConfigWidget</class>
0004  <widget class="QWidget" name="BordersAppearanceConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>652</width>
0010     <height>677</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QFormLayout" name="formLayout">
0016      <property name="formAlignment">
0017       <set>Qt::AlignHCenter|Qt::AlignTop</set>
0018      </property>
0019      <property name="topMargin">
0020       <number>10</number>
0021      </property>
0022      <item row="0" column="0">
0023       <widget class="QLabel" name="label">
0024        <property name="text">
0025         <string>Code block folding:</string>
0026        </property>
0027       </widget>
0028      </item>
0029      <item row="0" column="1">
0030       <widget class="QCheckBox" name="chkShowFoldingMarkers">
0031        <property name="whatsThis">
0032         <string>If this option is checked, every new view will display marks for folding.</string>
0033        </property>
0034        <property name="text">
0035         <string>Show arrows to collapse code blocks</string>
0036        </property>
0037       </widget>
0038      </item>
0039      <item row="1" column="1">
0040       <widget class="QCheckBox" name="chkShowFoldingPreview">
0041        <property name="whatsThis">
0042         <string>If checked, hovering over a folded region shows a preview of the folded text in a popup.</string>
0043        </property>
0044        <property name="text">
0045         <string>Show preview of folded blocks on hover</string>
0046        </property>
0047       </widget>
0048      </item>
0049      <item row="4" column="1">
0050       <spacer name="verticalSpacer_2">
0051        <property name="orientation">
0052         <enum>Qt::Vertical</enum>
0053        </property>
0054        <property name="sizeType">
0055         <enum>QSizePolicy::Fixed</enum>
0056        </property>
0057        <property name="sizeHint" stdset="0">
0058         <size>
0059          <width>20</width>
0060          <height>20</height>
0061         </size>
0062        </property>
0063       </spacer>
0064      </item>
0065      <item row="6" column="0">
0066       <widget class="QLabel" name="label_2">
0067        <property name="text">
0068         <string>Left side:</string>
0069        </property>
0070       </widget>
0071      </item>
0072      <item row="6" column="1">
0073       <widget class="QCheckBox" name="chkIconBorder">
0074        <property name="whatsThis">
0075         <string>&lt;p&gt;If this option is checked, every new view will display an icon border on the left hand side.&lt;/p&gt;&lt;p&gt;The icon border shows bookmark signs, for instance.&lt;/p&gt;</string>
0076        </property>
0077        <property name="text">
0078         <string>Show marks</string>
0079        </property>
0080       </widget>
0081      </item>
0082      <item row="7" column="1">
0083       <widget class="QCheckBox" name="chkLineNumbers">
0084        <property name="whatsThis">
0085         <string>If this option is checked, every new view will display line numbers on the left hand side.</string>
0086        </property>
0087        <property name="text">
0088         <string>Show &amp;line numbers</string>
0089        </property>
0090       </widget>
0091      </item>
0092      <item row="8" column="1">
0093       <widget class="QCheckBox" name="chkShowLineModification">
0094        <property name="whatsThis">
0095         <string>If this option is checked, a small indicator for modified and saved lines is shown on the left hand side.</string>
0096        </property>
0097        <property name="text">
0098         <string>Highlight changed and unsaved lines</string>
0099        </property>
0100       </widget>
0101      </item>
0102      <item row="9" column="1">
0103       <spacer name="verticalSpacer_3">
0104        <property name="orientation">
0105         <enum>Qt::Vertical</enum>
0106        </property>
0107        <property name="sizeType">
0108         <enum>QSizePolicy::Fixed</enum>
0109        </property>
0110        <property name="sizeHint" stdset="0">
0111         <size>
0112          <width>20</width>
0113          <height>20</height>
0114         </size>
0115        </property>
0116       </spacer>
0117      </item>
0118      <item row="10" column="0">
0119       <widget class="QLabel" name="label_3">
0120        <property name="text">
0121         <string>Scrollbars</string>
0122        </property>
0123       </widget>
0124      </item>
0125      <item row="10" column="1">
0126       <widget class="QCheckBox" name="chkScrollbarMarks">
0127        <property name="whatsThis">
0128         <string>&lt;p&gt;If this option is checked, every new view will show marks on the vertical scrollbar.&lt;/p&gt;&lt;p&gt;These marks will show bookmarks, for instance.&lt;/p&gt;</string>
0129        </property>
0130        <property name="text">
0131         <string>Show marks</string>
0132        </property>
0133       </widget>
0134      </item>
0135      <item row="11" column="1">
0136       <widget class="QCheckBox" name="chkScrollbarPreview">
0137        <property name="whatsThis">
0138         <string>&lt;p&gt;If this option is checked, hovering over the vertical scrollbar will show a preview of the text.&lt;/p&gt;</string>
0139        </property>
0140        <property name="text">
0141         <string>Show preview when hovering over scrollbar</string>
0142        </property>
0143       </widget>
0144      </item>
0145      <item row="13" column="1">
0146       <spacer name="verticalSpacer_4">
0147        <property name="orientation">
0148         <enum>Qt::Vertical</enum>
0149        </property>
0150        <property name="sizeType">
0151         <enum>QSizePolicy::Fixed</enum>
0152        </property>
0153        <property name="sizeHint" stdset="0">
0154         <size>
0155          <width>20</width>
0156          <height>20</height>
0157         </size>
0158        </property>
0159       </spacer>
0160      </item>
0161      <item row="14" column="0">
0162       <widget class="QLabel" name="label_4">
0163        <property name="text">
0164         <string>Minimap:</string>
0165        </property>
0166       </widget>
0167      </item>
0168      <item row="14" column="1">
0169       <widget class="QCheckBox" name="chkScrollbarMiniMap">
0170        <property name="whatsThis">
0171         <string>If this option is checked, every new view will show a mini map on the vertical scrollbar.</string>
0172        </property>
0173        <property name="text">
0174         <string>Show minimap</string>
0175        </property>
0176       </widget>
0177      </item>
0178      <item row="16" column="1">
0179       <widget class="QCheckBox" name="chkScrollbarMiniMapAll">
0180        <property name="enabled">
0181         <bool>false</bool>
0182        </property>
0183        <property name="whatsThis">
0184         <string>If this option is checked, every new view will show a mini map of the whole document on the vertical scrollbar.</string>
0185        </property>
0186        <property name="text">
0187         <string>Map the whole document</string>
0188        </property>
0189        <property name="checked">
0190         <bool>true</bool>
0191        </property>
0192       </widget>
0193      </item>
0194      <item row="15" column="1">
0195       <widget class="QSpinBox" name="spBoxMiniMapWidth">
0196        <property name="minimum">
0197         <number>40</number>
0198        </property>
0199        <property name="maximum">
0200         <number>100</number>
0201        </property>
0202        <property name="singleStep">
0203         <number>5</number>
0204        </property>
0205        <property name="value">
0206         <number>60</number>
0207        </property>
0208       </widget>
0209      </item>
0210      <item row="15" column="0">
0211       <widget class="QLabel" name="labelMiniMapWidth">
0212        <property name="text">
0213         <string>Minim&amp;ap width:</string>
0214        </property>
0215        <property name="buddy">
0216         <cstring>spBoxMiniMapWidth</cstring>
0217        </property>
0218       </widget>
0219      </item>
0220      <item row="12" column="1">
0221       <widget class="QComboBox" name="cmbShowScrollbars">
0222        <item>
0223         <property name="text">
0224          <string>Always On</string>
0225         </property>
0226        </item>
0227        <item>
0228         <property name="text">
0229          <string>Show When Needed</string>
0230         </property>
0231        </item>
0232        <item>
0233         <property name="text">
0234          <string>Always Off</string>
0235         </property>
0236        </item>
0237       </widget>
0238      </item>
0239      <item row="12" column="0">
0240       <widget class="QLabel" name="lblShowScrollbars">
0241        <property name="text">
0242         <string>Scro&amp;llbars visibility:</string>
0243        </property>
0244        <property name="buddy">
0245         <cstring>cmbShowScrollbars</cstring>
0246        </property>
0247       </widget>
0248      </item>
0249      <item row="18" column="1">
0250       <widget class="QRadioButton" name="rbSortBookmarksByCreation">
0251        <property name="whatsThis">
0252         <string>Each new bookmark will be added to the bottom, independently from where it is placed in the document.</string>
0253        </property>
0254        <property name="text">
0255         <string>By date created</string>
0256        </property>
0257       </widget>
0258      </item>
0259      <item row="19" column="1">
0260       <widget class="QRadioButton" name="rbSortBookmarksByPosition">
0261        <property name="whatsThis">
0262         <string>The bookmarks will be ordered by the line numbers they are placed at.</string>
0263        </property>
0264        <property name="text">
0265         <string>By line number</string>
0266        </property>
0267       </widget>
0268      </item>
0269      <item row="18" column="0">
0270       <widget class="QLabel" name="label_5">
0271        <property name="text">
0272         <string>Sort bookmarks menu:</string>
0273        </property>
0274       </widget>
0275      </item>
0276      <item row="17" column="1">
0277       <spacer name="verticalSpacer_5">
0278        <property name="orientation">
0279         <enum>Qt::Vertical</enum>
0280        </property>
0281        <property name="sizeType">
0282         <enum>QSizePolicy::Fixed</enum>
0283        </property>
0284        <property name="sizeHint" stdset="0">
0285         <size>
0286          <width>20</width>
0287          <height>20</height>
0288         </size>
0289        </property>
0290       </spacer>
0291      </item>
0292      <item row="2" column="0">
0293       <widget class="QLabel" name="label_6">
0294        <property name="text">
0295         <string>Folding arrows visibility:</string>
0296        </property>
0297        <property name="buddy">
0298         <cstring>cmbFoldingArrowVisiblity</cstring>
0299        </property>
0300       </widget>
0301      </item>
0302      <item row="2" column="1">
0303       <widget class="QComboBox" name="cmbFoldingArrowVisiblity">
0304        <item>
0305         <property name="text">
0306          <string>Show on Hover</string>
0307         </property>
0308        </item>
0309        <item>
0310         <property name="text">
0311          <string>Show Always</string>
0312         </property>
0313        </item>
0314       </widget>
0315      </item>
0316     </layout>
0317    </item>
0318    <item>
0319     <spacer name="verticalSpacer">
0320      <property name="orientation">
0321       <enum>Qt::Vertical</enum>
0322      </property>
0323      <property name="sizeHint" stdset="0">
0324       <size>
0325        <width>20</width>
0326        <height>31</height>
0327       </size>
0328      </property>
0329     </spacer>
0330    </item>
0331   </layout>
0332  </widget>
0333  <resources/>
0334  <connections/>
0335 </ui>