Project/DebuggerPropertiesDialog.ui

changeset 5525
1771a7f9065c
parent 5508
30626def80dc
child 6352
4bdc6503df81
equal deleted inserted replaced
5524:b96b6e7cd8a4 5525:1771a7f9065c
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="QVBoxLayout" name="verticalLayout"> 25 <layout class="QHBoxLayout" name="horizontalLayout">
26 <item> 26 <item>
27 <widget class="E5PathPicker" name="debugClientPicker" native="true"> 27 <widget class="E5ComboPathPicker" name="debugClientPicker" native="true">
28 <property name="focusPolicy"> 28 <property name="focusPolicy">
29 <enum>Qt::StrongFocus</enum> 29 <enum>Qt::StrongFocus</enum>
30 </property> 30 </property>
31 <property name="toolTip"> 31 <property name="toolTip">
32 <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>
33 </property> 33 </property>
34 </widget> 34 </widget>
35 </item> 35 </item>
36 <item>
37 <widget class="QToolButton" name="debugClientClearHistoryButton">
38 <property name="toolTip">
39 <string>Press to clear the history of entered debug clients</string>
40 </property>
41 </widget>
42 </item>
36 </layout> 43 </layout>
37 </widget> 44 </widget>
38 </item> 45 </item>
39 <item> 46 <item>
40 <widget class="QGroupBox" name="groupBox_2"> 47 <widget class="QGroupBox" name="groupBox_2">
41 <property name="title"> 48 <property name="title">
42 <string>Interpreter for Debug Client</string> 49 <string>Interpreter for Debug Client</string>
43 </property> 50 </property>
44 <layout class="QVBoxLayout" name="verticalLayout_2"> 51 <layout class="QHBoxLayout" name="horizontalLayout_2">
45 <item> 52 <item>
46 <widget class="E5PathPicker" name="interpreterPicker" native="true"> 53 <widget class="E5ComboPathPicker" name="interpreterPicker" native="true">
47 <property name="focusPolicy"> 54 <property name="focusPolicy">
48 <enum>Qt::StrongFocus</enum> 55 <enum>Qt::StrongFocus</enum>
49 </property> 56 </property>
50 <property name="toolTip"> 57 <property name="toolTip">
51 <string>Enter the path of the interpreter to be used by the debug client.</string> 58 <string>Enter the path of the interpreter to be used by the debug client.</string>
59 </property>
60 </widget>
61 </item>
62 <item>
63 <widget class="QToolButton" name="interpreterClearHistoryButton">
64 <property name="toolTip">
65 <string>Press to clear the history of entered interpreters</string>
52 </property> 66 </property>
53 </widget> 67 </widget>
54 </item> 68 </item>
55 </layout> 69 </layout>
56 </widget> 70 </widget>
253 </layout> 267 </layout>
254 </widget> 268 </widget>
255 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> 269 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
256 <customwidgets> 270 <customwidgets>
257 <customwidget> 271 <customwidget>
258 <class>E5PathPicker</class> 272 <class>E5ComboPathPicker</class>
259 <extends>QWidget</extends> 273 <extends>QWidget</extends>
260 <header>E5Gui/E5PathPicker.h</header> 274 <header>E5Gui/E5PathPicker.h</header>
261 <container>1</container> 275 <container>1</container>
262 </customwidget> 276 </customwidget>
263 </customwidgets> 277 </customwidgets>
264 <tabstops> 278 <tabstops>
265 <tabstop>debugClientPicker</tabstop> 279 <tabstop>debugClientPicker</tabstop>
280 <tabstop>debugClientClearHistoryButton</tabstop>
266 <tabstop>interpreterPicker</tabstop> 281 <tabstop>interpreterPicker</tabstop>
282 <tabstop>interpreterClearHistoryButton</tabstop>
267 <tabstop>debugEnvironmentOverrideCheckBox</tabstop> 283 <tabstop>debugEnvironmentOverrideCheckBox</tabstop>
268 <tabstop>debugEnvironmentEdit</tabstop> 284 <tabstop>debugEnvironmentEdit</tabstop>
269 <tabstop>remoteDebuggerGroup</tabstop> 285 <tabstop>remoteDebuggerGroup</tabstop>
270 <tabstop>remoteHostEdit</tabstop> 286 <tabstop>remoteHostEdit</tabstop>
271 <tabstop>remoteCommandEdit</tabstop> 287 <tabstop>remoteCommandEdit</tabstop>

eric ide

mercurial