summaryrefslogtreecommitdiffstats
path: root/src/kile/envconfigwidget.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/kile/envconfigwidget.ui')
-rw-r--r--src/kile/envconfigwidget.ui172
1 files changed, 172 insertions, 0 deletions
diff --git a/src/kile/envconfigwidget.ui b/src/kile/envconfigwidget.ui
new file mode 100644
index 0000000..792fb33
--- /dev/null
+++ b/src/kile/envconfigwidget.ui
@@ -0,0 +1,172 @@
+<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
+<class>KileWidgetEnvironmentConfig</class>
+<widget class="QWidget">
+ <property name="name">
+ <cstring>KileWidgetEnvironmentConfig</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>586</width>
+ <height>200</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>LaTeX</string>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QButtonGroup">
+ <property name="name">
+ <cstring>m_bgEnv</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title">
+ <string>Complete Environments</string>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_CompleteEnvironment</cstring>
+ </property>
+ <property name="text">
+ <string>Automatically complete \begin{env} with \end{env}</string>
+ </property>
+ </widget>
+ </vbox>
+ </widget>
+ <widget class="QButtonGroup">
+ <property name="name">
+ <cstring>m_bgGraphics</cstring>
+ </property>
+ <property name="title">
+ <string>Automatic Indentation Inside Environments</string>
+ </property>
+ <vbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_envIndentation</cstring>
+ </property>
+ <property name="text">
+ <string>Activated</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Enable auto indentation of environments.</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox">
+ <property name="name">
+ <cstring>kcfg_envIndentSpaces</cstring>
+ </property>
+ <property name="text">
+ <string>Use spaces instead of tabs to indent</string>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Use spaces instead of a tabulator to autoindent environments.</string>
+ </property>
+ </widget>
+ <widget class="QLayoutWidget">
+ <property name="name">
+ <cstring>layout2</cstring>
+ </property>
+ <hbox>
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <widget class="QLabel">
+ <property name="name">
+ <cstring>m_lbNumSpaces</cstring>
+ </property>
+ <property name="text">
+ <string>Number of spaces:</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>kcfg_envIndentNumSpaces</cstring>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeType">
+ <enum>Fixed</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="QSpinBox">
+ <property name="name">
+ <cstring>kcfg_envIndentNumSpaces</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
+ <property name="maxValue">
+ <number>9</number>
+ </property>
+ <property name="minValue">
+ <number>1</number>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Use this number of spaces to autoindent environments.</string>
+ </property>
+ </widget>
+ <spacer>
+ <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>300</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </hbox>
+ </widget>
+ </vbox>
+ </widget>
+ </vbox>
+</widget>
+<layoutdefaults spacing="6" margin="11"/>
+</UI>