src/eric7/Debugger/StartProfileDialog.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>StartProfileDialog</class>
4 <widget class="QDialog" name="StartProfileDialog">
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 profiling</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 </widget>
48 </item>
49 <item row="1" column="0">
50 <widget class="QLabel" name="TextLabel1_2">
51 <property name="text">
52 <string>Script Name:</string>
53 </property>
54 <property name="buddy">
55 <cstring>cmdlineCombo</cstring>
56 </property>
57 </widget>
58 </item>
59 <item row="1" column="1">
60 <widget class="EricComboPathPicker" name="scriptnamePicker" native="true">
61 <property name="sizePolicy">
62 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
63 <horstretch>0</horstretch>
64 <verstretch>0</verstretch>
65 </sizepolicy>
66 </property>
67 <property name="focusPolicy">
68 <enum>Qt::WheelFocus</enum>
69 </property>
70 <property name="toolTip">
71 <string>Enter the script file name</string>
72 </property>
73 <property name="whatsThis">
74 <string>&lt;b&gt;Script Name&lt;/b&gt;
75 &lt;p&gt;Enter the the name of the script. Leave empty to use the script of the current editor.&lt;/p&gt;</string>
76 </property>
77 </widget>
78 </item>
79 <item row="2" column="0">
80 <widget class="QLabel" name="TextLabel1">
81 <property name="text">
82 <string>Script Parameters:</string>
83 </property>
84 <property name="buddy">
85 <cstring>cmdlineCombo</cstring>
86 </property>
87 </widget>
88 </item>
89 <item row="2" column="1">
90 <widget class="QComboBox" name="cmdlineCombo">
91 <property name="sizePolicy">
92 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
93 <horstretch>0</horstretch>
94 <verstretch>0</verstretch>
95 </sizepolicy>
96 </property>
97 <property name="toolTip">
98 <string>Enter the commandline parameters</string>
99 </property>
100 <property name="whatsThis">
101 <string>&lt;b&gt;Commandline&lt;/b&gt;
102 &lt;p&gt;Enter the commandline parameters in this field.&lt;/p&gt;</string>
103 </property>
104 <property name="editable">
105 <bool>true</bool>
106 </property>
107 <property name="insertPolicy">
108 <enum>QComboBox::InsertAtTop</enum>
109 </property>
110 <property name="sizeAdjustPolicy">
111 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
112 </property>
113 <property name="duplicatesEnabled">
114 <bool>false</bool>
115 </property>
116 </widget>
117 </item>
118 <item row="3" column="0">
119 <widget class="QLabel" name="TextLabel2">
120 <property name="text">
121 <string>Working directory:</string>
122 </property>
123 <property name="buddy">
124 <cstring>workdirPicker</cstring>
125 </property>
126 </widget>
127 </item>
128 <item row="3" column="1">
129 <widget class="EricComboPathPicker" name="workdirPicker" native="true">
130 <property name="sizePolicy">
131 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
132 <horstretch>0</horstretch>
133 <verstretch>0</verstretch>
134 </sizepolicy>
135 </property>
136 <property name="focusPolicy">
137 <enum>Qt::WheelFocus</enum>
138 </property>
139 <property name="toolTip">
140 <string>Enter the working directory</string>
141 </property>
142 <property name="whatsThis">
143 <string>&lt;b&gt;Working directory&lt;/b&gt;
144 &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>
145 </property>
146 </widget>
147 </item>
148 <item row="4" column="0">
149 <widget class="QLabel" name="textLabel1">
150 <property name="text">
151 <string>Environment Variables:</string>
152 </property>
153 <property name="buddy">
154 <cstring>environmentCombo</cstring>
155 </property>
156 </widget>
157 </item>
158 <item row="4" column="1">
159 <widget class="QComboBox" name="environmentCombo">
160 <property name="sizePolicy">
161 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
162 <horstretch>0</horstretch>
163 <verstretch>0</verstretch>
164 </sizepolicy>
165 </property>
166 <property name="toolTip">
167 <string>Enter the environment variables to be set separated by whitespace.</string>
168 </property>
169 <property name="whatsThis">
170 <string>&lt;b&gt;Environment Variables&lt;/b&gt;
171 &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;
172 &lt;p&gt;Example: var1=1 var2=&quot;hello world&quot; var3+=&quot;:/tmp&quot; var4-&lt;/p&gt;</string>
173 </property>
174 <property name="editable">
175 <bool>true</bool>
176 </property>
177 <property name="insertPolicy">
178 <enum>QComboBox::InsertAtTop</enum>
179 </property>
180 <property name="sizeAdjustPolicy">
181 <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum>
182 </property>
183 <property name="duplicatesEnabled">
184 <bool>false</bool>
185 </property>
186 </widget>
187 </item>
188 </layout>
189 </item>
190 <item>
191 <widget class="QGroupBox" name="globalOverrideGroup">
192 <property name="title">
193 <string>Override Global Configuration</string>
194 </property>
195 <property name="checkable">
196 <bool>true</bool>
197 </property>
198 <property name="checked">
199 <bool>false</bool>
200 </property>
201 <layout class="QVBoxLayout" name="verticalLayout">
202 <item>
203 <widget class="QCheckBox" name="redirectCheckBox">
204 <property name="toolTip">
205 <string>Select, to redirect stdin, stdout and stderr of the program being debugged to the eric IDE</string>
206 </property>
207 <property name="text">
208 <string>Redirect stdin/stdout/stderr</string>
209 </property>
210 </widget>
211 </item>
212 </layout>
213 </widget>
214 </item>
215 <item>
216 <layout class="QGridLayout" name="gridLayout_2">
217 <item row="0" column="0">
218 <widget class="QCheckBox" name="exceptionCheckBox">
219 <property name="toolTip">
220 <string>Uncheck to disable exception reporting</string>
221 </property>
222 <property name="whatsThis">
223 <string>&lt;b&gt;Report exceptions&lt;/b&gt;
224 &lt;p&gt;Uncheck this in order to disable exception reporting.&lt;/p&gt;</string>
225 </property>
226 <property name="text">
227 <string>Report exceptions</string>
228 </property>
229 <property name="shortcut">
230 <string>Alt+E</string>
231 </property>
232 <property name="checked">
233 <bool>true</bool>
234 </property>
235 </widget>
236 </item>
237 <item row="0" column="1">
238 <widget class="QCheckBox" name="clearShellCheckBox">
239 <property name="toolTip">
240 <string>Select to clear the display of the interpreter window</string>
241 </property>
242 <property name="whatsThis">
243 <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>
244 </property>
245 <property name="text">
246 <string>Clear interpreter window</string>
247 </property>
248 <property name="checked">
249 <bool>true</bool>
250 </property>
251 </widget>
252 </item>
253 <item row="1" column="0">
254 <widget class="QCheckBox" name="consoleCheckBox">
255 <property name="toolTip">
256 <string>Select to start the debugger in a console window</string>
257 </property>
258 <property name="whatsThis">
259 <string>&lt;b&gt;Start in console&lt;/b&gt;
260 &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>
261 </property>
262 <property name="text">
263 <string>Start in console</string>
264 </property>
265 </widget>
266 </item>
267 <item row="1" column="1">
268 <widget class="QCheckBox" name="eraseCheckBox">
269 <property name="toolTip">
270 <string>Select this to erase the collected timing data</string>
271 </property>
272 <property name="whatsThis">
273 <string>&lt;b&gt;Erase timing data&lt;/b&gt;
274 &lt;p&gt;Select this to erase the collected timing data before the next profiling run.&lt;/p&gt;</string>
275 </property>
276 <property name="text">
277 <string>Erase timing data</string>
278 </property>
279 <property name="shortcut">
280 <string>Alt+C</string>
281 </property>
282 </widget>
283 </item>
284 </layout>
285 </item>
286 <item>
287 <widget class="QDialogButtonBox" name="buttonBox">
288 <property name="orientation">
289 <enum>Qt::Horizontal</enum>
290 </property>
291 <property name="standardButtons">
292 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
293 </property>
294 </widget>
295 </item>
296 </layout>
297 </widget>
298 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
299 <customwidgets>
300 <customwidget>
301 <class>EricComboPathPicker</class>
302 <extends>QWidget</extends>
303 <header>EricWidgets/EricPathPicker.h</header>
304 <container>1</container>
305 </customwidget>
306 </customwidgets>
307 <tabstops>
308 <tabstop>venvComboBox</tabstop>
309 <tabstop>scriptnamePicker</tabstop>
310 <tabstop>cmdlineCombo</tabstop>
311 <tabstop>workdirPicker</tabstop>
312 <tabstop>environmentCombo</tabstop>
313 <tabstop>globalOverrideGroup</tabstop>
314 <tabstop>redirectCheckBox</tabstop>
315 <tabstop>exceptionCheckBox</tabstop>
316 <tabstop>clearShellCheckBox</tabstop>
317 <tabstop>consoleCheckBox</tabstop>
318 <tabstop>eraseCheckBox</tabstop>
319 </tabstops>
320 <resources/>
321 <connections>
322 <connection>
323 <sender>buttonBox</sender>
324 <signal>accepted()</signal>
325 <receiver>StartProfileDialog</receiver>
326 <slot>accept()</slot>
327 <hints>
328 <hint type="sourcelabel">
329 <x>29</x>
330 <y>218</y>
331 </hint>
332 <hint type="destinationlabel">
333 <x>23</x>
334 <y>173</y>
335 </hint>
336 </hints>
337 </connection>
338 <connection>
339 <sender>buttonBox</sender>
340 <signal>rejected()</signal>
341 <receiver>StartProfileDialog</receiver>
342 <slot>reject()</slot>
343 <hints>
344 <hint type="sourcelabel">
345 <x>125</x>
346 <y>218</y>
347 </hint>
348 <hint type="destinationlabel">
349 <x>116</x>
350 <y>171</y>
351 </hint>
352 </hints>
353 </connection>
354 </connections>
355 </ui>

eric ide

mercurial