diff -r ca636e8d80fd -r f1427d95cfde src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui --- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Fri May 19 16:01:53 2023 +0200 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Fri May 19 18:08:45 2023 +0200 @@ -262,7 +262,7 @@ <rect> <x>0</x> <y>0</y> - <width>389</width> + <width>611</width> <height>923</height> </rect> </property> @@ -1002,6 +1002,16 @@ </property> </widget> </item> + <item row="3" column="1"> + <widget class="QCheckBox" name="simplifiedTypesCheckBox"> + <property name="toolTip"> + <string>Verifies &lt;3.10 code with simplified types uses 'from __future__ import annotations'.</string> + </property> + <property name="text"> + <string>Check use of simplified types</string> + </property> + </widget> + </item> </layout> </item> <item>