<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> <class>PythonConfigWidgetBase</class> <widget class="TQWidget"> <property name="name"> <cstring>python_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>Python</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>Python &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="KLineEdit"> <property name="name"> <cstring>interpreter_edit</cstring> </property> </widget> <spacer> <property name="name" stdset="0"> <cstring>Spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <spacer> <property name="name" stdset="0"> <cstring>Spacer3</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Minimum</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </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" stdset="0"> <cstring>Spacer2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </vbox> </widget> <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> </includes> </UI>