34 <item> |
34 <item> |
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"> |
39 <layout class="QGridLayout" name="gridLayout"> |
40 <item row="0" column="0"> |
40 <item row="0" column="0" colspan="2"> |
|
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"> |
41 <widget class="QLineEdit" name="interpreterEdit"> |
51 <widget class="QLineEdit" name="interpreterEdit"> |
42 <property name="toolTip"> |
52 <property name="toolTip"> |
43 <string>Enter the path of the Python3 interpreter to be used by the debug client.</string> |
53 <string>Enter the path of the Python3 interpreter to be used by the debug client.</string> |
44 </property> |
54 </property> |
45 </widget> |
55 </widget> |
46 </item> |
56 </item> |
47 <item row="0" column="1"> |
57 <item row="1" column="1"> |
48 <widget class="QPushButton" name="interpreterButton"> |
58 <widget class="QPushButton" name="interpreterButton"> |
49 <property name="toolTip"> |
59 <property name="toolTip"> |
50 <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> |
51 </property> |
61 </property> |
52 <property name="text"> |
62 <property name="text"> |
179 </spacer> |
189 </spacer> |
180 </item> |
190 </item> |
181 </layout> |
191 </layout> |
182 </widget> |
192 </widget> |
183 <tabstops> |
193 <tabstops> |
|
194 <tabstop>customPyCheckBox</tabstop> |
184 <tabstop>interpreterEdit</tabstop> |
195 <tabstop>interpreterEdit</tabstop> |
185 <tabstop>interpreterButton</tabstop> |
196 <tabstop>interpreterButton</tabstop> |
186 <tabstop>standardButton</tabstop> |
197 <tabstop>standardButton</tabstop> |
187 <tabstop>threadedButton</tabstop> |
198 <tabstop>threadedButton</tabstop> |
188 <tabstop>customButton</tabstop> |
199 <tabstop>customButton</tabstop> |