Preferences/ConfigurationPages/DebuggerPython3Page.ui

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 2598
5d4a7772b646
parent 3186
a05eff845522
child 3670
f0cb7579c0b4
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
4 <widget class="QWidget" name="DebuggerPython3Page"> 4 <widget class="QWidget" name="DebuggerPython3Page">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>453</width> 9 <width>455</width>
10 <height>449</height> 10 <height>449</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2"> 13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item> 14 <item>
43 <string>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</string> 43 <string>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</string>
44 </property> 44 </property>
45 </widget> 45 </widget>
46 </item> 46 </item>
47 <item row="0" column="1"> 47 <item row="0" column="1">
48 <widget class="QPushButton" name="interpreterButton"> 48 <widget class="QToolButton" name="interpreterButton">
49 <property name="toolTip"> 49 <property name="toolTip">
50 <string>Press to select the Python3 interpreter via a file selection dialog</string> 50 <string>Press to select the Python3 interpreter via a file selection dialog</string>
51 </property>
52 <property name="text">
53 <string>...</string>
54 </property> 51 </property>
55 </widget> 52 </widget>
56 </item> 53 </item>
57 </layout> 54 </layout>
58 </widget> 55 </widget>
74 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> 71 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string>
75 </property> 72 </property>
76 </widget> 73 </widget>
77 </item> 74 </item>
78 <item> 75 <item>
79 <widget class="QPushButton" name="debugClientButton"> 76 <widget class="QToolButton" name="debugClientButton">
80 <property name="enabled"> 77 <property name="enabled">
81 <bool>false</bool> 78 <bool>false</bool>
82 </property> 79 </property>
83 <property name="toolTip"> 80 <property name="toolTip">
84 <string>Press to select the Debug Client via a file selection dialog</string> 81 <string>Press to select the Debug Client via a file selection dialog</string>
85 </property>
86 <property name="text">
87 <string>...</string>
88 </property> 82 </property>
89 </widget> 83 </widget>
90 </item> 84 </item>
91 </layout> 85 </layout>
92 </item> 86 </item>
208 <x>332</x> 202 <x>332</x>
209 <y>219</y> 203 <y>219</y>
210 </hint> 204 </hint>
211 </hints> 205 </hints>
212 </connection> 206 </connection>
213 <connection>
214 <sender>customButton</sender>
215 <signal>toggled(bool)</signal>
216 <receiver>debugClientButton</receiver>
217 <slot>setEnabled(bool)</slot>
218 <hints>
219 <hint type="sourcelabel">
220 <x>455</x>
221 <y>195</y>
222 </hint>
223 <hint type="destinationlabel">
224 <x>463</x>
225 <y>222</y>
226 </hint>
227 </hints>
228 </connection>
229 </connections> 207 </connections>
230 </ui> 208 </ui>

eric ide

mercurial