Preferences/ConfigurationPages/DebuggerPython3Page.ui

changeset 3186
a05eff845522
parent 1127
b1802ebe0066
child 3484
645c12de6b0c
equal deleted inserted replaced
3185:d4fa462547bc 3186:a05eff845522
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>
53 <string>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</string> 53 <string>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</string>
54 </property> 54 </property>
55 </widget> 55 </widget>
56 </item> 56 </item>
57 <item row="1" column="1"> 57 <item row="1" column="1">
58 <widget class="QPushButton" name="interpreterButton"> 58 <widget class="QToolButton" name="interpreterButton">
59 <property name="toolTip"> 59 <property name="toolTip">
60 <string>Press to select the Python3 interpreter via a file selection dialog</string> 60 <string>Press to select the Python3 interpreter via a file selection dialog</string>
61 </property>
62 <property name="text">
63 <string>...</string>
64 </property> 61 </property>
65 </widget> 62 </widget>
66 </item> 63 </item>
67 </layout> 64 </layout>
68 </widget> 65 </widget>
84 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> 81 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string>
85 </property> 82 </property>
86 </widget> 83 </widget>
87 </item> 84 </item>
88 <item> 85 <item>
89 <widget class="QPushButton" name="debugClientButton"> 86 <widget class="QToolButton" name="debugClientButton">
90 <property name="enabled"> 87 <property name="enabled">
91 <bool>false</bool> 88 <bool>false</bool>
92 </property> 89 </property>
93 <property name="toolTip"> 90 <property name="toolTip">
94 <string>Press to select the Debug Client via a file selection dialog</string> 91 <string>Press to select the Debug Client via a file selection dialog</string>
95 </property>
96 <property name="text">
97 <string>...</string>
98 </property> 92 </property>
99 </widget> 93 </widget>
100 </item> 94 </item>
101 </layout> 95 </layout>
102 </item> 96 </item>
219 <x>332</x> 213 <x>332</x>
220 <y>219</y> 214 <y>219</y>
221 </hint> 215 </hint>
222 </hints> 216 </hints>
223 </connection> 217 </connection>
224 <connection>
225 <sender>customButton</sender>
226 <signal>toggled(bool)</signal>
227 <receiver>debugClientButton</receiver>
228 <slot>setEnabled(bool)</slot>
229 <hints>
230 <hint type="sourcelabel">
231 <x>455</x>
232 <y>195</y>
233 </hint>
234 <hint type="destinationlabel">
235 <x>463</x>
236 <y>222</y>
237 </hint>
238 </hints>
239 </connection>
240 </connections> 218 </connections>
241 </ui> 219 </ui>

eric ide

mercurial