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" name="gridLayout"> |
39 <layout class="QVBoxLayout" name="verticalLayout_3"> |
40 <item row="0" column="0"> |
40 <item> |
41 <widget class="QLineEdit" name="interpreterEdit"> |
41 <widget class="E5PathPicker" name="interpreterPicker" native="true"> |
|
42 <property name="focusPolicy"> |
|
43 <enum>Qt::StrongFocus</enum> |
|
44 </property> |
42 <property name="toolTip"> |
45 <property name="toolTip"> |
43 <string>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</string> |
46 <string>Enter the path of the Python3 interpreter to be used by the debug client. Leave empty to use the default.</string> |
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <widget class="QToolButton" name="interpreterButton"> |
|
49 <property name="toolTip"> |
|
50 <string>Press to select the Python3 interpreter via a file selection dialog</string> |
|
51 </property> |
47 </property> |
52 </widget> |
48 </widget> |
53 </item> |
49 </item> |
54 </layout> |
50 </layout> |
55 </widget> |
51 </widget> |
57 <item> |
53 <item> |
58 <widget class="QGroupBox" name="groupBox_2"> |
54 <widget class="QGroupBox" name="groupBox_2"> |
59 <property name="title"> |
55 <property name="title"> |
60 <string>Debug Client Type</string> |
56 <string>Debug Client Type</string> |
61 </property> |
57 </property> |
62 <layout class="QGridLayout"> |
58 <layout class="QGridLayout" name="gridLayout"> |
63 <item row="1" column="0" colspan="3"> |
|
64 <layout class="QHBoxLayout"> |
|
65 <item> |
|
66 <widget class="QLineEdit" name="debugClientEdit"> |
|
67 <property name="enabled"> |
|
68 <bool>false</bool> |
|
69 </property> |
|
70 <property name="toolTip"> |
|
71 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item> |
|
76 <widget class="QToolButton" name="debugClientButton"> |
|
77 <property name="enabled"> |
|
78 <bool>false</bool> |
|
79 </property> |
|
80 <property name="toolTip"> |
|
81 <string>Press to select the Debug Client via a file selection dialog</string> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 </layout> |
|
86 </item> |
|
87 <item row="0" column="0"> |
59 <item row="0" column="0"> |
88 <widget class="QRadioButton" name="standardButton"> |
60 <widget class="QRadioButton" name="standardButton"> |
89 <property name="toolTip"> |
61 <property name="toolTip"> |
90 <string>Select the standard debug client</string> |
62 <string>Select the standard debug client</string> |
91 </property> |
63 </property> |
92 <property name="text"> |
64 <property name="text"> |
93 <string>Standard</string> |
65 <string>Standard</string> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item row="0" column="1"> |
|
70 <widget class="QRadioButton" name="threadedButton"> |
|
71 <property name="toolTip"> |
|
72 <string>Select the multi threaded debug client</string> |
|
73 </property> |
|
74 <property name="text"> |
|
75 <string>Multi Threaded</string> |
94 </property> |
76 </property> |
95 </widget> |
77 </widget> |
96 </item> |
78 </item> |
97 <item row="0" column="2"> |
79 <item row="0" column="2"> |
98 <widget class="QRadioButton" name="customButton"> |
80 <widget class="QRadioButton" name="customButton"> |
102 <property name="text"> |
84 <property name="text"> |
103 <string>Custom</string> |
85 <string>Custom</string> |
104 </property> |
86 </property> |
105 </widget> |
87 </widget> |
106 </item> |
88 </item> |
107 <item row="0" column="1"> |
89 <item row="1" column="0" colspan="3"> |
108 <widget class="QRadioButton" name="threadedButton"> |
90 <widget class="E5PathPicker" name="debugClientPicker" native="true"> |
|
91 <property name="enabled"> |
|
92 <bool>false</bool> |
|
93 </property> |
|
94 <property name="focusPolicy"> |
|
95 <enum>Qt::StrongFocus</enum> |
|
96 </property> |
109 <property name="toolTip"> |
97 <property name="toolTip"> |
110 <string>Select the multi threaded debug client</string> |
98 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
111 </property> |
|
112 <property name="text"> |
|
113 <string>Multi Threaded</string> |
|
114 </property> |
99 </property> |
115 </widget> |
100 </widget> |
116 </item> |
101 </item> |
117 </layout> |
102 </layout> |
118 </widget> |
103 </widget> |
172 </property> |
157 </property> |
173 </spacer> |
158 </spacer> |
174 </item> |
159 </item> |
175 </layout> |
160 </layout> |
176 </widget> |
161 </widget> |
|
162 <customwidgets> |
|
163 <customwidget> |
|
164 <class>E5PathPicker</class> |
|
165 <extends>QWidget</extends> |
|
166 <header>E5Gui/E5PathPicker.h</header> |
|
167 <container>1</container> |
|
168 </customwidget> |
|
169 </customwidgets> |
177 <tabstops> |
170 <tabstops> |
178 <tabstop>interpreterEdit</tabstop> |
171 <tabstop>interpreterPicker</tabstop> |
179 <tabstop>interpreterButton</tabstop> |
|
180 <tabstop>standardButton</tabstop> |
172 <tabstop>standardButton</tabstop> |
181 <tabstop>threadedButton</tabstop> |
173 <tabstop>threadedButton</tabstop> |
182 <tabstop>customButton</tabstop> |
174 <tabstop>customButton</tabstop> |
183 <tabstop>debugClientEdit</tabstop> |
175 <tabstop>debugClientPicker</tabstop> |
184 <tabstop>debugClientButton</tabstop> |
|
185 <tabstop>sourceExtensionsEdit</tabstop> |
176 <tabstop>sourceExtensionsEdit</tabstop> |
186 <tabstop>pyRedirectCheckBox</tabstop> |
177 <tabstop>pyRedirectCheckBox</tabstop> |
187 <tabstop>pyNoEncodingCheckBox</tabstop> |
178 <tabstop>pyNoEncodingCheckBox</tabstop> |
188 </tabstops> |
179 </tabstops> |
189 <resources/> |
180 <resources/> |
190 <connections> |
181 <connections> |
191 <connection> |
182 <connection> |
192 <sender>customButton</sender> |
183 <sender>customButton</sender> |
193 <signal>toggled(bool)</signal> |
184 <signal>toggled(bool)</signal> |
194 <receiver>debugClientEdit</receiver> |
185 <receiver>debugClientPicker</receiver> |
195 <slot>setEnabled(bool)</slot> |
186 <slot>setEnabled(bool)</slot> |
196 <hints> |
187 <hints> |
197 <hint type="sourcelabel"> |
188 <hint type="sourcelabel"> |
198 <x>368</x> |
189 <x>325</x> |
199 <y>194</y> |
190 <y>142</y> |
200 </hint> |
191 </hint> |
201 <hint type="destinationlabel"> |
192 <hint type="destinationlabel"> |
202 <x>332</x> |
193 <x>323</x> |
203 <y>219</y> |
194 <y>162</y> |
204 </hint> |
195 </hint> |
205 </hints> |
196 </hints> |
206 </connection> |
197 </connection> |
207 </connections> |
198 </connections> |
208 </ui> |
199 </ui> |