src/eric7/Debugger/StartCoverageDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8534
8be5b0697864
child 9291
7b271bcd12d0
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>StartCoverageDialog</class>
4 <widget class="QDialog" name="StartCoverageDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>550</width>
10 <height>327</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Start coverage run</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item>
21 <layout class="QGridLayout" name="gridLayout">
22 <item row="0" column="0">
23 <widget class="QLabel" name="label">
24 <property name="text">
25 <string>Virtual Environment:</string>
26 </property>
27 <property name="buddy">
28 <cstring>venvComboBox</cstring>
29 </property>
30 </widget>
31 </item>
32 <item row="0" column="1">
33 <widget class="QComboBox" name="venvComboBox">
34 <property name="sizePolicy">
35 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
36 <horstretch>0</horstretch>
37 <verstretch>0</verstretch>
38 </sizepolicy>
39 </property>
40 <property name="toolTip">
41 <string>Select the virtual environment to be used</string>
42 </property>
43 <property name="whatsThis">
44 <string>&lt;b&gt;Virtual Environment&lt;/b&gt;
45 &lt;p&gt;Enter the virtual environment to be used. Leave it empty to use the default environment, i.e. the one configured globally or per project.&lt;/p&gt;</string>
46 </property>
47 <property name="sizeAdjustPolicy">
48 <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
49 </property>
50 </widget>
51 </item>
52 <item row="1" column="0">
53 <widget class="QLabel" name="TextLabel1_2">
54 <property name="text">
55 <string>Script Name:</string>
56 </property>
57 <property name="buddy">
58 <cstring>cmdlineCombo</cstring>
59 </property>
60 </widget>
61 </item>
62 <item row="1" column="1">
63 <widget class="EricComboPathPicker" name="scriptnamePicker" native="true">
64 <property name="sizePolicy">
65 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
66 <horstretch>0</horstretch>
67 <verstretch>0</verstretch>
68 </sizepolicy>
69 </property>
70 <property name="focusPolicy">
71 <enum>Qt::WheelFocus</enum>
72 </property>
73 <property name="toolTip">
74 <string>Enter the script file name</string>
75 </property>
76 <property name="whatsThis">
77 <string>&lt;b&gt;Script Name&lt;/b&gt;
78 &lt;p&gt;Enter the the name of the script. Leave empty to use the script of the current editor.&lt;/p&gt;</string>
79 </property>
80 </widget>
81 </item>
82 <item row="2" column="0">
83 <widget class="QLabel" name="TextLabel1">
84 <property name="text">
85 <string>Script Parameters:</string>
86 </property>
87 <property name="buddy">
88 <cstring>cmdlineCombo</cstring>
89 </property>
90 </widget>
91 </item>
92 <item row="2" column="1">
93 <widget class="QComboBox" name="cmdlineCombo">
94 <property name="sizePolicy">
95 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
96 <horstretch>0</horstretch>
97 <verstretch>0</verstretch>
98 </sizepolicy>
99 </property>
100 <property name="toolTip">
101 <string>Enter the commandline parameters</string>
102 </property>
103 <property name="whatsThis">
104 <string>&lt;b&gt;Commandline&lt;/b&gt;
105 &lt;p&gt;Enter the commandline parameters in this field.&lt;/p&gt;</string>
106 </property>
107 <property name="editable">
108 <bool>true</bool>
109 </property>
110 <property name="insertPolicy">
111 <enum>QComboBox::InsertAtTop</enum>
112 </property>
113 <property name="sizeAdjustPolicy">
114 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
115 </property>
116 <property name="duplicatesEnabled">
117 <bool>false</bool>
118 </property>
119 </widget>
120 </item>
121 <item row="3" column="0">
122 <widget class="QLabel" name="TextLabel2">
123 <property name="text">
124 <string>Working directory:</string>
125 </property>
126 <property name="buddy">
127 <cstring>workdirPicker</cstring>
128 </property>
129 </widget>
130 </item>
131 <item row="3" column="1">
132 <widget class="EricComboPathPicker" name="workdirPicker" native="true">
133 <property name="sizePolicy">
134 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
135 <horstretch>0</horstretch>
136 <verstretch>0</verstretch>
137 </sizepolicy>
138 </property>
139 <property name="focusPolicy">
140 <enum>Qt::WheelFocus</enum>
141 </property>
142 <property name="toolTip">
143 <string>Enter the working directory</string>
144 </property>
145 <property name="whatsThis">
146 <string>&lt;b&gt;Working directory&lt;/b&gt;
147 &lt;p&gt;Enter the working directory of the application to be debugged. Leave it empty to set the working directory to the executable directory.&lt;/p&gt;</string>
148 </property>
149 </widget>
150 </item>
151 <item row="4" column="0">
152 <widget class="QLabel" name="textLabel1">
153 <property name="text">
154 <string>Environment Variables:</string>
155 </property>
156 <property name="buddy">
157 <cstring>environmentCombo</cstring>
158 </property>
159 </widget>
160 </item>
161 <item row="4" column="1">
162 <widget class="QComboBox" name="environmentCombo">
163 <property name="sizePolicy">
164 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
165 <horstretch>0</horstretch>
166 <verstretch>0</verstretch>
167 </sizepolicy>
168 </property>
169 <property name="toolTip">
170 <string>Enter the environment variables to be set separated by whitespace.</string>
171 </property>
172 <property name="whatsThis">
173 <string>&lt;b&gt;Environment Variables&lt;/b&gt;
174 &lt;p&gt;Enter the environment variables to be set for the program. The individual settings must be separated by whitespace and be given in the form 'var=value'. In order to add to an environment variable, enter it in the form 'var+=value'. To delete an environment variable, append a '-' to the variable name.&lt;/p&gt;
175 &lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</string>
176 </property>
177 <property name="editable">
178 <bool>true</bool>
179 </property>
180 <property name="insertPolicy">
181 <enum>QComboBox::InsertAtTop</enum>
182 </property>
183 <property name="sizeAdjustPolicy">
184 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
185 </property>
186 <property name="duplicatesEnabled">
187 <bool>false</bool>
188 </property>
189 </widget>
190 </item>
191 </layout>
192 </item>
193 <item>
194 <widget class="QGroupBox" name="globalOverrideGroup">
195 <property name="title">
196 <string>Override Global Configuration</string>
197 </property>
198 <property name="checkable">
199 <bool>true</bool>
200 </property>
201 <property name="checked">
202 <bool>false</bool>
203 </property>
204 <layout class="QVBoxLayout" name="verticalLayout">
205 <item>
206 <widget class="QCheckBox" name="redirectCheckBox">
207 <property name="toolTip">
208 <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</string>
209 </property>
210 <property name="text">
211 <string>Redirect stdin/stdout/stderr</string>
212 </property>
213 </widget>
214 </item>
215 </layout>
216 </widget>
217 </item>
218 <item>
219 <layout class="QGridLayout" name="gridLayout_2">
220 <item row="0" column="0">
221 <widget class="QCheckBox" name="exceptionCheckBox">
222 <property name="toolTip">
223 <string>Uncheck to disable exception reporting</string>
224 </property>
225 <property name="whatsThis">
226 <string>&lt;b&gt;Report exceptions&lt;/b&gt;
227 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</string>
228 </property>
229 <property name="text">
230 <string>Report exceptions</string>
231 </property>
232 <property name="shortcut">
233 <string>Alt+E</string>
234 </property>
235 <property name="checked">
236 <bool>true</bool>
237 </property>
238 </widget>
239 </item>
240 <item row="0" column="1">
241 <widget class="QCheckBox" name="clearShellCheckBox">
242 <property name="toolTip">
243 <string>Select to clear the display of the interpreter window</string>
244 </property>
245 <property name="whatsThis">
246 <string>&lt;b&gt;Clear interpreter window&lt;/b&gt;&lt;p&gt;This clears the display of the interpreter window before starting the debug client.&lt;/p&gt;</string>
247 </property>
248 <property name="text">
249 <string>Clear interpreter window</string>
250 </property>
251 <property name="checked">
252 <bool>true</bool>
253 </property>
254 </widget>
255 </item>
256 <item row="1" column="0">
257 <widget class="QCheckBox" name="consoleCheckBox">
258 <property name="toolTip">
259 <string>Select to start the debugger in a console window</string>
260 </property>
261 <property name="whatsThis">
262 <string>&lt;b&gt;Start in console&lt;/b&gt;
263 &lt;p&gt;Select to start the debugger in a console window. The console command has to be configured on the Debugger-&amp;gt;General page&lt;/p&gt;</string>
264 </property>
265 <property name="text">
266 <string>Start in console</string>
267 </property>
268 </widget>
269 </item>
270 <item row="1" column="1">
271 <widget class="QCheckBox" name="eraseCheckBox">
272 <property name="toolTip">
273 <string>Select this to erase the collected coverage information</string>
274 </property>
275 <property name="whatsThis">
276 <string>&lt;b&gt;Erase coverage information&lt;/b&gt;
277 &lt;p&gt;Select this to erase the collected coverage information before the next coverage run.&lt;/p&gt;</string>
278 </property>
279 <property name="text">
280 <string>Erase coverage information</string>
281 </property>
282 <property name="shortcut">
283 <string>Alt+C</string>
284 </property>
285 </widget>
286 </item>
287 </layout>
288 </item>
289 <item>
290 <widget class="QDialogButtonBox" name="buttonBox">
291 <property name="orientation">
292 <enum>Qt::Horizontal</enum>
293 </property>
294 <property name="standardButtons">
295 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
296 </property>
297 </widget>
298 </item>
299 </layout>
300 </widget>
301 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
302 <customwidgets>
303 <customwidget>
304 <class>EricComboPathPicker</class>
305 <extends>QWidget</extends>
306 <header>EricWidgets/EricPathPicker.h</header>
307 <container>1</container>
308 </customwidget>
309 </customwidgets>
310 <tabstops>
311 <tabstop>venvComboBox</tabstop>
312 <tabstop>scriptnamePicker</tabstop>
313 <tabstop>cmdlineCombo</tabstop>
314 <tabstop>workdirPicker</tabstop>
315 <tabstop>environmentCombo</tabstop>
316 <tabstop>globalOverrideGroup</tabstop>
317 <tabstop>redirectCheckBox</tabstop>
318 <tabstop>exceptionCheckBox</tabstop>
319 <tabstop>clearShellCheckBox</tabstop>
320 <tabstop>consoleCheckBox</tabstop>
321 <tabstop>eraseCheckBox</tabstop>
322 </tabstops>
323 <resources/>
324 <connections>
325 <connection>
326 <sender>buttonBox</sender>
327 <signal>accepted()</signal>
328 <receiver>StartCoverageDialog</receiver>
329 <slot>accept()</slot>
330 <hints>
331 <hint type="sourcelabel">
332 <x>37</x>
333 <y>218</y>
334 </hint>
335 <hint type="destinationlabel">
336 <x>28</x>
337 <y>201</y>
338 </hint>
339 </hints>
340 </connection>
341 <connection>
342 <sender>buttonBox</sender>
343 <signal>rejected()</signal>
344 <receiver>StartCoverageDialog</receiver>
345 <slot>reject()</slot>
346 <hints>
347 <hint type="sourcelabel">
348 <x>122</x>
349 <y>218</y>
350 </hint>
351 <hint type="destinationlabel">
352 <x>113</x>
353 <y>199</y>
354 </hint>
355 </hints>
356 </connection>
357 </connections>
358 </ui>

eric ide

mercurial