[LyX/master] Adjust outliner spacing
Juergen Spitzmueller
spitz at lyx.org
Sun Feb 28 12:04:17 UTC 2021
commit 55f2445278b78d3b7c489d4e7bd63a4ea78e6fb9
Author: Daniel Ramoeller <d.lyx at web.de>
Date: Sat Feb 20 10:53:01 2021 +0100
Adjust outliner spacing
Partial fix for #12152.
---
src/frontends/qt/ui/TocUi.ui | 303 +++++++++++++++++++++++-------------------
1 files changed, 166 insertions(+), 137 deletions(-)
diff --git a/src/frontends/qt/ui/TocUi.ui b/src/frontends/qt/ui/TocUi.ui
index 7acaf57..bc634eb 100644
--- a/src/frontends/qt/ui/TocUi.ui
+++ b/src/frontends/qt/ui/TocUi.ui
@@ -17,41 +17,30 @@
<string/>
</property>
<layout class="QGridLayout" name="gridLayout">
- <item row="2" column="0" colspan="2">
- <layout class="QHBoxLayout">
- <property name="spacing">
- <number>6</number>
- </property>
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
+ <property name="leftMargin">
+ <number>0</number>
+ </property>
+ <property name="topMargin">
+ <number>0</number>
+ </property>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
+ <property name="spacing">
+ <number>0</number>
+ </property>
+ <item row="3" column="0" colspan="2">
+ <widget class="QTreeView" name="tocTV">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <item>
- <widget class="QLabel" name="filterLA">
- <property name="text">
- <string>Filter:</string>
- </property>
- <property name="buddy">
- <cstring>filterLE</cstring>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="filterLE">
- <property name="toolTip">
- <string>Enter string to filter contents</string>
- </property>
- </widget>
- </item>
- </layout>
+ </widget>
</item>
<item row="6" column="0" colspan="2">
<layout class="QHBoxLayout">
@@ -59,16 +48,16 @@
<number>6</number>
</property>
<property name="leftMargin">
- <number>0</number>
+ <number>6</number>
</property>
<property name="topMargin">
- <number>0</number>
+ <number>6</number>
</property>
<property name="rightMargin">
- <number>0</number>
+ <number>6</number>
</property>
<property name="bottomMargin">
- <number>0</number>
+ <number>6</number>
</property>
<item>
<widget class="QToolButton" name="updateTB">
@@ -185,136 +174,137 @@
</item>
</layout>
</item>
- <item row="5" column="1">
- <layout class="QVBoxLayout">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="sizeConstraint">
- <enum>QLayout::SetMinimumSize</enum>
- </property>
+ <item row="4" column="0" colspan="2">
+ <layout class="QGridLayout" name="gridLayout_3" columnstretch="1,0">
<property name="leftMargin">
- <number>4</number>
+ <number>6</number>
</property>
<property name="topMargin">
- <number>4</number>
+ <number>0</number>
</property>
<property name="rightMargin">
- <number>4</number>
+ <number>6</number>
</property>
<property name="bottomMargin">
- <number>4</number>
+ <number>0</number>
</property>
- <item>
- <widget class="QCheckBox" name="sortCB">
+ <property name="spacing">
+ <number>6</number>
+ </property>
+ <item row="0" column="0">
+ <widget class="QSlider" name="depthSL">
<property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>21</height>
- </size>
+ <property name="toolTip">
+ <string>Adjust the depth of the navigation tree</string>
</property>
- <property name="text">
- <string>Sort</string>
+ <property name="maximum">
+ <number>5</number>
+ </property>
+ <property name="pageStep">
+ <number>1</number>
+ </property>
+ <property name="value">
+ <number>2</number>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="tickPosition">
+ <enum>QSlider::TicksBelow</enum>
</property>
</widget>
</item>
- <item>
- <widget class="QCheckBox" name="persistentCB">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <item row="0" column="1">
+ <layout class="QVBoxLayout">
+ <property name="spacing">
+ <number>0</number>
</property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>21</height>
- </size>
+ <property name="sizeConstraint">
+ <enum>QLayout::SetMinimumSize</enum>
</property>
- <property name="toolTip">
- <string>Try to keep persistent view of the uncollapsed nodes</string>
+ <property name="leftMargin">
+ <number>0</number>
</property>
- <property name="text">
- <string>Keep</string>
+ <property name="topMargin">
+ <number>0</number>
</property>
- </widget>
+ <property name="rightMargin">
+ <number>0</number>
+ </property>
+ <property name="bottomMargin">
+ <number>0</number>
+ </property>
+ <item>
+ <widget class="QCheckBox" name="sortCB">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>21</height>
+ </size>
+ </property>
+ <property name="text">
+ <string>Sort</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="persistentCB">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>21</height>
+ </size>
+ </property>
+ <property name="toolTip">
+ <string>Try to keep persistent view of the uncollapsed nodes</string>
+ </property>
+ <property name="text">
+ <string>Keep</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
</layout>
</item>
<item row="0" column="0" colspan="2">
- <widget class="QComboBox" name="typeCO">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string>Switch between available lists (table of contents, list of figures, list of tables, and others)</string>
- </property>
- </widget>
- </item>
- <item row="5" column="0">
- <widget class="QSlider" name="depthSL">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="toolTip">
- <string>Adjust the depth of the navigation tree</string>
- </property>
- <property name="maximum">
- <number>5</number>
- </property>
- <property name="pageStep">
- <number>1</number>
+ <layout class="QGridLayout" name="gridLayout_2">
+ <property name="leftMargin">
+ <number>6</number>
</property>
- <property name="value">
- <number>2</number>
+ <property name="topMargin">
+ <number>6</number>
</property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
+ <property name="rightMargin">
+ <number>6</number>
</property>
- <property name="tickPosition">
- <enum>QSlider::TicksBothSides</enum>
+ <property name="bottomMargin">
+ <number>6</number>
</property>
- </widget>
- </item>
- <item row="4" column="0" colspan="2">
- <widget class="QTreeView" name="tocTV">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Ignored" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="spacing">
+ <number>6</number>
</property>
- </widget>
- </item>
- <item row="1" column="0" colspan="2">
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="activeFilterLA">
- <property name="text">
- <string>Sho&w:</string>
- </property>
- <property name="buddy">
- <cstring>activeFilterCO</cstring>
- </property>
- </widget>
- </item>
- <item>
+ <item row="1" column="1">
<widget class="QComboBox" name="activeFilterCO">
<property name="sizePolicy">
- <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
+ <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
@@ -339,12 +329,51 @@
</item>
</widget>
</item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="activeFilterLA">
+ <property name="text">
+ <string>Sho&w:</string>
+ </property>
+ <property name="buddy">
+ <cstring>activeFilterCO</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <widget class="QLabel" name="filterLA">
+ <property name="text">
+ <string>Filter:</string>
+ </property>
+ <property name="buddy">
+ <cstring>filterLE</cstring>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1">
+ <widget class="QLineEdit" name="filterLE">
+ <property name="toolTip">
+ <string>Enter string to filter contents</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" colspan="2">
+ <widget class="QComboBox" name="typeCO">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="toolTip">
+ <string>Switch between available lists (table of contents, list of figures, list of tables, and others)</string>
+ </property>
+ </widget>
+ </item>
</layout>
</item>
</layout>
</widget>
<tabstops>
- <tabstop>typeCO</tabstop>
<tabstop>tocTV</tabstop>
</tabstops>
<includes>
More information about the lyx-cvs
mailing list