lyx_mirror/src/frontends/qt/ui/NumberingUi.ui
Pavel Sanda ffbcac3dde Add few examples for lineno options.
It's actually pretty hard to get that from the manual.
2020-10-06 15:05:11 +02:00

153 lines
3.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NumberingUi</class>
<widget class="QWidget" name="NumberingUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>414</width>
<height>323</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<layout class="QGridLayout">
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="6" column="0" rowspan="3">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="linenoCB">
<property name="toolTip">
<string>Add line numbers to the document</string>
</property>
<property name="text">
<string>L&amp;ine numbering</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<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="QLabel" name="linenoLA">
<property name="text">
<string>O&amp;ptions:</string>
</property>
<property name="buddy">
<cstring>linenoLE</cstring>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="linenoLE">
<property name="toolTip">
<string>Line numbering (lineno package) options (e.g. right, modulo, switch(*), pagewise). Please refer to the lineno package manual for details.</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="2" column="0">
<widget class="QLabel" name="TextLabel1">
<property name="text">
<string>&amp;List in Table of Contents</string>
</property>
<property name="buddy">
<cstring>tocSL</cstring>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QSlider" name="tocSL">
<property name="minimum">
<number>-1</number>
</property>
<property name="maximum">
<number>5</number>
</property>
<property name="value">
<number>3</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="TextLabel1_2">
<property name="text">
<string>&amp;Numbering</string>
</property>
<property name="buddy">
<cstring>depthSL</cstring>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QTreeWidget" name="tocTW">
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
<item row="1" column="0">
<widget class="QSlider" name="depthSL">
<property name="minimum">
<number>-2</number>
</property>
<property name="maximum">
<number>5</number>
</property>
<property name="value">
<number>3</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>depthSL</tabstop>
<tabstop>tocSL</tabstop>
<tabstop>tocTW</tabstop>
</tabstops>
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>