Preferences/ConfigurationPages/DebuggerPythonPage.ui

changeset 40
c2e5472b112c
parent 0
de9c2efb9d02
child 42
23b45a742e17
equal deleted inserted replaced
39:ce735122a1fb 40:c2e5472b112c
35 <widget class="QGroupBox" name="groupBox"> 35 <widget class="QGroupBox" name="groupBox">
36 <property name="title"> 36 <property name="title">
37 <string>Python Interpreter for Debug Client</string> 37 <string>Python Interpreter for Debug Client</string>
38 </property> 38 </property>
39 <layout class="QGridLayout"> 39 <layout class="QGridLayout">
40 <item row="0" column="0" colspan="2"> 40 <item row="0" column="0">
41 <widget class="QCheckBox" name="customPyCheckBox">
42 <property name="toolTip">
43 <string>Select, whether a special Python interpreter should be used</string>
44 </property>
45 <property name="text">
46 <string>Custom Python Interpreter</string>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="0">
51 <widget class="QLineEdit" name="interpreterEdit"> 41 <widget class="QLineEdit" name="interpreterEdit">
52 <property name="enabled">
53 <bool>false</bool>
54 </property>
55 <property name="toolTip"> 42 <property name="toolTip">
56 <string>Enter the path of the Python interpreter to be used by the debug client. Leave empty to use the default.</string> 43 <string>Enter the path of the Python interpreter to be used by the debug client. Leave empty to use the default.</string>
57 </property> 44 </property>
58 </widget> 45 </widget>
59 </item> 46 </item>
60 <item row="1" column="1"> 47 <item row="0" column="1">
61 <widget class="QPushButton" name="interpreterButton"> 48 <widget class="QPushButton" name="interpreterButton">
62 <property name="enabled">
63 <bool>false</bool>
64 </property>
65 <property name="toolTip"> 49 <property name="toolTip">
66 <string>Press to select the Python interpreter via a file selection dialog</string> 50 <string>Press to select the Python interpreter via a file selection dialog</string>
67 </property> 51 </property>
68 <property name="text"> 52 <property name="text">
69 <string>...</string> 53 <string>...</string>
195 </spacer> 179 </spacer>
196 </item> 180 </item>
197 </layout> 181 </layout>
198 </widget> 182 </widget>
199 <tabstops> 183 <tabstops>
200 <tabstop>customPyCheckBox</tabstop>
201 <tabstop>interpreterEdit</tabstop> 184 <tabstop>interpreterEdit</tabstop>
202 <tabstop>interpreterButton</tabstop> 185 <tabstop>interpreterButton</tabstop>
203 <tabstop>standardButton</tabstop> 186 <tabstop>standardButton</tabstop>
204 <tabstop>threadedButton</tabstop> 187 <tabstop>threadedButton</tabstop>
205 <tabstop>customButton</tabstop> 188 <tabstop>customButton</tabstop>
210 <tabstop>pyNoEncodingCheckBox</tabstop> 193 <tabstop>pyNoEncodingCheckBox</tabstop>
211 </tabstops> 194 </tabstops>
212 <resources/> 195 <resources/>
213 <connections> 196 <connections>
214 <connection> 197 <connection>
215 <sender>customPyCheckBox</sender>
216 <signal>toggled(bool)</signal>
217 <receiver>interpreterEdit</receiver>
218 <slot>setEnabled(bool)</slot>
219 <hints>
220 <hint type="sourcelabel">
221 <x>86</x>
222 <y>96</y>
223 </hint>
224 <hint type="destinationlabel">
225 <x>86</x>
226 <y>122</y>
227 </hint>
228 </hints>
229 </connection>
230 <connection>
231 <sender>customPyCheckBox</sender>
232 <signal>toggled(bool)</signal>
233 <receiver>interpreterButton</receiver>
234 <slot>setEnabled(bool)</slot>
235 <hints>
236 <hint type="sourcelabel">
237 <x>475</x>
238 <y>95</y>
239 </hint>
240 <hint type="destinationlabel">
241 <x>480</x>
242 <y>126</y>
243 </hint>
244 </hints>
245 </connection>
246 <connection>
247 <sender>customButton</sender> 198 <sender>customButton</sender>
248 <signal>toggled(bool)</signal> 199 <signal>toggled(bool)</signal>
249 <receiver>debugClientEdit</receiver> 200 <receiver>debugClientEdit</receiver>
250 <slot>setEnabled(bool)</slot> 201 <slot>setEnabled(bool)</slot>
251 <hints> 202 <hints>

eric ide

mercurial