src/eric7/Testing/TestingWidget.ui

branch
eric7
changeset 10415
af9a6dac2611
parent 10405
df7e1694d0eb
child 10442
bf4a24c55c57
equal deleted inserted replaced
10414:7c6bd2366602 10415:af9a6dac2611
15 </property> 15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_3"> 16 <layout class="QVBoxLayout" name="verticalLayout_3">
17 <item> 17 <item>
18 <widget class="QTabWidget" name="tabWidget"> 18 <widget class="QTabWidget" name="tabWidget">
19 <property name="currentIndex"> 19 <property name="currentIndex">
20 <number>1</number> 20 <number>0</number>
21 </property> 21 </property>
22 <widget class="QWidget" name="parametersTab"> 22 <widget class="QWidget" name="parametersTab">
23 <attribute name="title"> 23 <attribute name="title">
24 <string>Parameters</string> 24 <string>Parameters</string>
25 </attribute> 25 </attribute>
286 <property name="toolTip"> 286 <property name="toolTip">
287 <string>Select to stop the test run on the first error or failure</string> 287 <string>Select to stop the test run on the first error or failure</string>
288 </property> 288 </property>
289 <property name="text"> 289 <property name="text">
290 <string>Stop on First Error or Failure</string> 290 <string>Stop on First Error or Failure</string>
291 </property>
292 </widget>
293 </item>
294 <item row="1" column="1">
295 <widget class="QCheckBox" name="debuggerCheckBox">
296 <property name="toolTip">
297 <string>Select to execute the tests with debugger support.</string>
298 </property>
299 <property name="text">
300 <string>Run with Debugger Support</string>
291 </property> 301 </property>
292 </widget> 302 </widget>
293 </item> 303 </item>
294 </layout> 304 </layout>
295 </item> 305 </item>
545 <tabstop>markerExpressionEdit</tabstop> 555 <tabstop>markerExpressionEdit</tabstop>
546 <tabstop>showMarkersButton</tabstop> 556 <tabstop>showMarkersButton</tabstop>
547 <tabstop>coverageCheckBox</tabstop> 557 <tabstop>coverageCheckBox</tabstop>
548 <tabstop>coverageEraseCheckBox</tabstop> 558 <tabstop>coverageEraseCheckBox</tabstop>
549 <tabstop>failfastCheckBox</tabstop> 559 <tabstop>failfastCheckBox</tabstop>
560 <tabstop>debuggerCheckBox</tabstop>
550 <tabstop>discoveryList</tabstop> 561 <tabstop>discoveryList</tabstop>
551 <tabstop>statusFilterComboBox</tabstop> 562 <tabstop>statusFilterComboBox</tabstop>
552 </tabstops> 563 </tabstops>
553 <resources/> 564 <resources/>
554 <connections> 565 <connections>

eric ide

mercurial