<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>CustomMakeConfigWidgetBase</class> <widget class="TQWidget"> <property name="name"> <cstring>CustomMakeConfigWidgetBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>659</width> <height>600</height> </rect> </property> <property name="caption"> <string>Make Options</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>abort_box</cstring> </property> <property name="text"> <string>A&bort on first error</string> </property> </widget> <widget class="TQCheckBox"> <property name="name"> <cstring>dontact_box</cstring> </property> <property name="text"> <string>Only di&splay commands without actually executing them</string> </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="KLineEdit" row="0" column="1"> <property name="name"> <cstring>defaultTarget_edit</cstring> </property> </widget> <widget class="KLineEdit" row="1" column="1"> <property name="name"> <cstring>makebin_edit</cstring> </property> </widget> <widget class="TQLabel" row="2" column="0"> <property name="name"> <cstring>makeoptions_label</cstring> </property> <property name="text"> <string>A&dditional make options:</string> </property> <property name="buddy" stdset="0"> <cstring>makeoptions_edit</cstring> </property> </widget> <widget class="KLineEdit" row="2" column="1"> <property name="name"> <cstring>makeoptions_edit</cstring> </property> </widget> <widget class="TQLabel" row="1" column="0"> <property name="name"> <cstring>makebin_label</cstring> </property> <property name="text"> <string>Name of make e&xecutable:</string> </property> <property name="buddy" stdset="0"> <cstring>makebin_edit</cstring> </property> </widget> <widget class="TQLabel" row="0" column="0"> <property name="name"> <cstring>defTarget_label</cstring> </property> <property name="text"> <string>Default make &target:</string> </property> <property name="buddy" stdset="0"> <cstring>defaultTarget_edit</cstring> </property> </widget> </grid> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout6</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQCheckBox"> <property name="name"> <cstring>runMultiJobs</cstring> </property> <property name="text"> <string>Run multiple jobs</string> </property> </widget> <widget class="TQLabel"> <property name="name"> <cstring>jobs_label</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Number of simultaneous &jobs:</string> </property> <property name="buddy" stdset="0"> <cstring>jobs_box</cstring> </property> </widget> <widget class="TQSpinBox"> <property name="name"> <cstring>jobs_box</cstring> </property> <property name="enabled"> <bool>false</bool> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maxValue"> <number>30</number> </property> <property name="minValue"> <number>1</number> </property> </widget> <spacer> <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> </hbox> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout5</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>prio_label</cstring> </property> <property name="text"> <string>Make &priority:</string> </property> <property name="buddy" stdset="0"> <cstring>jobs_box</cstring> </property> </widget> <widget class="TQSpinBox"> <property name="name"> <cstring>prio_box</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>0</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maxValue"> <number>19</number> </property> <property name="minValue"> <number>-20</number> </property> <property name="value"> <number>0</number> </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>192</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget class="TQLayoutWidget"> <property name="name"> <cstring>layout3</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="TQLabel"> <property name="name"> <cstring>envs_label</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>E&nvironment:</string> </property> <property name="buddy" stdset="0"> <cstring>envs_combo</cstring> </property> </widget> <widget class="TQComboBox"> <property name="name"> <cstring>envs_combo</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>0</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="editable"> <bool>true</bool> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>addenvs_button</cstring> </property> <property name="text"> <string>&Add</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>copyenvs_button</cstring> </property> <property name="text"> <string>Co&py</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> <widget class="TQPushButton"> <property name="name"> <cstring>removeenvs_button</cstring> </property> <property name="text"> <string>Re&move</string> </property> <property name="autoDefault"> <bool>false</bool> </property> </widget> </hbox> </widget> <widget class="TQGroupBox"> <property name="name"> <cstring>env_var_group</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string>Environment &Variables</string> </property> </widget> </vbox> </widget> <connections> <connection> <sender>envs_combo</sender> <signal>textChanged(const TQString&)</signal> <receiver>CustomMakeConfigWidgetBase</receiver> <slot>envNameChanged(const TQString&)</slot> </connection> <connection> <sender>envs_combo</sender> <signal>activated(const TQString&)</signal> <receiver>CustomMakeConfigWidgetBase</receiver> <slot>envChanged(const TQString&)</slot> </connection> <connection> <sender>copyenvs_button</sender> <signal>clicked()</signal> <receiver>CustomMakeConfigWidgetBase</receiver> <slot>envCopied()</slot> </connection> <connection> <sender>addenvs_button</sender> <signal>clicked()</signal> <receiver>CustomMakeConfigWidgetBase</receiver> <slot>envAdded()</slot> </connection> <connection> <sender>removeenvs_button</sender> <signal>clicked()</signal> <receiver>CustomMakeConfigWidgetBase</receiver> <slot>envRemoved()</slot> </connection> <connection> <sender>runMultiJobs</sender> <signal>toggled(bool)</signal> <receiver>jobs_label</receiver> <slot>setEnabled(bool)</slot> </connection> <connection> <sender>runMultiJobs</sender> <signal>toggled(bool)</signal> <receiver>jobs_box</receiver> <slot>setEnabled(bool)</slot> </connection> </connections> <tabstops> <tabstop>abort_box</tabstop> <tabstop>dontact_box</tabstop> <tabstop>makebin_edit</tabstop> <tabstop>makeoptions_edit</tabstop> <tabstop>jobs_box</tabstop> <tabstop>envs_combo</tabstop> <tabstop>addenvs_button</tabstop> <tabstop>copyenvs_button</tabstop> <tabstop>removeenvs_button</tabstop> </tabstops> <includes> <include location="global" impldecl="in implementation">kdialog.h</include> </includes> <Q_SLOTS> <slot access="protected">envNameChanged(const TQString &)</slot> <slot access="protected">envChanged(const TQString&)</slot> <slot access="protected">envAdded()</slot> <slot access="protected">envRemoved()</slot> <slot access="protected">envCopied()</slot> </Q_SLOTS> <layoutdefaults spacing="6" margin="11"/> <layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> <includehints> <includehint>klineedit.h</includehint> <includehint>klineedit.h</includehint> <includehint>klineedit.h</includehint> </includehints> </UI>