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.
102 lines
3.2 KiB
102 lines
3.2 KiB
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
<class>PerlConfigWidgetBase</class>
|
|
<widget class="TQWidget">
|
|
<property name="name">
|
|
<cstring>perl_config_widget</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>600</width>
|
|
<height>480</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Perl</string>
|
|
</property>
|
|
<vbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
|
|
<widget class="TQLabel">
|
|
<property name="name">
|
|
<cstring>interpreter_label</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Perl &interpreter:</string>
|
|
</property>
|
|
<property name="buddy" stdset="0">
|
|
<cstring>interpreter_edit</cstring>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLayoutWidget">
|
|
<property name="name">
|
|
<cstring>Layout1</cstring>
|
|
</property>
|
|
<hbox>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
|
|
<widget class="TQLineEdit">
|
|
<property name="name">
|
|
<cstring>interpreter_edit</cstring>
|
|
</property>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>Spacer1</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
</spacer>
|
|
</hbox>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>Spacer3</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Minimum</enum>
|
|
</property>
|
|
</spacer>
|
|
<widget class="TQCheckBox">
|
|
<property name="name">
|
|
<cstring>terminal_box</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Execute programs in a terminal</string>
|
|
</property>
|
|
</widget>
|
|
<spacer>
|
|
<property name="name">
|
|
<cstring>Spacer2</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Vertical</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
</spacer>
|
|
</vbox>
|
|
</widget>
|
|
<includes>
|
|
<include location="global" impldecl="in implementation">kdialog.h</include>
|
|
</includes>
|
|
<tqlayoutdefaults spacing="6" margin="11"/>
|
|
<tqlayoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
|
|
</UI>
|