aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/displaysettingspage.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/displaysettingspage.ui')
-rw-r--r--src/plugins/texteditor/displaysettingspage.ui86
1 files changed, 60 insertions, 26 deletions
diff --git a/src/plugins/texteditor/displaysettingspage.ui b/src/plugins/texteditor/displaysettingspage.ui
index 6a1f7b46f5..5053a8b103 100644
--- a/src/plugins/texteditor/displaysettingspage.ui
+++ b/src/plugins/texteditor/displaysettingspage.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>471</width>
- <height>288</height>
+ <width>501</width>
+ <height>323</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
@@ -80,24 +80,27 @@
<string>Display</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QCheckBox" name="displayLineNumbers">
+ <item row="4" column="1">
+ <widget class="QCheckBox" name="highlightMatchingParentheses">
<property name="text">
- <string>Display line &amp;numbers</string>
+ <string>&amp;Highlight matching parentheses</string>
</property>
</widget>
</item>
- <item row="0" column="1">
- <widget class="QCheckBox" name="highlightCurrentLine">
+ <item row="2" column="0">
+ <widget class="QCheckBox" name="markTextChanges">
<property name="text">
- <string>Highlight current &amp;line</string>
+ <string>Mark &amp;text changes</string>
</property>
</widget>
</item>
- <item row="1" column="0">
- <widget class="QCheckBox" name="displayFoldingMarkers">
+ <item row="4" column="0">
+ <widget class="QCheckBox" name="visualizeWhitespace">
+ <property name="toolTip">
+ <string>Show tabs and spaces.</string>
+ </property>
<property name="text">
- <string>Display &amp;folding markers</string>
+ <string>&amp;Visualize whitespace</string>
</property>
</widget>
</item>
@@ -108,20 +111,24 @@
</property>
</widget>
</item>
- <item row="2" column="0">
- <widget class="QCheckBox" name="markTextChanges">
+ <item row="5" column="0">
+ <widget class="QCheckBox" name="centerOnScroll">
<property name="text">
- <string>Mark &amp;text changes</string>
+ <string>Center &amp;cursor on scroll</string>
</property>
</widget>
</item>
- <item row="4" column="0">
- <widget class="QCheckBox" name="visualizeWhitespace">
- <property name="toolTip">
- <string>Show tabs and spaces.</string>
+ <item row="1" column="0">
+ <widget class="QCheckBox" name="displayFoldingMarkers">
+ <property name="text">
+ <string>Display &amp;folding markers</string>
</property>
+ </widget>
+ </item>
+ <item row="0" column="1">
+ <widget class="QCheckBox" name="highlightCurrentLine">
<property name="text">
- <string>&amp;Visualize whitespace</string>
+ <string>Highlight current &amp;line</string>
</property>
</widget>
</item>
@@ -132,27 +139,54 @@
</property>
</widget>
</item>
- <item row="5" column="0">
- <widget class="QCheckBox" name="centerOnScroll">
+ <item row="0" column="0">
+ <widget class="QCheckBox" name="displayLineNumbers">
<property name="text">
- <string>Center &amp;cursor on scroll</string>
+ <string>Display line &amp;numbers</string>
</property>
</widget>
</item>
- <item row="5" column="1">
+ <item row="6" column="0">
<widget class="QCheckBox" name="autoFoldFirstComment">
<property name="text">
<string>Auto-fold first &amp;comment</string>
</property>
</widget>
</item>
- <item row="4" column="1">
- <widget class="QCheckBox" name="highlightMatchingParentheses">
+ <item row="5" column="1">
+ <widget class="QCheckBox" name="openLinksInNextSplit">
<property name="text">
- <string>&amp;Highlight matching parentheses</string>
+ <string>Open Links in Another Split</string>
</property>
</widget>
</item>
+ <item row="6" column="1">
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>QSizePolicy::Fixed</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="forceOpenLinksInNextSplit">
+ <property name="text">
+ <string>Force Open Links in Next Split</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
</layout>
</widget>
</item>