diff -r ce735122a1fb -r c2e5472b112c Preferences/ConfigurationPages/DebuggerPythonPage.ui --- a/Preferences/ConfigurationPages/DebuggerPythonPage.ui Fri Jan 08 14:45:03 2010 +0000 +++ b/Preferences/ConfigurationPages/DebuggerPythonPage.ui Fri Jan 08 17:04:18 2010 +0000 @@ -37,31 +37,15 @@ <string>Python Interpreter for Debug Client</string> </property> <layout class="QGridLayout"> - <item row="0" column="0" colspan="2"> - <widget class="QCheckBox" name="customPyCheckBox"> - <property name="toolTip"> - <string>Select, whether a special Python interpreter should be used</string> - </property> - <property name="text"> - <string>Custom Python Interpreter</string> - </property> - </widget> - </item> - <item row="1" column="0"> + <item row="0" column="0"> <widget class="QLineEdit" name="interpreterEdit"> - <property name="enabled"> - <bool>false</bool> - </property> <property name="toolTip"> <string>Enter the path of the Python interpreter to be used by the debug client. Leave empty to use the default.</string> </property> </widget> </item> - <item row="1" column="1"> + <item row="0" column="1"> <widget class="QPushButton" name="interpreterButton"> - <property name="enabled"> - <bool>false</bool> - </property> <property name="toolTip"> <string>Press to select the Python interpreter via a file selection dialog</string> </property> @@ -197,7 +181,6 @@ </layout> </widget> <tabstops> - <tabstop>customPyCheckBox</tabstop> <tabstop>interpreterEdit</tabstop> <tabstop>interpreterButton</tabstop> <tabstop>standardButton</tabstop> @@ -212,38 +195,6 @@ <resources/> <connections> <connection> - <sender>customPyCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>interpreterEdit</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>86</x> - <y>96</y> - </hint> - <hint type="destinationlabel"> - <x>86</x> - <y>122</y> - </hint> - </hints> - </connection> - <connection> - <sender>customPyCheckBox</sender> - <signal>toggled(bool)</signal> - <receiver>interpreterButton</receiver> - <slot>setEnabled(bool)</slot> - <hints> - <hint type="sourcelabel"> - <x>475</x> - <y>95</y> - </hint> - <hint type="destinationlabel"> - <x>480</x> - <y>126</y> - </hint> - </hints> - </connection> - <connection> <sender>customButton</sender> <signal>toggled(bool)</signal> <receiver>debugClientEdit</receiver>