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

branch
eric7
changeset 10043
f1427d95cfde
parent 9477
903ee653bf23
child 10046
35b27af462ef
equal deleted inserted replaced
10042:ca636e8d80fd 10043:f1427d95cfde
260 <widget class="QWidget" name="scrollAreaWidgetContents"> 260 <widget class="QWidget" name="scrollAreaWidgetContents">
261 <property name="geometry"> 261 <property name="geometry">
262 <rect> 262 <rect>
263 <x>0</x> 263 <x>0</x>
264 <y>0</y> 264 <y>0</y>
265 <width>389</width> 265 <width>611</width>
266 <height>923</height> 266 <height>923</height>
267 </rect> 267 </rect>
268 </property> 268 </property>
269 <layout class="QVBoxLayout" name="verticalLayout_4"> 269 <layout class="QVBoxLayout" name="verticalLayout_4">
270 <item> 270 <item>
997 <property name="toolTip"> 997 <property name="toolTip">
998 <string>Enforce the presence of a 'from __future__ import annotations' statement</string> 998 <string>Enforce the presence of a 'from __future__ import annotations' statement</string>
999 </property> 999 </property>
1000 <property name="text"> 1000 <property name="text">
1001 <string>Enforce '__future__' statement</string> 1001 <string>Enforce '__future__' statement</string>
1002 </property>
1003 </widget>
1004 </item>
1005 <item row="3" column="1">
1006 <widget class="QCheckBox" name="simplifiedTypesCheckBox">
1007 <property name="toolTip">
1008 <string>Verifies &amp;lt;3.10 code with simplified types uses 'from __future__ import annotations'.</string>
1009 </property>
1010 <property name="text">
1011 <string>Check use of simplified types</string>
1002 </property> 1012 </property>
1003 </widget> 1013 </widget>
1004 </item> 1014 </item>
1005 </layout> 1015 </layout>
1006 </item> 1016 </item>

eric ide

mercurial