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/newtoolwizard.ui

188 lines
6.8 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>NewToolWizard</class>
<widget class="TQWizard">
<property name="name">
<cstring>NewToolWizard</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>449</width>
<height>255</height>
</rect>
</property>
<property name="caption">
<string>New Tool</string>
</property>
<widget class="TQWidget">
<property name="name">
<cstring>NamePage</cstring>
</property>
<attribute name="title">
<string>Name</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>m_lbName</cstring>
</property>
<property name="text">
<string>Type a short descriptive name for the &amp;tool:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_leName</cstring>
</property>
</widget>
<widget class="KLineEdit" row="0" column="1">
<property name="name">
<cstring>m_leName</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<property name="text">
<string></string>
</property>
</widget>
<spacer row="1" column="0">
<property name="name">
<cstring>m_spacerName</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>70</height>
</size>
</property>
</spacer>
<widget class="TQLabel" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_lbWarning</cstring>
</property>
<property name="text">
<string></string>
</property>
</widget>
</grid>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>WizardPage</cstring>
</property>
<attribute name="title">
<string>Behavior</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KComboBox" row="0" column="1">
<property name="name">
<cstring>m_cbTools</cstring>
</property>
</widget>
<spacer row="1" column="1" rowspan="2" colspan="1">
<property name="name">
<cstring>m_spacerBehaviorLeft</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>111</height>
</size>
</property>
</spacer>
<widget class="TQLabel" row="0" column="0" rowspan="2" colspan="1">
<property name="name">
<cstring>m_lbBehavior</cstring>
</property>
<property name="text">
<string>Select the default &amp;behavior (class)
of this tool. It will inherit all properties
of the tool it is based upon.
For example, selecting "LaTeX" will
cause your tool to behave just like
the standard "LaTeX" tool.</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_cbTools</cstring>
</property>
</widget>
<spacer row="2" column="0">
<property name="name">
<cstring>m_spacerBehaviorRight</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>71</height>
</size>
</property>
</spacer>
</grid>
</widget>
</widget>
<tabstops>
<tabstop>m_leName</tabstop>
<tabstop>m_cbTools</tabstop>
</tabstops>
<includes>
<include location="global" impldecl="in implementation">kcombobox.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in implementation">tdeglobal.h</include>
<include location="global" impldecl="in implementation">tdelocale.h</include>
<include location="global" impldecl="in implementation">tqregexp.h</include>
<include location="global" impldecl="in implementation">tqstringlist.h</include>
<include location="local" impldecl="in implementation">kiletoolmanager.h</include>
<include location="local" impldecl="in implementation">newtoolwizard.ui.h</include>
</includes>
<variables>
<variable access="private">TQStringList m_toolList;</variable>
</variables>
<slots>
<slot>showPage( TQWidget * pg )</slot>
<slot>nameChanged( const TQString &amp; name )</slot>
</slots>
<functions>
<function access="private" specifier="non virtual">init()</function>
<function returnType="TQString">customTool()</function>
<function returnType="TQString">toolName()</function>
<function returnType="TQString">parentTool()</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
</UI>