src/eric7/Debugger/StartRunDialog.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="StartRunDialog"> 4 <widget class="QDialog" name="StartRunDialog">
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>327</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Start running</string> 14 <string>Start running</string>
232 <property name="checked"> 232 <property name="checked">
233 <bool>true</bool> 233 <bool>true</bool>
234 </property> 234 </property>
235 </widget> 235 </widget>
236 </item> 236 </item>
237 <item row="0" column="1"> 237 <item row="1" 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"> 238 <widget class="QCheckBox" name="consoleCheckBox">
255 <property name="toolTip"> 239 <property name="toolTip">
256 <string>Select to start the debugger in a console window</string> 240 <string>Select to start the debugger in a console window</string>
257 </property> 241 </property>
258 <property name="whatsThis"> 242 <property name="whatsThis">
259 <string>&lt;b&gt;Start in console&lt;/b&gt; 243 <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> 244 &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> 245 </property>
262 <property name="text"> 246 <property name="text">
263 <string>Start in console</string> 247 <string>Start in console</string>
248 </property>
249 </widget>
250 </item>
251 <item row="1" column="0">
252 <widget class="QCheckBox" name="clearShellCheckBox">
253 <property name="toolTip">
254 <string>Select to clear the display of the interpreter window</string>
255 </property>
256 <property name="whatsThis">
257 <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>
258 </property>
259 <property name="text">
260 <string>Clear interpreter window</string>
261 </property>
262 <property name="checked">
263 <bool>true</bool>
264 </property>
265 </widget>
266 </item>
267 <item row="0" column="1">
268 <widget class="QCheckBox" name="unhandledExceptionCheckBox">
269 <property name="toolTip">
270 <string>Uncheck to disable reporting of unhandled exceptions</string>
271 </property>
272 <property name="text">
273 <string>Always report unhandled exceptions</string>
274 </property>
275 <property name="checked">
276 <bool>true</bool>
264 </property> 277 </property>
265 </widget> 278 </widget>
266 </item> 279 </item>
267 </layout> 280 </layout>
268 </item> 281 </item>
294 <tabstop>workdirPicker</tabstop> 307 <tabstop>workdirPicker</tabstop>
295 <tabstop>environmentCombo</tabstop> 308 <tabstop>environmentCombo</tabstop>
296 <tabstop>globalOverrideGroup</tabstop> 309 <tabstop>globalOverrideGroup</tabstop>
297 <tabstop>redirectCheckBox</tabstop> 310 <tabstop>redirectCheckBox</tabstop>
298 <tabstop>exceptionCheckBox</tabstop> 311 <tabstop>exceptionCheckBox</tabstop>
312 <tabstop>unhandledExceptionCheckBox</tabstop>
299 <tabstop>clearShellCheckBox</tabstop> 313 <tabstop>clearShellCheckBox</tabstop>
300 <tabstop>consoleCheckBox</tabstop> 314 <tabstop>consoleCheckBox</tabstop>
301 </tabstops> 315 </tabstops>
302 <resources/> 316 <resources/>
303 <connections> 317 <connections>

eric ide

mercurial