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.
tdevelop/buildtools/lib/widgets/runoptionswidgetbase.ui

250 lines
10 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>RunOptionsWidgetBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>run_options_widget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>506</height>
</rect>
</property>
<property name="caption">
<string>Run Options</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>mainProgramGroupBox</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Main Program</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2">
<property name="name">
<cstring>notelabel</cstring>
</property>
<property name="text">
<string>Note: These options override target specific settings.</string>
</property>
<property name="alignment">
<set>AlignVCenter</set>
</property>
<property name="whatsThis" stdset="0">
<string>For Automake and QMake type projects, the proper way to set these options are per target in the &lt;b&gt;Automake Manager&lt;/b&gt; and &lt;b&gt;QMake Manager&lt;/b&gt;, respectively.</string>
</property>
</widget>
<widget class="KLineEdit" row="2" column="1">
<property name="name">
<cstring>runargs_edit</cstring>
</property>
<property name="toolTip" stdset="0">
<string>The command line arguments passed to the main program when run</string>
</property>
</widget>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>mainprogram_label_2</cstring>
</property>
<property name="text">
<string>Run Arg&amp;uments:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mainprogram_edit</cstring>
</property>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>mainprogram_label</cstring>
</property>
<property name="text">
<string>Executa&amp;ble:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mainprogram_edit</cstring>
</property>
</widget>
<widget class="KURLRequester" row="1" column="1">
<property name="name">
<cstring>mainprogram_edit</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Full path to the executable</string>
</property>
</widget>
<widget class="TQLabel" row="3" column="0">
<property name="name">
<cstring>mainprogram_label_3</cstring>
</property>
<property name="text">
<string>Debug Ar&amp;guments:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mainprogram_edit</cstring>
</property>
</widget>
<widget class="KLineEdit" row="3" column="1">
<property name="name">
<cstring>debugargs_edit</cstring>
</property>
<property name="toolTip" stdset="0">
<string>The command line arguments passed to the main program when debugged</string>
</property>
</widget>
<widget class="TQLabel" row="4" column="0">
<property name="name">
<cstring>mainprogram_label_3_2</cstring>
</property>
<property name="text">
<string>Working &amp;Directory:</string>
</property>
<property name="buddy" stdset="0">
<cstring>mainprogram_edit</cstring>
</property>
</widget>
<widget class="KURLRequester" row="4" column="1">
<property name="name">
<cstring>cwd_edit</cstring>
</property>
<property name="toolTip" stdset="0">
<string>Sets the current working directory for the launched process</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox2</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Options</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>autocompile_box</cstring>
</property>
<property name="text">
<string>Automaticall&amp;y compile before execution</string>
</property>
<property name="toolTip" stdset="0">
<string>If the program is not up-to-date with the source code, compile it before starting its execution</string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>autoinstall_box</cstring>
</property>
<property name="text">
<string>&amp;Automatically install before execution</string>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>autotdesu_box</cstring>
</property>
<property name="text">
<string>Use &amp;tdesu when installing</string>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>startinterminal_box</cstring>
</property>
<property name="text">
<string>Start in e&amp;xternal terminal</string>
</property>
<property name="toolTip" stdset="0">
<string>Start the main program in an external terminal</string>
</property>
</widget>
</vbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>env_var_group</cstring>
</property>
<property name="title">
<string>Environment &amp;Variables</string>
</property>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>mainprogram_edit</sender>
<signal>textChanged(const TQString&amp;)</signal>
<receiver>run_options_widget</receiver>
<slot>mainProgramChanged()</slot>
</connection>
<connection>
<sender>mainprogram_edit</sender>
<signal>urlSelected(const TQString&amp;)</signal>
<receiver>run_options_widget</receiver>
<slot>mainProgramChanged()</slot>
</connection>
<connection>
<sender>mainProgramGroupBox</sender>
<signal>toggled(bool)</signal>
<receiver>run_options_widget</receiver>
<slot>mainProgramChanged()</slot>
</connection>
</connections>
<tabstops>
<tabstop>startinterminal_box</tabstop>
<tabstop>autocompile_box</tabstop>
</tabstops>
<slots>
<slot>mainProgramChanged()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includes>
<include location="global" impldecl="in implementation">kdialog.h</include>
<include location="global" impldecl="in implementation">klineedit.h</include>
<include location="global" impldecl="in declaration">ksqueezedtextlabel.h</include>
<include location="global" impldecl="in implementation">kurlrequester.h</include>
</includes>
</UI>