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