eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

changeset 8247
e718d3a47f78
parent 8246
e4b95b0ebd31
equal deleted inserted replaced
8246:e4b95b0ebd31 8247:e718d3a47f78
33 </attribute> 33 </attribute>
34 <layout class="QHBoxLayout" name="horizontalLayout_2"> 34 <layout class="QHBoxLayout" name="horizontalLayout_2">
35 <item> 35 <item>
36 <widget class="QTabWidget" name="optionsTabWidget"> 36 <widget class="QTabWidget" name="optionsTabWidget">
37 <property name="currentIndex"> 37 <property name="currentIndex">
38 <number>0</number> 38 <number>1</number>
39 </property> 39 </property>
40 <widget class="QWidget" name="globalOptionsTab"> 40 <widget class="QWidget" name="globalOptionsTab">
41 <attribute name="title"> 41 <attribute name="title">
42 <string>Global Options</string> 42 <string>Global Options</string>
43 </attribute> 43 </attribute>
903 </widget> 903 </widget>
904 </item> 904 </item>
905 <item row="0" column="1"> 905 <item row="0" column="1">
906 <widget class="QCheckBox" name="suppressDummyArgsCheckBox"> 906 <widget class="QCheckBox" name="suppressDummyArgsCheckBox">
907 <property name="toolTip"> 907 <property name="toolTip">
908 <string>Select to not report dummy (i.e. '_') arguments </string> 908 <string>Select to not report dummy (i.e. '_') arguments</string>
909 </property> 909 </property>
910 <property name="text"> 910 <property name="text">
911 <string>Suppress Dummy Arguments</string> 911 <string>Suppress Dummy Arguments</string>
912 </property> 912 </property>
913 </widget> 913 </widget>

eric ide

mercurial