summaryrefslogtreecommitdiffstats
path: root/src/kile/structureconfigwidget.ui
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-10 03:05:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-10 03:05:17 +0000
commit2c945cd914550233ed352ff195afeb4dd793f122 (patch)
tree4796bfab5733942b90b5a66bb05655be5fdcca03 /src/kile/structureconfigwidget.ui
downloadkile-2c945cd914550233ed352ff195afeb4dd793f122.tar.gz
kile-2c945cd914550233ed352ff195afeb4dd793f122.zip
Added abandoned KDE3 version of Kile
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kile@1088055 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kile/structureconfigwidget.ui')
-rw-r--r--src/kile/structureconfigwidget.ui345
1 files changed, 345 insertions, 0 deletions
diff --git a/src/kile/structureconfigwidget.ui b/src/kile/structureconfigwidget.ui
new file mode 100644
index 0000000..5f39dca
--- /dev/null
+++ b/src/kile/structureconfigwidget.ui
@@ -0,0 +1,345 @@
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<class>KileWidgetStructureViewConfig</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>KileWidgetStructureViewConfig</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>670</width>
+ <height>335</height>
+ </rect>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>1</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>32767</width>
+ <height>32767</height>
+ </size>
+ </property>
+ <property name="caption">
+ <string>Structure View</string>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QGroupBox">
+ <property name="name">
+ <cstring>groupBox2</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>3</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title">
+ <string>Expansion Level</string>
+ </property>
+ <grid>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="KIntNumInput" row="0" column="2">
+ <property name="name">
+ <cstring>kcfg_DefaultLevel</cstring>
+ </property>
+ <property name="minValue">
+ <number>1</number>
+ </property>
+ <property name="maxValue">
+ <number>7</number>
+ </property>
+ </widget>
+ <widget class="QLabel" row="0" column="0">
+ <property name="name">
+ <cstring>textLabel2</cstring>
+ </property>
+ <property name="text">
+ <string>Default &amp;value</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>kcfg_DefaultLevel</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string></string>
+ </property>
+ </widget>
+ <spacer row="0" column="1">
+ <property name="name">
+ <cstring>spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>200</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <spacer row="0" column="3">
+ <property name="name">
+ <cstring>spacer2</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Expanding</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>60</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QLabel" row="1" column="0" rowspan="1" colspan="4">
+ <property name="name">
+ <cstring>textLabel2_2</cstring>
+ </property>
+ <property name="text">
+ <string>(&amp;1=part, 2=chapter, 3=section, 4=subsection, 5=subsubsection, ...)</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>kcfg_DefaultLevel</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string></string>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ <widget class="QGroupBox">
+ <property name="name">
+ <cstring>groupBox4</cstring>
+ </property>
+ <property name="title">
+ <string>Options</string>
+ </property>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvShowLabels</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>23</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Show &amp;labels</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvShowReferences</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>51</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Show undefined references</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvShowSectioningLabels</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>191</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>No extra section for labels</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvShowInputFiles</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>163</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Show input files</string>
+ </property>
+ <property name="accel">
+ <string></string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvShowGraphics</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>135</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Show graphic files</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvShowBibitems</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>79</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Show bibitems</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvShowTodo</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>11</x>
+ <y>107</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Show TODO/FIXME</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvOpenTodo</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>289</x>
+ <y>107</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Open TODO/FIXME</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvOpenBibitems</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>289</x>
+ <y>79</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Open bibitems item</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvOpenReferences</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>289</x>
+ <y>51</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Open references item</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvOpenLabels</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>289</x>
+ <y>23</y>
+ <width>272</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>&amp;Open labels item</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_SvShowFloats</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>289</x>
+ <y>135</y>
+ <width>340</width>
+ <height>22</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Show figure and table en&amp;vironments</string>
+ </property>
+ </widget>
+ </widget>
+ </vbox>
+</widget>
+<customwidgets>
+</customwidgets>
+<layoutdefaults spacing="6" margin="11"/>
+<includehints>
+ <includehint>knuminput.h</includehint>
+ <includehint>knuminput.h</includehint>
+</includehints>
+</UI>