lyx_mirror/src/frontends/qt4/ui/NumberingUi.ui
Michael Schmitt e0ae3a1a04 ui/*.ui: <include location="local" >qt_helpers.h</include>
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15784 a592a061-630c-0410-9148-cb99ea01b6c8
2006-11-07 17:56:32 +00:00

93 lines
2.2 KiB
XML

<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>NumberingUi</class>
<widget class="QWidget" name="NumberingUi" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>310</width>
<height>323</height>
</rect>
</property>
<property name="windowTitle" >
<string/>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item row="4" column="0" >
<widget class="QTreeWidget" name="tocTW" />
</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="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>
<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="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>
</layout>
</widget>
<pixmapfunction></pixmapfunction>
<includes>
<include location="local" >qt_helpers.h</include>
</includes>
<tabstops>
<tabstop>tocSL</tabstop>
<tabstop>depthSL</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>