|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DebuggerPropertiesDialog</class> |
|
4 <widget class="QDialog" name="DebuggerPropertiesDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>592</width> |
|
10 <height>657</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Debugger Properties</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Debug Client</string> |
|
24 </property> |
|
25 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
26 <item> |
|
27 <widget class="EricComboPathPicker" name="debugClientPicker" native="true"> |
|
28 <property name="focusPolicy"> |
|
29 <enum>Qt::StrongFocus</enum> |
|
30 </property> |
|
31 <property name="toolTip"> |
|
32 <string>Enter the path of the Debug Client to be used. Leave empty to use the default.</string> |
|
33 </property> |
|
34 </widget> |
|
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> |
|
43 </layout> |
|
44 </widget> |
|
45 </item> |
|
46 <item> |
|
47 <widget class="QGroupBox" name="groupBox_2"> |
|
48 <property name="title"> |
|
49 <string>Virtual Environment</string> |
|
50 </property> |
|
51 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
52 <item> |
|
53 <widget class="QComboBox" name="venvComboBox"> |
|
54 <property name="sizePolicy"> |
|
55 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
56 <horstretch>0</horstretch> |
|
57 <verstretch>0</verstretch> |
|
58 </sizepolicy> |
|
59 </property> |
|
60 <property name="toolTip"> |
|
61 <string>Select the virtual environment to be used</string> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 </layout> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QGroupBox" name="remoteDebuggerGroup"> |
|
70 <property name="toolTip"> |
|
71 <string>Select, if the debugger should be run remotely</string> |
|
72 </property> |
|
73 <property name="title"> |
|
74 <string>Remote Debugger</string> |
|
75 </property> |
|
76 <property name="checkable"> |
|
77 <bool>true</bool> |
|
78 </property> |
|
79 <layout class="QGridLayout" name="_7"> |
|
80 <item row="2" column="0" colspan="2"> |
|
81 <widget class="QGroupBox" name="pathTranslationGroup"> |
|
82 <property name="toolTip"> |
|
83 <string>Select, if path translation for remote debugging should be done</string> |
|
84 </property> |
|
85 <property name="title"> |
|
86 <string>Perform Path Translation</string> |
|
87 </property> |
|
88 <property name="checkable"> |
|
89 <bool>true</bool> |
|
90 </property> |
|
91 <layout class="QGridLayout"> |
|
92 <item row="1" column="0"> |
|
93 <widget class="QLabel" name="textLabel2_9"> |
|
94 <property name="text"> |
|
95 <string>Local Path:</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item row="1" column="1"> |
|
100 <widget class="QLineEdit" name="translationLocalEdit"> |
|
101 <property name="toolTip"> |
|
102 <string>Enter the local path</string> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item row="0" column="1"> |
|
107 <widget class="QLineEdit" name="translationRemoteEdit"> |
|
108 <property name="toolTip"> |
|
109 <string>Enter the remote path</string> |
|
110 </property> |
|
111 </widget> |
|
112 </item> |
|
113 <item row="0" column="0"> |
|
114 <widget class="QLabel" name="textLabel1_18"> |
|
115 <property name="text"> |
|
116 <string>Remote Path:</string> |
|
117 </property> |
|
118 </widget> |
|
119 </item> |
|
120 </layout> |
|
121 </widget> |
|
122 </item> |
|
123 <item row="0" column="0"> |
|
124 <widget class="QLabel" name="hostLabel"> |
|
125 <property name="text"> |
|
126 <string>Remote Host:</string> |
|
127 </property> |
|
128 </widget> |
|
129 </item> |
|
130 <item row="1" column="1"> |
|
131 <widget class="QLineEdit" name="remoteCommandEdit"> |
|
132 <property name="toolTip"> |
|
133 <string>Enter the remote execution command.</string> |
|
134 </property> |
|
135 <property name="whatsThis"> |
|
136 <string><b>Remote Execution</b> |
|
137 <p>Enter the remote execution command (e.g. ssh). This command is used to log into the remote host and execute the remote debugger.</p></string> |
|
138 </property> |
|
139 </widget> |
|
140 </item> |
|
141 <item row="1" column="0"> |
|
142 <widget class="QLabel" name="execLabel"> |
|
143 <property name="text"> |
|
144 <string>Remote Execution:</string> |
|
145 </property> |
|
146 </widget> |
|
147 </item> |
|
148 <item row="0" column="1"> |
|
149 <widget class="QLineEdit" name="remoteHostEdit"> |
|
150 <property name="toolTip"> |
|
151 <string>Enter the hostname of the remote machine.</string> |
|
152 </property> |
|
153 <property name="whatsThis"> |
|
154 <string><b>Remote Host</b> |
|
155 <p>Enter the hostname of the remote machine.</p></string> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 </layout> |
|
160 </widget> |
|
161 </item> |
|
162 <item> |
|
163 <widget class="QGroupBox" name="consoleDebuggerGroup"> |
|
164 <property name="toolTip"> |
|
165 <string>Select, if the debugger should be executed in a console window</string> |
|
166 </property> |
|
167 <property name="title"> |
|
168 <string>Console Debugger</string> |
|
169 </property> |
|
170 <property name="checkable"> |
|
171 <bool>true</bool> |
|
172 </property> |
|
173 <layout class="QHBoxLayout" name="_3"> |
|
174 <item> |
|
175 <widget class="QLabel" name="textLabel1_17"> |
|
176 <property name="text"> |
|
177 <string>Console Command:</string> |
|
178 </property> |
|
179 </widget> |
|
180 </item> |
|
181 <item> |
|
182 <widget class="QLineEdit" name="consoleCommandEdit"> |
|
183 <property name="toolTip"> |
|
184 <string>Enter the console command (e.g. xterm -e)</string> |
|
185 </property> |
|
186 <property name="whatsThis"> |
|
187 <string><b>Console Command</b> |
|
188 <p>Enter the console command (e.g. xterm -e). This command is used to open a command window for the debugger.</p></string> |
|
189 </property> |
|
190 </widget> |
|
191 </item> |
|
192 </layout> |
|
193 </widget> |
|
194 </item> |
|
195 <item> |
|
196 <widget class="QGroupBox" name="groupBox_3"> |
|
197 <property name="title"> |
|
198 <string>Environment Variables for Debug Client</string> |
|
199 </property> |
|
200 <layout class="QGridLayout" name="_6"> |
|
201 <item row="0" column="0" colspan="2"> |
|
202 <widget class="QCheckBox" name="debugEnvironmentOverrideCheckBox"> |
|
203 <property name="toolTip"> |
|
204 <string>Select, if the environment of the debug client should be replaced</string> |
|
205 </property> |
|
206 <property name="text"> |
|
207 <string>Replace Environment Variables</string> |
|
208 </property> |
|
209 </widget> |
|
210 </item> |
|
211 <item row="1" column="1"> |
|
212 <widget class="QLineEdit" name="debugEnvironmentEdit"> |
|
213 <property name="toolTip"> |
|
214 <string>Enter the environment variables to be set.</string> |
|
215 </property> |
|
216 <property name="whatsThis"> |
|
217 <string><b>Environment Variables</b> |
|
218 <p>Enter the environment variables to be set for the debugger. The individual settings must be separated by whitespace and be given in the form 'var=value'.</p> |
|
219 <p>Example: var1=1 var2="hello world"</p></string> |
|
220 </property> |
|
221 </widget> |
|
222 </item> |
|
223 <item row="1" column="0"> |
|
224 <widget class="QLabel" name="textLabel1_16"> |
|
225 <property name="text"> |
|
226 <string>Environment Variables:</string> |
|
227 </property> |
|
228 </widget> |
|
229 </item> |
|
230 </layout> |
|
231 </widget> |
|
232 </item> |
|
233 <item> |
|
234 <widget class="QCheckBox" name="redirectCheckBox"> |
|
235 <property name="toolTip"> |
|
236 <string>Select to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</string> |
|
237 </property> |
|
238 <property name="text"> |
|
239 <string>Redirect stdin/stdout/stderr</string> |
|
240 </property> |
|
241 </widget> |
|
242 </item> |
|
243 <item> |
|
244 <widget class="QCheckBox" name="noEncodingCheckBox"> |
|
245 <property name="toolTip"> |
|
246 <string>Select to not set the debug client encoding</string> |
|
247 </property> |
|
248 <property name="text"> |
|
249 <string>Don't set the encoding of the debug client</string> |
|
250 </property> |
|
251 </widget> |
|
252 </item> |
|
253 <item> |
|
254 <widget class="QDialogButtonBox" name="buttonBox"> |
|
255 <property name="orientation"> |
|
256 <enum>Qt::Horizontal</enum> |
|
257 </property> |
|
258 <property name="standardButtons"> |
|
259 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
260 </property> |
|
261 </widget> |
|
262 </item> |
|
263 </layout> |
|
264 </widget> |
|
265 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
266 <customwidgets> |
|
267 <customwidget> |
|
268 <class>EricComboPathPicker</class> |
|
269 <extends>QWidget</extends> |
|
270 <header>EricWidgets/EricPathPicker.h</header> |
|
271 <container>1</container> |
|
272 </customwidget> |
|
273 </customwidgets> |
|
274 <tabstops> |
|
275 <tabstop>debugClientPicker</tabstop> |
|
276 <tabstop>debugClientClearHistoryButton</tabstop> |
|
277 <tabstop>venvComboBox</tabstop> |
|
278 <tabstop>remoteDebuggerGroup</tabstop> |
|
279 <tabstop>remoteHostEdit</tabstop> |
|
280 <tabstop>remoteCommandEdit</tabstop> |
|
281 <tabstop>pathTranslationGroup</tabstop> |
|
282 <tabstop>translationRemoteEdit</tabstop> |
|
283 <tabstop>translationLocalEdit</tabstop> |
|
284 <tabstop>consoleDebuggerGroup</tabstop> |
|
285 <tabstop>consoleCommandEdit</tabstop> |
|
286 <tabstop>debugEnvironmentOverrideCheckBox</tabstop> |
|
287 <tabstop>debugEnvironmentEdit</tabstop> |
|
288 <tabstop>redirectCheckBox</tabstop> |
|
289 <tabstop>noEncodingCheckBox</tabstop> |
|
290 </tabstops> |
|
291 <resources/> |
|
292 <connections> |
|
293 <connection> |
|
294 <sender>buttonBox</sender> |
|
295 <signal>accepted()</signal> |
|
296 <receiver>DebuggerPropertiesDialog</receiver> |
|
297 <slot>accept()</slot> |
|
298 <hints> |
|
299 <hint type="sourcelabel"> |
|
300 <x>84</x> |
|
301 <y>493</y> |
|
302 </hint> |
|
303 <hint type="destinationlabel"> |
|
304 <x>84</x> |
|
305 <y>510</y> |
|
306 </hint> |
|
307 </hints> |
|
308 </connection> |
|
309 <connection> |
|
310 <sender>buttonBox</sender> |
|
311 <signal>rejected()</signal> |
|
312 <receiver>DebuggerPropertiesDialog</receiver> |
|
313 <slot>reject()</slot> |
|
314 <hints> |
|
315 <hint type="sourcelabel"> |
|
316 <x>212</x> |
|
317 <y>494</y> |
|
318 </hint> |
|
319 <hint type="destinationlabel"> |
|
320 <x>212</x> |
|
321 <y>508</y> |
|
322 </hint> |
|
323 </hints> |
|
324 </connection> |
|
325 </connections> |
|
326 </ui> |