lyx_mirror/src/frontends/qt4/ui/NumberingUi.ui

106 lines
2.4 KiB
Plaintext
Raw Normal View History

2019-05-23 15:11:39 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NumberingUi</class>
2019-05-23 15:11:39 +02:00
<widget class="QWidget" name="NumberingUi">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>310</width>
<height>323</height>
</rect>
</property>
2019-05-23 15:11:39 +02:00
<property name="windowTitle">
<string/>
</property>
2019-05-23 15:11:39 +02:00
<layout class="QGridLayout">
<property name="leftMargin">
<number>9</number>
</property>
2019-05-23 15:11:39 +02:00
<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>
2019-05-23 15:11:39 +02:00
<item row="4" column="0">
<widget class="QTreeWidget" name="tocTW">
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</item>
2019-05-23 15:11:39 +02:00
<item row="3" column="0">
<widget class="QSlider" name="tocSL">
<property name="minimum">
<number>-1</number>
</property>
2019-05-23 15:11:39 +02:00
<property name="maximum">
<number>5</number>
</property>
2019-05-23 15:11:39 +02:00
<property name="value">
<number>3</number>
</property>
2019-05-23 15:11:39 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
2019-05-23 15:11:39 +02:00
<item row="1" column="0">
<widget class="QSlider" name="depthSL">
<property name="minimum">
<number>-2</number>
</property>
2019-05-23 15:11:39 +02:00
<property name="maximum">
<number>5</number>
</property>
2019-05-23 15:11:39 +02:00
<property name="value">
<number>3</number>
</property>
2019-05-23 15:11:39 +02:00
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
2019-05-23 15:11:39 +02:00
<item row="2" column="0">
<widget class="QLabel" name="TextLabel1">
<property name="text">
<string>&amp;List in Table of Contents</string>
</property>
2019-05-23 15:11:39 +02:00
<property name="buddy">
<cstring>tocSL</cstring>
</property>
</widget>
</item>
2019-05-23 15:11:39 +02:00
<item row="0" column="0">
<widget class="QLabel" name="TextLabel1_2">
<property name="text">
<string>&amp;Numbering</string>
</property>
2019-05-23 15:11:39 +02:00
<property name="buddy">
<cstring>depthSL</cstring>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>depthSL</tabstop>
<tabstop>tocSL</tabstop>
<tabstop>tocTW</tabstop>
</tabstops>
2019-05-23 15:11:39 +02:00
<includes>
<include location="local">qt_i18n.h</include>
</includes>
<resources/>
<connections/>
</ui>