src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui

branch
eric7
changeset 10087
65b7354b0d4c
parent 10066
251638443e17
child 10520
dd95c3cbb35e
equal deleted inserted replaced
10086:c8854a6300d1 10087:65b7354b0d4c
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_13"> 19 <layout class="QVBoxLayout" name="verticalLayout_13">
20 <item> 20 <item>
21 <widget class="QTabWidget" name="mainWidget"> 21 <widget class="QTabWidget" name="mainWidget">
22 <property name="currentIndex"> 22 <property name="currentIndex">
23 <number>0</number> 23 <number>2</number>
24 </property> 24 </property>
25 <widget class="QWidget" name="configureTab"> 25 <widget class="QWidget" name="configureTab">
26 <attribute name="title"> 26 <attribute name="title">
27 <string>Configure</string> 27 <string>Configure</string>
28 </attribute> 28 </attribute>
29 <layout class="QHBoxLayout" name="horizontalLayout_2"> 29 <layout class="QHBoxLayout" name="horizontalLayout_2">
30 <item> 30 <item>
31 <widget class="QTabWidget" name="optionsTabWidget"> 31 <widget class="QTabWidget" name="optionsTabWidget">
32 <property name="currentIndex"> 32 <property name="currentIndex">
33 <number>0</number> 33 <number>7</number>
34 </property> 34 </property>
35 <widget class="QWidget" name="globalOptionsTab"> 35 <widget class="QWidget" name="globalOptionsTab">
36 <attribute name="title"> 36 <attribute name="title">
37 <string>Globals</string> 37 <string>Globals</string>
38 </attribute> 38 </attribute>
1046 <property name="clearButtonEnabled"> 1046 <property name="clearButtonEnabled">
1047 <bool>true</bool> 1047 <bool>true</bool>
1048 </property> 1048 </property>
1049 </widget> 1049 </widget>
1050 </item> 1050 </item>
1051 <item>
1052 <widget class="QLabel" name="label_38">
1053 <property name="text">
1054 <string>Exempted 'typing' symbols:</string>
1055 </property>
1056 </widget>
1057 </item>
1058 <item>
1059 <widget class="QLineEdit" name="exemptedTypingSymbolsEdit">
1060 <property name="toolTip">
1061 <string>Enter deprecated symbols of the 'typing' module exempted from PEP-585 checking separated by space</string>
1062 </property>
1063 <property name="clearButtonEnabled">
1064 <bool>true</bool>
1065 </property>
1066 </widget>
1067 </item>
1051 </layout> 1068 </layout>
1052 </widget> 1069 </widget>
1053 </item> 1070 </item>
1054 <item> 1071 <item>
1055 <spacer name="verticalSpacer_9"> 1072 <spacer name="verticalSpacer_9">
2065 <tabstop>allowStarArgAnyCheckBox</tabstop> 2082 <tabstop>allowStarArgAnyCheckBox</tabstop>
2066 <tabstop>forceFutureAnnotationsCheckBox</tabstop> 2083 <tabstop>forceFutureAnnotationsCheckBox</tabstop>
2067 <tabstop>simplifiedTypesCheckBox</tabstop> 2084 <tabstop>simplifiedTypesCheckBox</tabstop>
2068 <tabstop>dispatchDecoratorEdit</tabstop> 2085 <tabstop>dispatchDecoratorEdit</tabstop>
2069 <tabstop>overloadDecoratorEdit</tabstop> 2086 <tabstop>overloadDecoratorEdit</tabstop>
2087 <tabstop>exemptedTypingSymbolsEdit</tabstop>
2070 <tabstop>tmpDirectoriesEdit</tabstop> 2088 <tabstop>tmpDirectoriesEdit</tabstop>
2071 <tabstop>hashesEdit</tabstop> 2089 <tabstop>hashesEdit</tabstop>
2072 <tabstop>insecureSslProtocolsEdit</tabstop> 2090 <tabstop>insecureSslProtocolsEdit</tabstop>
2073 <tabstop>dsaHighRiskCombo</tabstop> 2091 <tabstop>dsaHighRiskCombo</tabstop>
2074 <tabstop>dsaMediumRiskCombo</tabstop> 2092 <tabstop>dsaMediumRiskCombo</tabstop>

eric ide

mercurial