--- a/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Fri May 21 18:01:11 2021 +0200 +++ b/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Fri May 21 20:14:48 2021 +0200 @@ -35,7 +35,7 @@ <item> <widget class="QTabWidget" name="optionsTabWidget"> <property name="currentIndex"> - <number>1</number> + <number>2</number> </property> <widget class="QWidget" name="globalOptionsTab"> <attribute name="title"> @@ -70,10 +70,13 @@ </widget> </item> <item row="1" column="1"> - <widget class="E5ClearableLineEdit" name="excludeFilesEdit"> + <widget class="QLineEdit" name="excludeFilesEdit"> <property name="toolTip"> <string>Enter filename patterns of files to be excluded separated by a comma</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="2" column="0"> @@ -84,10 +87,13 @@ </widget> </item> <item row="2" column="1"> - <widget class="E5ClearableLineEdit" name="excludeMessagesEdit"> + <widget class="QLineEdit" name="excludeMessagesEdit"> <property name="toolTip"> <string>Enter message codes to be excluded separated by a comma</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="2" column="2"> @@ -105,10 +111,13 @@ </widget> </item> <item row="3" column="1"> - <widget class="E5ClearableLineEdit" name="includeMessagesEdit"> + <widget class="QLineEdit" name="includeMessagesEdit"> <property name="toolTip"> <string>Enter message codes to be included separated by a comma</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="3" column="2"> @@ -126,10 +135,13 @@ </widget> </item> <item row="4" column="1"> - <widget class="E5ClearableLineEdit" name="fixIssuesEdit"> + <widget class="QLineEdit" name="fixIssuesEdit"> <property name="toolTip"> <string>Enter message codes of issues to be fixed automatically (leave empty to fix all)</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="4" column="2"> @@ -147,10 +159,13 @@ </widget> </item> <item row="5" column="1"> - <widget class="E5ClearableLineEdit" name="noFixIssuesEdit"> + <widget class="QLineEdit" name="noFixIssuesEdit"> <property name="toolTip"> <string>Enter message codes of issues not to be fixed automatically</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="5" column="2"> @@ -469,10 +484,13 @@ </widget> </item> <item> - <widget class="E5ClearableLineEdit" name="encodingsEdit"> + <widget class="QLineEdit" name="encodingsEdit"> <property name="toolTip"> <string>Enter valid encodings separated by a comma (leave empty to use defaults)</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -525,10 +543,13 @@ </widget> </item> <item row="1" column="1" colspan="2"> - <widget class="E5ClearableLineEdit" name="copyrightAuthorEdit"> + <widget class="QLineEdit" name="copyrightAuthorEdit"> <property name="toolTip"> <string>Enter a copyright author name to check for (leave empty to omit this check)</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -952,10 +973,13 @@ </widget> </item> <item> - <widget class="E5ClearableLineEdit" name="dispatchDecoratorEdit"> + <widget class="QLineEdit" name="dispatchDecoratorEdit"> <property name="toolTip"> <string>Enter the list of dispatch decorators separated by comma</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item> @@ -966,10 +990,13 @@ </widget> </item> <item> - <widget class="E5ClearableLineEdit" name="overloadDecoratorEdit"> + <widget class="QLineEdit" name="overloadDecoratorEdit"> <property name="toolTip"> <string>Enter the list of typing.overload decorators separated by comma</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> </layout> @@ -1198,10 +1225,13 @@ </widget> </item> <item row="1" column="1"> - <widget class="E5ClearableLineEdit" name="hashesEdit"> + <widget class="QLineEdit" name="hashesEdit"> <property name="toolTip"> <string>Enter a list of hash methods to be considered insecure separated by comma</string> </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> </widget> </item> <item row="4" column="0" colspan="2"> @@ -1577,11 +1607,6 @@ <extends>QLabel</extends> <header>E5Gui/E5SqueezeLabels.h</header> </customwidget> - <customwidget> - <class>E5ClearableLineEdit</class> - <extends>QLineEdit</extends> - <header>E5Gui/E5LineEdit.h</header> - </customwidget> </customwidgets> <tabstops> <tabstop>mainWidget</tabstop>