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> |