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

219 lines
7.6 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>QuickToolConfigWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>QuickToolConfigWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>407</width>
<height>216</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KComboBox" row="0" column="1" rowspan="1" colspan="2">
<property name="name">
<cstring>m_cbTools</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>2</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>100</width>
<height>0</height>
</size>
</property>
</widget>
<widget class="TQLabel" row="0" column="0">
<property name="name">
<cstring>m_lbTool</cstring>
</property>
<property name="text">
<string>Tool:</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="3">
<property name="name">
<cstring>m_lbConfig</cstring>
</property>
<property name="text">
<string>Configuration:</string>
</property>
</widget>
<widget class="KComboBox" row="0" column="4">
<property name="name">
<cstring>m_cbConfigs</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>2</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
</widget>
<widget class="KPushButton" row="1" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_pshbAdd</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Add</string>
</property>
</widget>
<widget class="KPushButton" row="2" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_pshbRemove</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Remove</string>
</property>
</widget>
<widget class="KPushButton" row="5" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_pshbDown</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Down</string>
</property>
</widget>
<widget class="KPushButton" row="4" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>m_pshbUp</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&amp;Up</string>
</property>
</widget>
<spacer row="3" column="0">
<property name="name">
<cstring>spacer5</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>16</height>
</size>
</property>
</spacer>
<widget class="TDEListBox" row="1" column="2" rowspan="5" colspan="3">
<property name="name">
<cstring>m_lstbSeq</cstring>
</property>
</widget>
</grid>
</widget>
<connections>
<connection>
<sender>m_pshbAdd</sender>
<signal>clicked()</signal>
<receiver>QuickToolConfigWidget</receiver>
<slot>add()</slot>
</connection>
<connection>
<sender>m_pshbRemove</sender>
<signal>clicked()</signal>
<receiver>QuickToolConfigWidget</receiver>
<slot>remove()</slot>
</connection>
<connection>
<sender>m_pshbUp</sender>
<signal>clicked()</signal>
<receiver>QuickToolConfigWidget</receiver>
<slot>up()</slot>
</connection>
<connection>
<sender>m_pshbDown</sender>
<signal>clicked()</signal>
<receiver>QuickToolConfigWidget</receiver>
<slot>down()</slot>
</connection>
</connections>
<includes>
<include location="global" impldecl="in implementation">klocale.h</include>
<include location="local" impldecl="in implementation">kiletoolmanager.h</include>
<include location="global" impldecl="in implementation">tqstring.h</include>
<include location="global" impldecl="in implementation">kglobal.h</include>
<include location="local" impldecl="in implementation">tquictdetoolconfigwidget.ui.h</include>
</includes>
<variables>
<variable access="private">TQString m_sequence;</variable>
</variables>
<Q_SIGNALS>
<signal>sequenceChanged(const TQString &amp;)</signal>
</Q_SIGNALS>
<Q_SLOTS>
<slot>updateSequence( const TQString &amp; sequence )</slot>
<slot>updateConfigs( const TQString &amp; tool )</slot>
<slot access="private" specifier="non virtual">down()</slot>
<slot access="private" specifier="non virtual">up()</slot>
<slot access="private" specifier="non virtual">remove()</slot>
<slot access="private" specifier="non virtual">add()</slot>
<slot access="private" specifier="non virtual">changed()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
</UI>