You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kile/src/kile/latexconfigwidget.ui

252 lines
9.8 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>KileWidgetLatexConfig</class>
<widget class="TQWidget">
<property name="name">
<cstring>KileWidgetLatexConfig</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>602</width>
<height>365</height>
</rect>
</property>
<property name="caption">
<string>LaTeX</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQButtonGroup">
<property name="name">
<cstring>m_bgCommands</cstring>
</property>
<property name="title">
<string>Commands</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQPushButton" row="0" column="0">
<property name="name">
<cstring>m_pbCommands</cstring>
</property>
<property name="text">
<string>Configure...</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="1">
<property name="name">
<cstring>m_tlCommands</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Configure LaTeX environments and commands</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>m_bgQuotes</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Double Quotes</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>m_tlType</cstring>
</property>
<property name="text">
<string>&amp;Type:</string>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_DoubleQuotes</cstring>
</property>
</widget>
<widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="3">
<property name="name">
<cstring>kcfg_InsertDoubleQuotes</cstring>
</property>
<property name="text">
<string>Automatically insert opening and closing double &amp;quotes for LaTeX</string>
</property>
</widget>
<widget class="TQComboBox" row="1" column="1">
<property name="name">
<cstring>kcfg_DoubleQuotes</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
<spacer row="1" column="2">
<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>280</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
<widget class="TQButtonGroup">
<property name="name">
<cstring>m_bgMathmode</cstring>
</property>
<property name="title">
<string>Mathmode</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_autoInsertDollar</cstring>
</property>
<property name="text">
<string>Auto insert $</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox5</cstring>
</property>
<property name="title">
<string>Environment Variables</string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>m_tlPath</cstring>
</property>
<property name="text">
<string>TEXINPUTS:</string>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_TeXPaths</cstring>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>kcfg_TeXPaths</cstring>
</property>
</widget>
<widget class="KLineEdit" row="1" column="1">
<property name="name">
<cstring>kcfg_BibInputPaths</cstring>
</property>
</widget>
<widget class="KLineEdit" row="2" column="1">
<property name="name">
<cstring>kcfg_BstInputPaths</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>m_bibinputpath</cstring>
</property>
<property name="text">
<string>BIBINPUTS:</string>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_BibInputPaths</cstring>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>m_bstinputpath</cstring>
</property>
<property name="text">
<string>B&amp;STINPUTS:</string>
</property>
<property name="buddy" stdset="0">
<cstring>kcfg_BstInputPaths</cstring>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
</widget>
</grid>
</widget>
</vbox>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>m_pbCommands</sender>
<signal>clicked()</signal>
<receiver>KileWidgetLatexConfig</receiver>
<slot>slotConfigure()</slot>
</connection>
</connections>
<includes>
<include location="global" impldecl="in declaration">tdeconfig.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="local" impldecl="in declaration">latexcmd.h</include>
<include location="local" impldecl="in declaration">latexcmddialog.h</include>
<include location="local" impldecl="in implementation">latexconfigwidget.ui.h</include>
</includes>
<variables>
<variable access="private">TDEConfig *m_config;</variable>
<variable access="private">KileDocument::LatexCommands *m_commands;</variable>
</variables>
<slots>
<slot access="private" specifier="non virtual">slotConfigure()</slot>
</slots>
<functions>
<function access="private" specifier="non virtual">init()</function>
<function specifier="non virtual">setLatexCommands( TDEConfig * config, KileDocument::LatexCommands * commands )</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
</UI>