5 <property name="geometry"> |
5 <property name="geometry"> |
6 <rect> |
6 <rect> |
7 <x>0</x> |
7 <x>0</x> |
8 <y>0</y> |
8 <y>0</y> |
9 <width>592</width> |
9 <width>592</width> |
10 <height>656</height> |
10 <height>594</height> |
11 </rect> |
11 </rect> |
12 </property> |
12 </property> |
13 <property name="windowTitle"> |
13 <property name="windowTitle"> |
14 <string>Debugger Properties</string> |
14 <string>Debugger Properties</string> |
15 </property> |
15 </property> |
16 <property name="sizeGripEnabled"> |
16 <property name="sizeGripEnabled"> |
17 <bool>true</bool> |
17 <bool>true</bool> |
18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="_2"> |
19 <layout class="QVBoxLayout" name="verticalLayout_3"> |
20 <item> |
20 <item> |
21 <widget class="QGroupBox" name="groupBox"> |
21 <widget class="QGroupBox" name="groupBox"> |
22 <property name="title"> |
22 <property name="title"> |
23 <string>Debug Client</string> |
23 <string>Debug Client</string> |
24 </property> |
24 </property> |
25 <layout class="QHBoxLayout" name="_4"> |
25 <layout class="QVBoxLayout" name="verticalLayout"> |
26 <item> |
26 <item> |
27 <widget class="QLineEdit" name="debugClientEdit"> |
27 <widget class="E5PathPicker" name="debugClientPicker" native="true"> |
|
28 <property name="focusPolicy"> |
|
29 <enum>Qt::StrongFocus</enum> |
|
30 </property> |
28 <property name="toolTip"> |
31 <property name="toolTip"> |
29 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
32 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
30 </property> |
33 </property> |
31 </widget> |
34 </widget> |
32 </item> |
35 </item> |
|
36 </layout> |
|
37 </widget> |
|
38 </item> |
|
39 <item> |
|
40 <widget class="QGroupBox" name="groupBox_2"> |
|
41 <property name="title"> |
|
42 <string>Interpreter for Debug Client</string> |
|
43 </property> |
|
44 <layout class="QVBoxLayout" name="verticalLayout_2"> |
33 <item> |
45 <item> |
34 <widget class="QToolButton" name="debugClientButton"> |
46 <widget class="E5PathPicker" name="interpreterPicker" native="true"> |
35 <property name="toolTip"> |
47 <property name="focusPolicy"> |
36 <string>Press to select the Debug Client via a file selection dialog</string> |
48 <enum>Qt::StrongFocus</enum> |
37 </property> |
49 </property> |
38 </widget> |
|
39 </item> |
|
40 </layout> |
|
41 </widget> |
|
42 </item> |
|
43 <item> |
|
44 <widget class="QGroupBox" name="groupBox_2"> |
|
45 <property name="title"> |
|
46 <string>Interpreter for Debug Client</string> |
|
47 </property> |
|
48 <layout class="QHBoxLayout" name="_5"> |
|
49 <item> |
|
50 <widget class="QLineEdit" name="interpreterEdit"> |
|
51 <property name="toolTip"> |
50 <property name="toolTip"> |
52 <string>Enter the path of the interpreter to be used by the debug client.</string> |
51 <string>Enter the path of the interpreter to be used by the debug client.</string> |
53 </property> |
|
54 </widget> |
|
55 </item> |
|
56 <item> |
|
57 <widget class="QToolButton" name="interpreterButton"> |
|
58 <property name="toolTip"> |
|
59 <string>Press to select the interpreter via a file selection dialog</string> |
|
60 </property> |
52 </property> |
61 </widget> |
53 </widget> |
62 </item> |
54 </item> |
63 </layout> |
55 </layout> |
64 </widget> |
56 </widget> |
260 </item> |
252 </item> |
261 </layout> |
253 </layout> |
262 </widget> |
254 </widget> |
263 <layoutdefault spacing="6" margin="11"/> |
255 <layoutdefault spacing="6" margin="11"/> |
264 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
256 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
257 <customwidgets> |
|
258 <customwidget> |
|
259 <class>E5PathPicker</class> |
|
260 <extends>QWidget</extends> |
|
261 <header>E5Gui/E5PathPicker.h</header> |
|
262 <container>1</container> |
|
263 </customwidget> |
|
264 </customwidgets> |
265 <tabstops> |
265 <tabstops> |
266 <tabstop>debugClientEdit</tabstop> |
266 <tabstop>debugClientPicker</tabstop> |
267 <tabstop>debugClientButton</tabstop> |
267 <tabstop>interpreterPicker</tabstop> |
268 <tabstop>interpreterEdit</tabstop> |
|
269 <tabstop>interpreterButton</tabstop> |
|
270 <tabstop>debugEnvironmentOverrideCheckBox</tabstop> |
268 <tabstop>debugEnvironmentOverrideCheckBox</tabstop> |
271 <tabstop>debugEnvironmentEdit</tabstop> |
269 <tabstop>debugEnvironmentEdit</tabstop> |
272 <tabstop>remoteDebuggerGroup</tabstop> |
270 <tabstop>remoteDebuggerGroup</tabstop> |
273 <tabstop>remoteHostEdit</tabstop> |
271 <tabstop>remoteHostEdit</tabstop> |
274 <tabstop>remoteCommandEdit</tabstop> |
272 <tabstop>remoteCommandEdit</tabstop> |
276 <tabstop>translationRemoteEdit</tabstop> |
274 <tabstop>translationRemoteEdit</tabstop> |
277 <tabstop>translationLocalEdit</tabstop> |
275 <tabstop>translationLocalEdit</tabstop> |
278 <tabstop>consoleDebuggerGroup</tabstop> |
276 <tabstop>consoleDebuggerGroup</tabstop> |
279 <tabstop>consoleCommandEdit</tabstop> |
277 <tabstop>consoleCommandEdit</tabstop> |
280 <tabstop>redirectCheckBox</tabstop> |
278 <tabstop>redirectCheckBox</tabstop> |
|
279 <tabstop>noEncodingCheckBox</tabstop> |
281 </tabstops> |
280 </tabstops> |
282 <resources/> |
281 <resources/> |
283 <connections> |
282 <connections> |
284 <connection> |
283 <connection> |
285 <sender>buttonBox</sender> |
284 <sender>buttonBox</sender> |