src/eric7/Debugger/StartCoverageDialog.ui

branch
eric7
changeset 9291
7b271bcd12d0
parent 9209
b99e7fd55fd3
child 9316
53ab4cd68b5b
equal deleted inserted replaced
9290:fc0cbfb71714 9291:7b271bcd12d0
4 <widget class="QDialog" name="StartCoverageDialog"> 4 <widget class="QDialog" name="StartCoverageDialog">
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>550</width> 9 <width>600</width>
10 <height>327</height> 10 <height>357</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Start coverage run</string> 14 <string>Start coverage run</string>
15 </property> 15 </property>
236 <bool>true</bool> 236 <bool>true</bool>
237 </property> 237 </property>
238 </widget> 238 </widget>
239 </item> 239 </item>
240 <item row="0" column="1"> 240 <item row="0" column="1">
241 <widget class="QCheckBox" name="unhandledExceptionCheckBox">
242 <property name="toolTip">
243 <string>Uncheck to disable reporting of unhandled exceptions</string>
244 </property>
245 <property name="text">
246 <string>Always report unhandled exceptions</string>
247 </property>
248 <property name="checked">
249 <bool>true</bool>
250 </property>
251 </widget>
252 </item>
253 <item row="1" column="0">
241 <widget class="QCheckBox" name="clearShellCheckBox"> 254 <widget class="QCheckBox" name="clearShellCheckBox">
242 <property name="toolTip"> 255 <property name="toolTip">
243 <string>Select to clear the display of the interpreter window</string> 256 <string>Select to clear the display of the interpreter window</string>
244 </property> 257 </property>
245 <property name="whatsThis"> 258 <property name="whatsThis">
251 <property name="checked"> 264 <property name="checked">
252 <bool>true</bool> 265 <bool>true</bool>
253 </property> 266 </property>
254 </widget> 267 </widget>
255 </item> 268 </item>
256 <item row="1" column="0"> 269 <item row="1" column="1">
257 <widget class="QCheckBox" name="consoleCheckBox"> 270 <widget class="QCheckBox" name="consoleCheckBox">
258 <property name="toolTip"> 271 <property name="toolTip">
259 <string>Select to start the debugger in a console window</string> 272 <string>Select to start the debugger in a console window</string>
260 </property> 273 </property>
261 <property name="whatsThis"> 274 <property name="whatsThis">
265 <property name="text"> 278 <property name="text">
266 <string>Start in console</string> 279 <string>Start in console</string>
267 </property> 280 </property>
268 </widget> 281 </widget>
269 </item> 282 </item>
270 <item row="1" column="1"> 283 <item row="2" column="0">
271 <widget class="QCheckBox" name="eraseCheckBox"> 284 <widget class="QCheckBox" name="eraseCheckBox">
272 <property name="toolTip"> 285 <property name="toolTip">
273 <string>Select this to erase the collected coverage information</string> 286 <string>Select this to erase the collected coverage information</string>
274 </property> 287 </property>
275 <property name="whatsThis"> 288 <property name="whatsThis">
314 <tabstop>workdirPicker</tabstop> 327 <tabstop>workdirPicker</tabstop>
315 <tabstop>environmentCombo</tabstop> 328 <tabstop>environmentCombo</tabstop>
316 <tabstop>globalOverrideGroup</tabstop> 329 <tabstop>globalOverrideGroup</tabstop>
317 <tabstop>redirectCheckBox</tabstop> 330 <tabstop>redirectCheckBox</tabstop>
318 <tabstop>exceptionCheckBox</tabstop> 331 <tabstop>exceptionCheckBox</tabstop>
332 <tabstop>unhandledExceptionCheckBox</tabstop>
319 <tabstop>clearShellCheckBox</tabstop> 333 <tabstop>clearShellCheckBox</tabstop>
320 <tabstop>consoleCheckBox</tabstop> 334 <tabstop>consoleCheckBox</tabstop>
321 <tabstop>eraseCheckBox</tabstop> 335 <tabstop>eraseCheckBox</tabstop>
322 </tabstops> 336 </tabstops>
323 <resources/> 337 <resources/>

eric ide

mercurial