Preferences/ConfigurationPages/DebuggerPython3Page.ui

branch
Py2 comp.
changeset 2598
5d4a7772b646
parent 1127
b1802ebe0066
child 3484
645c12de6b0c
equal deleted inserted replaced
2575:cbdf5b8a5bc5 2598:5d4a7772b646
35 <widget class="QGroupBox" name="groupBox"> 35 <widget class="QGroupBox" name="groupBox">
36 <property name="title"> 36 <property name="title">
37 <string>Python3 Interpreter for Debug Client</string> 37 <string>Python3 Interpreter for Debug Client</string>
38 </property> 38 </property>
39 <layout class="QGridLayout" name="gridLayout"> 39 <layout class="QGridLayout" name="gridLayout">
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="toolTip"> 42 <property name="toolTip">
53 <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>
54 </property> 44 </property>
55 </widget> 45 </widget>
56 </item> 46 </item>
57 <item row="1" column="1"> 47 <item row="0" column="1">
58 <widget class="QPushButton" name="interpreterButton"> 48 <widget class="QPushButton" name="interpreterButton">
59 <property name="toolTip"> 49 <property name="toolTip">
60 <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>
61 </property> 51 </property>
62 <property name="text"> 52 <property name="text">
189 </spacer> 179 </spacer>
190 </item> 180 </item>
191 </layout> 181 </layout>
192 </widget> 182 </widget>
193 <tabstops> 183 <tabstops>
194 <tabstop>customPyCheckBox</tabstop>
195 <tabstop>interpreterEdit</tabstop> 184 <tabstop>interpreterEdit</tabstop>
196 <tabstop>interpreterButton</tabstop> 185 <tabstop>interpreterButton</tabstop>
197 <tabstop>standardButton</tabstop> 186 <tabstop>standardButton</tabstop>
198 <tabstop>threadedButton</tabstop> 187 <tabstop>threadedButton</tabstop>
199 <tabstop>customButton</tabstop> 188 <tabstop>customButton</tabstop>

eric ide

mercurial