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

branch
eric7
changeset 11297
2c773823fb7d
parent 10753
031cfa81992a
child 11302
a9af88ff351a
equal deleted inserted replaced
11296:2894ef54fe84 11297:2c773823fb7d
14 <string>Code Style Check</string> 14 <string>Code Style Check</string>
15 </property> 15 </property>
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_13"> 19 <layout class="QVBoxLayout" name="verticalLayout_22">
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>0</number>
24 </property> 24 </property>
41 <widget class="QLabel" name="label_20"> 41 <widget class="QLabel" name="label_20">
42 <property name="text"> 42 <property name="text">
43 <string>Categories:</string> 43 <string>Categories:</string>
44 </property> 44 </property>
45 <property name="alignment"> 45 <property name="alignment">
46 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 46 <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
47 </property> 47 </property>
48 </widget> 48 </widget>
49 </item> 49 </item>
50 <item row="0" column="1"> 50 <item row="0" column="1">
51 <widget class="QListWidget" name="categoriesList"> 51 <widget class="QListWidget" name="categoriesList">
209 </widget> 209 </widget>
210 </item> 210 </item>
211 <item> 211 <item>
212 <spacer name="horizontalSpacer"> 212 <spacer name="horizontalSpacer">
213 <property name="orientation"> 213 <property name="orientation">
214 <enum>Qt::Horizontal</enum> 214 <enum>Qt::Orientation::Horizontal</enum>
215 </property> 215 </property>
216 <property name="sizeHint" stdset="0"> 216 <property name="sizeHint" stdset="0">
217 <size> 217 <size>
218 <width>40</width> 218 <width>40</width>
219 <height>20</height> 219 <height>20</height>
224 </layout> 224 </layout>
225 </item> 225 </item>
226 <item row="7" column="0"> 226 <item row="7" column="0">
227 <spacer name="verticalSpacer_2"> 227 <spacer name="verticalSpacer_2">
228 <property name="orientation"> 228 <property name="orientation">
229 <enum>Qt::Vertical</enum> 229 <enum>Qt::Orientation::Vertical</enum>
230 </property> 230 </property>
231 <property name="sizeHint" stdset="0"> 231 <property name="sizeHint" stdset="0">
232 <size> 232 <size>
233 <width>20</width> 233 <width>20</width>
234 <height>68</height> 234 <height>68</height>
244 </attribute> 244 </attribute>
245 <layout class="QVBoxLayout" name="verticalLayout_9"> 245 <layout class="QVBoxLayout" name="verticalLayout_9">
246 <item> 246 <item>
247 <widget class="QScrollArea" name="scrollArea"> 247 <widget class="QScrollArea" name="scrollArea">
248 <property name="frameShape"> 248 <property name="frameShape">
249 <enum>QFrame::NoFrame</enum> 249 <enum>QFrame::Shape::NoFrame</enum>
250 </property> 250 </property>
251 <property name="frameShadow"> 251 <property name="frameShadow">
252 <enum>QFrame::Plain</enum> 252 <enum>QFrame::Shadow::Plain</enum>
253 </property> 253 </property>
254 <property name="verticalScrollBarPolicy"> 254 <property name="verticalScrollBarPolicy">
255 <enum>Qt::ScrollBarAlwaysOn</enum> 255 <enum>Qt::ScrollBarPolicy::ScrollBarAlwaysOn</enum>
256 </property> 256 </property>
257 <property name="widgetResizable"> 257 <property name="widgetResizable">
258 <bool>true</bool> 258 <bool>true</bool>
259 </property> 259 </property>
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>617</width> 265 <width>611</width>
266 <height>905</height> 266 <height>905</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>
286 <widget class="QSpinBox" name="lineLengthSpinBox"> 286 <widget class="QSpinBox" name="lineLengthSpinBox">
287 <property name="toolTip"> 287 <property name="toolTip">
288 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string> 288 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
289 </property> 289 </property>
290 <property name="alignment"> 290 <property name="alignment">
291 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 291 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
292 </property> 292 </property>
293 <property name="minimum"> 293 <property name="minimum">
294 <number>60</number> 294 <number>60</number>
295 </property> 295 </property>
296 <property name="maximum"> 296 <property name="maximum">
312 <widget class="QSpinBox" name="docLineLengthSpinBox"> 312 <widget class="QSpinBox" name="docLineLengthSpinBox">
313 <property name="toolTip"> 313 <property name="toolTip">
314 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string> 314 <string>Enter the maximum allowed line length (PEP-8: 79 characters)</string>
315 </property> 315 </property>
316 <property name="alignment"> 316 <property name="alignment">
317 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 317 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
318 </property> 318 </property>
319 <property name="minimum"> 319 <property name="minimum">
320 <number>60</number> 320 <number>60</number>
321 </property> 321 </property>
322 <property name="maximum"> 322 <property name="maximum">
328 </widget> 328 </widget>
329 </item> 329 </item>
330 <item row="0" column="2"> 330 <item row="0" column="2">
331 <spacer name="horizontalSpacer_3"> 331 <spacer name="horizontalSpacer_3">
332 <property name="orientation"> 332 <property name="orientation">
333 <enum>Qt::Horizontal</enum> 333 <enum>Qt::Orientation::Horizontal</enum>
334 </property> 334 </property>
335 <property name="sizeHint" stdset="0"> 335 <property name="sizeHint" stdset="0">
336 <size> 336 <size>
337 <width>40</width> 337 <width>40</width>
338 <height>20</height> 338 <height>20</height>
359 <widget class="QSpinBox" name="blankBeforeTopLevelSpinBox"> 359 <widget class="QSpinBox" name="blankBeforeTopLevelSpinBox">
360 <property name="toolTip"> 360 <property name="toolTip">
361 <string>Enter the number of blank lines before top level classes and functions</string> 361 <string>Enter the number of blank lines before top level classes and functions</string>
362 </property> 362 </property>
363 <property name="alignment"> 363 <property name="alignment">
364 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 364 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
365 </property> 365 </property>
366 <property name="minimum"> 366 <property name="minimum">
367 <number>1</number> 367 <number>1</number>
368 </property> 368 </property>
369 <property name="maximum"> 369 <property name="maximum">
375 </widget> 375 </widget>
376 </item> 376 </item>
377 <item row="0" column="2"> 377 <item row="0" column="2">
378 <spacer name="horizontalSpacer_6"> 378 <spacer name="horizontalSpacer_6">
379 <property name="orientation"> 379 <property name="orientation">
380 <enum>Qt::Horizontal</enum> 380 <enum>Qt::Orientation::Horizontal</enum>
381 </property> 381 </property>
382 <property name="sizeHint" stdset="0"> 382 <property name="sizeHint" stdset="0">
383 <size> 383 <size>
384 <width>153</width> 384 <width>153</width>
385 <height>20</height> 385 <height>20</height>
398 <widget class="QSpinBox" name="blankBeforeMethodSpinBox"> 398 <widget class="QSpinBox" name="blankBeforeMethodSpinBox">
399 <property name="toolTip"> 399 <property name="toolTip">
400 <string>Enter the number of blank lines before methods and nested classes or functions</string> 400 <string>Enter the number of blank lines before methods and nested classes or functions</string>
401 </property> 401 </property>
402 <property name="alignment"> 402 <property name="alignment">
403 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 403 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
404 </property> 404 </property>
405 <property name="minimum"> 405 <property name="minimum">
406 <number>1</number> 406 <number>1</number>
407 </property> 407 </property>
408 <property name="maximum"> 408 <property name="maximum">
501 <widget class="QSpinBox" name="copyrightFileSizeSpinBox"> 501 <widget class="QSpinBox" name="copyrightFileSizeSpinBox">
502 <property name="toolTip"> 502 <property name="toolTip">
503 <string>Enter the minimum size a file must have to be checked (0 for all files)</string> 503 <string>Enter the minimum size a file must have to be checked (0 for all files)</string>
504 </property> 504 </property>
505 <property name="alignment"> 505 <property name="alignment">
506 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 506 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
507 </property> 507 </property>
508 <property name="maximum"> 508 <property name="maximum">
509 <number>4096</number> 509 <number>4096</number>
510 </property> 510 </property>
511 </widget> 511 </widget>
512 </item> 512 </item>
513 <item row="0" column="2"> 513 <item row="0" column="2">
514 <spacer name="horizontalSpacer_2"> 514 <spacer name="horizontalSpacer_2">
515 <property name="orientation"> 515 <property name="orientation">
516 <enum>Qt::Horizontal</enum> 516 <enum>Qt::Orientation::Horizontal</enum>
517 </property> 517 </property>
518 <property name="sizeHint" stdset="0"> 518 <property name="sizeHint" stdset="0">
519 <size> 519 <size>
520 <width>324</width> 520 <width>324</width>
521 <height>20</height> 521 <height>20</height>
553 <widget class="QLabel" name="label_12"> 553 <widget class="QLabel" name="label_12">
554 <property name="text"> 554 <property name="text">
555 <string>Expected Imports:</string> 555 <string>Expected Imports:</string>
556 </property> 556 </property>
557 <property name="alignment"> 557 <property name="alignment">
558 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 558 <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
559 </property> 559 </property>
560 </widget> 560 </widget>
561 </item> 561 </item>
562 <item> 562 <item>
563 <widget class="QListWidget" name="futuresList"> 563 <widget class="QListWidget" name="futuresList">
564 <property name="alternatingRowColors"> 564 <property name="alternatingRowColors">
565 <bool>true</bool> 565 <bool>true</bool>
566 </property> 566 </property>
567 <property name="selectionMode"> 567 <property name="selectionMode">
568 <enum>QAbstractItemView::ExtendedSelection</enum> 568 <enum>QAbstractItemView::SelectionMode::ExtendedSelection</enum>
569 </property> 569 </property>
570 <property name="sortingEnabled"> 570 <property name="sortingEnabled">
571 <bool>true</bool> 571 <bool>true</bool>
572 </property> 572 </property>
573 </widget> 573 </widget>
627 </widget> 627 </widget>
628 </item> 628 </item>
629 <item> 629 <item>
630 <spacer name="verticalSpacer_3"> 630 <spacer name="verticalSpacer_3">
631 <property name="orientation"> 631 <property name="orientation">
632 <enum>Qt::Vertical</enum> 632 <enum>Qt::Orientation::Vertical</enum>
633 </property> 633 </property>
634 <property name="sizeHint" stdset="0"> 634 <property name="sizeHint" stdset="0">
635 <size> 635 <size>
636 <width>20</width> 636 <width>20</width>
637 <height>40</height> 637 <height>40</height>
664 <widget class="QLabel" name="label_30"> 664 <widget class="QLabel" name="label_30">
665 <property name="text"> 665 <property name="text">
666 <string>Whitelist:</string> 666 <string>Whitelist:</string>
667 </property> 667 </property>
668 <property name="alignment"> 668 <property name="alignment">
669 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 669 <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
670 </property> 670 </property>
671 </widget> 671 </widget>
672 </item> 672 </item>
673 <item row="1" column="1"> 673 <item row="1" column="1">
674 <widget class="QListWidget" name="whitelistWidget"/> 674 <widget class="QListWidget" name="whitelistWidget"/>
696 </widget> 696 </widget>
697 </item> 697 </item>
698 <item> 698 <item>
699 <spacer name="verticalSpacer_6"> 699 <spacer name="verticalSpacer_6">
700 <property name="orientation"> 700 <property name="orientation">
701 <enum>Qt::Vertical</enum> 701 <enum>Qt::Orientation::Vertical</enum>
702 </property> 702 </property>
703 <property name="sizeHint" stdset="0"> 703 <property name="sizeHint" stdset="0">
704 <size> 704 <size>
705 <width>20</width> 705 <width>20</width>
706 <height>40</height> 706 <height>40</height>
731 </property> 731 </property>
732 <layout class="QGridLayout" name="gridLayout_4"> 732 <layout class="QGridLayout" name="gridLayout_4">
733 <item row="0" column="2" rowspan="2"> 733 <item row="0" column="2" rowspan="2">
734 <spacer name="horizontalSpacer_5"> 734 <spacer name="horizontalSpacer_5">
735 <property name="orientation"> 735 <property name="orientation">
736 <enum>Qt::Horizontal</enum> 736 <enum>Qt::Orientation::Horizontal</enum>
737 </property> 737 </property>
738 <property name="sizeHint" stdset="0"> 738 <property name="sizeHint" stdset="0">
739 <size> 739 <size>
740 <width>313</width> 740 <width>313</width>
741 <height>20</height> 741 <height>20</height>
754 <widget class="QSpinBox" name="complexitySpinBox"> 754 <widget class="QSpinBox" name="complexitySpinBox">
755 <property name="toolTip"> 755 <property name="toolTip">
756 <string>Enter the maximum allowed code complexity (McCabe: 10)</string> 756 <string>Enter the maximum allowed code complexity (McCabe: 10)</string>
757 </property> 757 </property>
758 <property name="alignment"> 758 <property name="alignment">
759 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 759 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
760 </property> 760 </property>
761 <property name="maximum"> 761 <property name="maximum">
762 <number>100</number> 762 <number>100</number>
763 </property> 763 </property>
764 <property name="value"> 764 <property name="value">
777 <widget class="QSpinBox" name="lineComplexitySpinBox"> 777 <widget class="QSpinBox" name="lineComplexitySpinBox">
778 <property name="toolTip"> 778 <property name="toolTip">
779 <string>Enter the maximum complexity (number of nodes) for a line of code</string> 779 <string>Enter the maximum complexity (number of nodes) for a line of code</string>
780 </property> 780 </property>
781 <property name="alignment"> 781 <property name="alignment">
782 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 782 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
783 </property> 783 </property>
784 <property name="maximum"> 784 <property name="maximum">
785 <number>100</number> 785 <number>100</number>
786 </property> 786 </property>
787 <property name="value"> 787 <property name="value">
800 <widget class="QSpinBox" name="lineComplexityScoreSpinBox"> 800 <widget class="QSpinBox" name="lineComplexityScoreSpinBox">
801 <property name="toolTip"> 801 <property name="toolTip">
802 <string>Enter the maximum allowed median for line complexity</string> 802 <string>Enter the maximum allowed median for line complexity</string>
803 </property> 803 </property>
804 <property name="alignment"> 804 <property name="alignment">
805 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 805 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
806 </property> 806 </property>
807 <property name="maximum"> 807 <property name="maximum">
808 <number>100</number> 808 <number>100</number>
809 </property> 809 </property>
810 <property name="value"> 810 <property name="value">
816 </widget> 816 </widget>
817 </item> 817 </item>
818 <item> 818 <item>
819 <spacer name="verticalSpacer_8"> 819 <spacer name="verticalSpacer_8">
820 <property name="orientation"> 820 <property name="orientation">
821 <enum>Qt::Vertical</enum> 821 <enum>Qt::Orientation::Vertical</enum>
822 </property> 822 </property>
823 <property name="sizeHint" stdset="0"> 823 <property name="sizeHint" stdset="0">
824 <size> 824 <size>
825 <width>20</width> 825 <width>20</width>
826 <height>802</height> 826 <height>802</height>
854 <widget class="QSpinBox" name="minAnnotationsCoverageSpinBox"> 854 <widget class="QSpinBox" name="minAnnotationsCoverageSpinBox">
855 <property name="toolTip"> 855 <property name="toolTip">
856 <string>Enter the minimum percentage of type annotations</string> 856 <string>Enter the minimum percentage of type annotations</string>
857 </property> 857 </property>
858 <property name="alignment"> 858 <property name="alignment">
859 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 859 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
860 </property> 860 </property>
861 <property name="specialValueText"> 861 <property name="specialValueText">
862 <string>off</string> 862 <string>off</string>
863 </property> 863 </property>
864 <property name="suffix"> 864 <property name="suffix">
870 </widget> 870 </widget>
871 </item> 871 </item>
872 <item row="0" column="2"> 872 <item row="0" column="2">
873 <spacer name="horizontalSpacer_7"> 873 <spacer name="horizontalSpacer_7">
874 <property name="orientation"> 874 <property name="orientation">
875 <enum>Qt::Horizontal</enum> 875 <enum>Qt::Orientation::Horizontal</enum>
876 </property> 876 </property>
877 <property name="sizeHint" stdset="0"> 877 <property name="sizeHint" stdset="0">
878 <size> 878 <size>
879 <width>352</width> 879 <width>352</width>
880 <height>20</height> 880 <height>20</height>
893 <widget class="QSpinBox" name="maxAnnotationsComplexitySpinBox"> 893 <widget class="QSpinBox" name="maxAnnotationsComplexitySpinBox">
894 <property name="toolTip"> 894 <property name="toolTip">
895 <string>Enter the maximum type annotation complexity</string> 895 <string>Enter the maximum type annotation complexity</string>
896 </property> 896 </property>
897 <property name="alignment"> 897 <property name="alignment">
898 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 898 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
899 </property> 899 </property>
900 <property name="minimum"> 900 <property name="minimum">
901 <number>1</number> 901 <number>1</number>
902 </property> 902 </property>
903 <property name="maximum"> 903 <property name="maximum">
916 <widget class="QSpinBox" name="maxAnnotationsLengthSpinBox"> 916 <widget class="QSpinBox" name="maxAnnotationsLengthSpinBox">
917 <property name="toolTip"> 917 <property name="toolTip">
918 <string>Enter the maximum type annotation length</string> 918 <string>Enter the maximum type annotation length</string>
919 </property> 919 </property>
920 <property name="alignment"> 920 <property name="alignment">
921 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 921 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set>
922 </property> 922 </property>
923 <property name="minimum"> 923 <property name="minimum">
924 <number>1</number> 924 <number>1</number>
925 </property> 925 </property>
926 <property name="maximum"> 926 <property name="maximum">
1079 </widget> 1079 </widget>
1080 </item> 1080 </item>
1081 <item> 1081 <item>
1082 <spacer name="verticalSpacer_9"> 1082 <spacer name="verticalSpacer_9">
1083 <property name="orientation"> 1083 <property name="orientation">
1084 <enum>Qt::Vertical</enum> 1084 <enum>Qt::Orientation::Vertical</enum>
1085 </property> 1085 </property>
1086 <property name="sizeHint" stdset="0"> 1086 <property name="sizeHint" stdset="0">
1087 <size> 1087 <size>
1088 <width>20</width> 1088 <width>20</width>
1089 <height>596</height> 1089 <height>596</height>
1095 </widget> 1095 </widget>
1096 <widget class="QWidget" name="securityOptionsTab"> 1096 <widget class="QWidget" name="securityOptionsTab">
1097 <attribute name="title"> 1097 <attribute name="title">
1098 <string>Security</string> 1098 <string>Security</string>
1099 </attribute> 1099 </attribute>
1100 <layout class="QGridLayout" name="gridLayout_7"> 1100 <layout class="QVBoxLayout" name="verticalLayout_21">
1101 <item row="0" column="0"> 1101 <item>
1102 <widget class="QLabel" name="label_21"> 1102 <widget class="QScrollArea" name="scrollArea_2">
1103 <property name="text"> 1103 <property name="widgetResizable">
1104 <string>Hardcoded 'tmp' Directories:</string> 1104 <bool>true</bool>
1105 </property> 1105 </property>
1106 <property name="alignment"> 1106 <widget class="QWidget" name="scrollAreaWidgetContents_2">
1107 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 1107 <property name="geometry">
1108 </property> 1108 <rect>
1109 </widget> 1109 <x>0</x>
1110 </item> 1110 <y>0</y>
1111 <item row="3" column="0" colspan="2"> 1111 <width>609</width>
1112 <widget class="QGroupBox" name="groupBox_11"> 1112 <height>691</height>
1113 <property name="title"> 1113 </rect>
1114 <string>Weak Cryptographic Keys</string> 1114 </property>
1115 </property> 1115 <layout class="QVBoxLayout" name="verticalLayout_13">
1116 <layout class="QVBoxLayout" name="verticalLayout_10"> 1116 <item>
1117 <item> 1117 <layout class="QGridLayout" name="gridLayout_12">
1118 <widget class="QGroupBox" name="groupBox_12"> 1118 <item row="0" column="0">
1119 <property name="title"> 1119 <widget class="QLabel" name="label_21">
1120 <string>DSA</string>
1121 </property>
1122 <layout class="QHBoxLayout" name="horizontalLayout_5">
1123 <item>
1124 <widget class="QLabel" name="label_24">
1125 <property name="text"> 1120 <property name="text">
1126 <string>High Risk:</string> 1121 <string>Hardcoded 'tmp' Directories:</string>
1122 </property>
1123 <property name="alignment">
1124 <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
1127 </property> 1125 </property>
1128 </widget> 1126 </widget>
1129 </item> 1127 </item>
1130 <item> 1128 <item row="0" column="1">
1131 <widget class="QComboBox" name="dsaHighRiskCombo"> 1129 <widget class="QPlainTextEdit" name="tmpDirectoriesEdit">
1130 <property name="maximumSize">
1131 <size>
1132 <width>16777215</width>
1133 <height>200</height>
1134 </size>
1135 </property>
1132 <property name="toolTip"> 1136 <property name="toolTip">
1133 <string>Select the bit length below which a DSA key is to be considered very weak</string> 1137 <string>Enter directory names (one per line) to be checked for</string>
1134 </property>
1135 <property name="editable">
1136 <bool>false</bool>
1137 </property> 1138 </property>
1138 </widget> 1139 </widget>
1139 </item> 1140 </item>
1140 <item> 1141 <item row="1" column="0">
1141 <widget class="QLabel" name="label_25"> 1142 <widget class="QLabel" name="label_22">
1142 <property name="text"> 1143 <property name="text">
1143 <string>Medium Risk:</string> 1144 <string>Insecure Hashes:</string>
1144 </property> 1145 </property>
1145 </widget> 1146 </widget>
1146 </item> 1147 </item>
1147 <item> 1148 <item row="1" column="1">
1148 <widget class="QComboBox" name="dsaMediumRiskCombo"> 1149 <widget class="QLineEdit" name="hashesEdit">
1149 <property name="toolTip"> 1150 <property name="toolTip">
1150 <string>Select the bit length below which a DSA key is to be considered weak</string> 1151 <string>Enter a list of hash methods to be considered insecure separated by comma</string>
1151 </property> 1152 </property>
1152 <property name="editable"> 1153 <property name="clearButtonEnabled">
1153 <bool>false</bool> 1154 <bool>true</bool>
1154 </property> 1155 </property>
1155 </widget> 1156 </widget>
1156 </item> 1157 </item>
1157 <item> 1158 <item row="2" column="0">
1158 <spacer name="horizontalSpacer_8"> 1159 <widget class="QLabel" name="label_23">
1159 <property name="orientation"> 1160 <property name="text">
1160 <enum>Qt::Horizontal</enum> 1161 <string>Insecure SSL Protocols:</string>
1161 </property> 1162 </property>
1162 <property name="sizeHint" stdset="0"> 1163 <property name="alignment">
1163 <size> 1164 <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignTop</set>
1164 <width>324</width>
1165 <height>20</height>
1166 </size>
1167 </property>
1168 </spacer>
1169 </item>
1170 </layout>
1171 </widget>
1172 </item>
1173 <item>
1174 <widget class="QGroupBox" name="groupBox_13">
1175 <property name="title">
1176 <string>RSA</string>
1177 </property>
1178 <layout class="QHBoxLayout" name="horizontalLayout_9">
1179 <item>
1180 <widget class="QLabel" name="label_26">
1181 <property name="text">
1182 <string>High Risk:</string>
1183 </property> 1165 </property>
1184 </widget> 1166 </widget>
1185 </item> 1167 </item>
1186 <item> 1168 <item row="2" column="1">
1187 <widget class="QComboBox" name="rsaHighRiskCombo"> 1169 <widget class="QPlainTextEdit" name="insecureSslProtocolsEdit">
1170 <property name="maximumSize">
1171 <size>
1172 <width>16777215</width>
1173 <height>200</height>
1174 </size>
1175 </property>
1188 <property name="toolTip"> 1176 <property name="toolTip">
1189 <string>Select the bit length below which a RSA key is to be considered very weak</string> 1177 <string>Enter the names of insecure SSL protocols and methods (one per line)</string>
1190 </property>
1191 <property name="editable">
1192 <bool>false</bool>
1193 </property> 1178 </property>
1194 </widget> 1179 </widget>
1195 </item> 1180 </item>
1196 <item>
1197 <widget class="QLabel" name="label_27">
1198 <property name="text">
1199 <string>Medium Risk:</string>
1200 </property>
1201 </widget>
1202 </item>
1203 <item>
1204 <widget class="QComboBox" name="rsaMediumRiskCombo">
1205 <property name="toolTip">
1206 <string>Select the bit length below which a RSA key is to be considered weak</string>
1207 </property>
1208 <property name="editable">
1209 <bool>false</bool>
1210 </property>
1211 </widget>
1212 </item>
1213 <item>
1214 <spacer name="horizontalSpacer_9">
1215 <property name="orientation">
1216 <enum>Qt::Horizontal</enum>
1217 </property>
1218 <property name="sizeHint" stdset="0">
1219 <size>
1220 <width>40</width>
1221 <height>20</height>
1222 </size>
1223 </property>
1224 </spacer>
1225 </item>
1226 </layout> 1181 </layout>
1227 </widget> 1182 </item>
1228 </item> 1183 <item>
1229 <item> 1184 <widget class="QGroupBox" name="groupBox_11">
1230 <widget class="QGroupBox" name="groupBox_14"> 1185 <property name="title">
1231 <property name="title"> 1186 <string>Weak Cryptographic Keys</string>
1232 <string>Elliptic Curves</string> 1187 </property>
1233 </property> 1188 <layout class="QVBoxLayout" name="verticalLayout_10">
1234 <layout class="QHBoxLayout" name="horizontalLayout_10"> 1189 <item>
1235 <item> 1190 <widget class="QGroupBox" name="groupBox_12">
1236 <widget class="QLabel" name="label_28"> 1191 <property name="title">
1237 <property name="text"> 1192 <string>DSA</string>
1238 <string>High Risk:</string> 1193 </property>
1239 </property> 1194 <layout class="QHBoxLayout" name="horizontalLayout_5">
1240 </widget> 1195 <item>
1241 </item> 1196 <widget class="QLabel" name="label_24">
1242 <item> 1197 <property name="text">
1243 <widget class="QComboBox" name="ecHighRiskCombo"> 1198 <string>High Risk:</string>
1244 <property name="toolTip"> 1199 </property>
1245 <string>Select the bit length below which an Elliptic Curve is to be considered very weak</string> 1200 </widget>
1246 </property> 1201 </item>
1247 <property name="editable"> 1202 <item>
1248 <bool>false</bool> 1203 <widget class="QComboBox" name="dsaHighRiskCombo">
1249 </property> 1204 <property name="toolTip">
1250 </widget> 1205 <string>Select the bit length below which a DSA key is to be considered very weak</string>
1251 </item> 1206 </property>
1252 <item> 1207 <property name="editable">
1253 <widget class="QLabel" name="label_29"> 1208 <bool>false</bool>
1254 <property name="text"> 1209 </property>
1255 <string>Medium Risk:</string> 1210 </widget>
1256 </property> 1211 </item>
1257 </widget> 1212 <item>
1258 </item> 1213 <widget class="QLabel" name="label_25">
1259 <item> 1214 <property name="text">
1260 <widget class="QComboBox" name="ecMediumRiskCombo"> 1215 <string>Medium Risk:</string>
1261 <property name="toolTip"> 1216 </property>
1262 <string>Select the bit length below which an Elliptic Curve is to be considered weak</string> 1217 </widget>
1263 </property> 1218 </item>
1264 <property name="editable"> 1219 <item>
1265 <bool>false</bool> 1220 <widget class="QComboBox" name="dsaMediumRiskCombo">
1266 </property> 1221 <property name="toolTip">
1267 </widget> 1222 <string>Select the bit length below which a DSA key is to be considered weak</string>
1268 </item> 1223 </property>
1269 <item> 1224 <property name="editable">
1270 <spacer name="horizontalSpacer_10"> 1225 <bool>false</bool>
1271 <property name="orientation"> 1226 </property>
1272 <enum>Qt::Horizontal</enum> 1227 </widget>
1273 </property> 1228 </item>
1274 <property name="sizeHint" stdset="0"> 1229 <item>
1275 <size> 1230 <spacer name="horizontalSpacer_8">
1276 <width>40</width> 1231 <property name="orientation">
1277 <height>20</height> 1232 <enum>Qt::Orientation::Horizontal</enum>
1278 </size> 1233 </property>
1279 </property> 1234 <property name="sizeHint" stdset="0">
1280 </spacer> 1235 <size>
1281 </item> 1236 <width>324</width>
1282 </layout> 1237 <height>20</height>
1283 </widget> 1238 </size>
1284 </item> 1239 </property>
1285 </layout> 1240 </spacer>
1286 </widget> 1241 </item>
1287 </item> 1242 </layout>
1288 <item row="2" column="1"> 1243 </widget>
1289 <widget class="QPlainTextEdit" name="insecureSslProtocolsEdit"> 1244 </item>
1290 <property name="toolTip"> 1245 <item>
1291 <string>Enter the names of insecure SSL protocols and methods (one per line)</string> 1246 <widget class="QGroupBox" name="groupBox_13">
1292 </property> 1247 <property name="title">
1293 </widget> 1248 <string>RSA</string>
1294 </item> 1249 </property>
1295 <item row="2" column="0"> 1250 <layout class="QHBoxLayout" name="horizontalLayout_9">
1296 <widget class="QLabel" name="label_23"> 1251 <item>
1297 <property name="text"> 1252 <widget class="QLabel" name="label_26">
1298 <string>Insecure SSL Protocols:</string> 1253 <property name="text">
1299 </property> 1254 <string>High Risk:</string>
1300 <property name="alignment"> 1255 </property>
1301 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> 1256 </widget>
1302 </property> 1257 </item>
1303 </widget> 1258 <item>
1304 </item> 1259 <widget class="QComboBox" name="rsaHighRiskCombo">
1305 <item row="1" column="0"> 1260 <property name="toolTip">
1306 <widget class="QLabel" name="label_22"> 1261 <string>Select the bit length below which a RSA key is to be considered very weak</string>
1307 <property name="text"> 1262 </property>
1308 <string>Insecure Hashes:</string> 1263 <property name="editable">
1309 </property> 1264 <bool>false</bool>
1310 </widget> 1265 </property>
1311 </item> 1266 </widget>
1312 <item row="1" column="1"> 1267 </item>
1313 <widget class="QLineEdit" name="hashesEdit"> 1268 <item>
1314 <property name="toolTip"> 1269 <widget class="QLabel" name="label_27">
1315 <string>Enter a list of hash methods to be considered insecure separated by comma</string> 1270 <property name="text">
1316 </property> 1271 <string>Medium Risk:</string>
1317 <property name="clearButtonEnabled"> 1272 </property>
1318 <bool>true</bool> 1273 </widget>
1319 </property> 1274 </item>
1320 </widget> 1275 <item>
1321 </item> 1276 <widget class="QComboBox" name="rsaMediumRiskCombo">
1322 <item row="4" column="0" colspan="2"> 1277 <property name="toolTip">
1323 <widget class="QCheckBox" name="typedExceptionsCheckBox"> 1278 <string>Select the bit length below which a RSA key is to be considered weak</string>
1324 <property name="toolTip"> 1279 </property>
1325 <string>Select to also check for insecure exception handling for typed exceptions</string> 1280 <property name="editable">
1326 </property> 1281 <bool>false</bool>
1327 <property name="text"> 1282 </property>
1328 <string>Check Typed Exceptions</string> 1283 </widget>
1329 </property> 1284 </item>
1330 </widget> 1285 <item>
1331 </item> 1286 <spacer name="horizontalSpacer_9">
1332 <item row="0" column="1"> 1287 <property name="orientation">
1333 <widget class="QPlainTextEdit" name="tmpDirectoriesEdit"> 1288 <enum>Qt::Orientation::Horizontal</enum>
1334 <property name="toolTip"> 1289 </property>
1335 <string>Enter directory names (one per line) to be checked for</string> 1290 <property name="sizeHint" stdset="0">
1336 </property> 1291 <size>
1292 <width>40</width>
1293 <height>20</height>
1294 </size>
1295 </property>
1296 </spacer>
1297 </item>
1298 </layout>
1299 </widget>
1300 </item>
1301 <item>
1302 <widget class="QGroupBox" name="groupBox_14">
1303 <property name="title">
1304 <string>Elliptic Curves</string>
1305 </property>
1306 <layout class="QHBoxLayout" name="horizontalLayout_10">
1307 <item>
1308 <widget class="QLabel" name="label_28">
1309 <property name="text">
1310 <string>High Risk:</string>
1311 </property>
1312 </widget>
1313 </item>
1314 <item>
1315 <widget class="QComboBox" name="ecHighRiskCombo">
1316 <property name="toolTip">
1317 <string>Select the bit length below which an Elliptic Curve is to be considered very weak</string>
1318 </property>
1319 <property name="editable">
1320 <bool>false</bool>
1321 </property>
1322 </widget>
1323 </item>
1324 <item>
1325 <widget class="QLabel" name="label_29">
1326 <property name="text">
1327 <string>Medium Risk:</string>
1328 </property>
1329 </widget>
1330 </item>
1331 <item>
1332 <widget class="QComboBox" name="ecMediumRiskCombo">
1333 <property name="toolTip">
1334 <string>Select the bit length below which an Elliptic Curve is to be considered weak</string>
1335 </property>
1336 <property name="editable">
1337 <bool>false</bool>
1338 </property>
1339 </widget>
1340 </item>
1341 <item>
1342 <spacer name="horizontalSpacer_10">
1343 <property name="orientation">
1344 <enum>Qt::Orientation::Horizontal</enum>
1345 </property>
1346 <property name="sizeHint" stdset="0">
1347 <size>
1348 <width>40</width>
1349 <height>20</height>
1350 </size>
1351 </property>
1352 </spacer>
1353 </item>
1354 </layout>
1355 </widget>
1356 </item>
1357 </layout>
1358 </widget>
1359 </item>
1360 <item>
1361 <widget class="QCheckBox" name="typedExceptionsCheckBox">
1362 <property name="toolTip">
1363 <string>Select to also check for insecure exception handling for typed exceptions</string>
1364 </property>
1365 <property name="text">
1366 <string>Check Typed Exceptions</string>
1367 </property>
1368 </widget>
1369 </item>
1370 <item>
1371 <widget class="QGroupBox" name="groupBox_21">
1372 <property name="title">
1373 <string>'markupsafe' XSS</string>
1374 </property>
1375 <layout class="QGridLayout" name="gridLayout_7">
1376 <item row="0" column="0">
1377 <widget class="QLabel" name="label_39">
1378 <property name="text">
1379 <string>Additional Markup Names:</string>
1380 </property>
1381 </widget>
1382 </item>
1383 <item row="0" column="1">
1384 <widget class="QPlainTextEdit" name="additionalMarkupNamesEdit">
1385 <property name="maximumSize">
1386 <size>
1387 <width>16777215</width>
1388 <height>200</height>
1389 </size>
1390 </property>
1391 <property name="toolTip">
1392 <string>Enter the names (one per line) of additional markup functions</string>
1393 </property>
1394 </widget>
1395 </item>
1396 <item row="1" column="0">
1397 <widget class="QLabel" name="label_40">
1398 <property name="text">
1399 <string>Allowed Calls:</string>
1400 </property>
1401 </widget>
1402 </item>
1403 <item row="1" column="1">
1404 <widget class="QPlainTextEdit" name="allowedEscapeFunctionsEdit">
1405 <property name="maximumSize">
1406 <size>
1407 <width>16777215</width>
1408 <height>200</height>
1409 </size>
1410 </property>
1411 <property name="toolTip">
1412 <string>Enter names (one per line) of safe escape functions</string>
1413 </property>
1414 </widget>
1415 </item>
1416 </layout>
1417 </widget>
1418 </item>
1419 </layout>
1420 </widget>
1337 </widget> 1421 </widget>
1338 </item> 1422 </item>
1339 </layout> 1423 </layout>
1340 </widget> 1424 </widget>
1341 <widget class="QWidget" name="importOptionsTab"> 1425 <widget class="QWidget" name="importOptionsTab">
1438 </widget> 1522 </widget>
1439 </item> 1523 </item>
1440 <item> 1524 <item>
1441 <spacer name="verticalSpacer_7"> 1525 <spacer name="verticalSpacer_7">
1442 <property name="orientation"> 1526 <property name="orientation">
1443 <enum>Qt::Vertical</enum> 1527 <enum>Qt::Orientation::Vertical</enum>
1444 </property> 1528 </property>
1445 <property name="sizeHint" stdset="0"> 1529 <property name="sizeHint" stdset="0">
1446 <size> 1530 <size>
1447 <width>20</width> 1531 <width>20</width>
1448 <height>737</height> 1532 <height>737</height>
1488 </widget> 1572 </widget>
1489 </item> 1573 </item>
1490 <item row="0" column="3"> 1574 <item row="0" column="3">
1491 <spacer name="horizontalSpacer_4"> 1575 <spacer name="horizontalSpacer_4">
1492 <property name="orientation"> 1576 <property name="orientation">
1493 <enum>Qt::Horizontal</enum> 1577 <enum>Qt::Orientation::Horizontal</enum>
1494 </property> 1578 </property>
1495 <property name="sizeHint" stdset="0"> 1579 <property name="sizeHint" stdset="0">
1496 <size> 1580 <size>
1497 <width>439</width> 1581 <width>439</width>
1498 <height>20</height> 1582 <height>20</height>
1540 </widget> 1624 </widget>
1541 </item> 1625 </item>
1542 <item> 1626 <item>
1543 <spacer name="horizontalSpacer_11"> 1627 <spacer name="horizontalSpacer_11">
1544 <property name="orientation"> 1628 <property name="orientation">
1545 <enum>Qt::Horizontal</enum> 1629 <enum>Qt::Orientation::Horizontal</enum>
1546 </property> 1630 </property>
1547 <property name="sizeHint" stdset="0"> 1631 <property name="sizeHint" stdset="0">
1548 <size> 1632 <size>
1549 <width>313</width> 1633 <width>313</width>
1550 <height>20</height> 1634 <height>20</height>
1556 </widget> 1640 </widget>
1557 </item> 1641 </item>
1558 <item> 1642 <item>
1559 <spacer name="verticalSpacer_10"> 1643 <spacer name="verticalSpacer_10">
1560 <property name="orientation"> 1644 <property name="orientation">
1561 <enum>Qt::Vertical</enum> 1645 <enum>Qt::Orientation::Vertical</enum>
1562 </property> 1646 </property>
1563 <property name="sizeHint" stdset="0"> 1647 <property name="sizeHint" stdset="0">
1564 <size> 1648 <size>
1565 <width>20</width> 1649 <width>20</width>
1566 <height>365</height> 1650 <height>365</height>
1695 </widget> 1779 </widget>
1696 </item> 1780 </item>
1697 <item> 1781 <item>
1698 <spacer name="verticalSpacer_11"> 1782 <spacer name="verticalSpacer_11">
1699 <property name="orientation"> 1783 <property name="orientation">
1700 <enum>Qt::Vertical</enum> 1784 <enum>Qt::Orientation::Vertical</enum>
1701 </property> 1785 </property>
1702 <property name="sizeHint" stdset="0"> 1786 <property name="sizeHint" stdset="0">
1703 <size> 1787 <size>
1704 <width>20</width> 1788 <width>20</width>
1705 <height>382</height> 1789 <height>382</height>
1715 <widget class="Line" name="line"> 1799 <widget class="Line" name="line">
1716 <property name="lineWidth"> 1800 <property name="lineWidth">
1717 <number>2</number> 1801 <number>2</number>
1718 </property> 1802 </property>
1719 <property name="orientation"> 1803 <property name="orientation">
1720 <enum>Qt::Vertical</enum> 1804 <enum>Qt::Orientation::Vertical</enum>
1721 </property> 1805 </property>
1722 </widget> 1806 </widget>
1723 </item> 1807 </item>
1724 <item> 1808 <item>
1725 <layout class="QVBoxLayout" name="verticalLayout"> 1809 <layout class="QVBoxLayout" name="verticalLayout">
1734 </widget> 1818 </widget>
1735 </item> 1819 </item>
1736 <item> 1820 <item>
1737 <spacer name="verticalSpacer"> 1821 <spacer name="verticalSpacer">
1738 <property name="orientation"> 1822 <property name="orientation">
1739 <enum>Qt::Vertical</enum> 1823 <enum>Qt::Orientation::Vertical</enum>
1740 </property> 1824 </property>
1741 <property name="sizeHint" stdset="0"> 1825 <property name="sizeHint" stdset="0">
1742 <size> 1826 <size>
1743 <width>20</width> 1827 <width>20</width>
1744 <height>18</height> 1828 <height>18</height>
1791 <widget class="QListWidget" name="progressList"> 1875 <widget class="QListWidget" name="progressList">
1792 <property name="toolTip"> 1876 <property name="toolTip">
1793 <string>Shows the list of files still to be checked</string> 1877 <string>Shows the list of files still to be checked</string>
1794 </property> 1878 </property>
1795 <property name="editTriggers"> 1879 <property name="editTriggers">
1796 <set>QAbstractItemView::NoEditTriggers</set> 1880 <set>QAbstractItemView::EditTrigger::NoEditTriggers</set>
1797 </property> 1881 </property>
1798 <property name="alternatingRowColors"> 1882 <property name="alternatingRowColors">
1799 <bool>true</bool> 1883 <bool>true</bool>
1800 </property> 1884 </property>
1801 <property name="selectionMode"> 1885 <property name="selectionMode">
1802 <enum>QAbstractItemView::NoSelection</enum> 1886 <enum>QAbstractItemView::SelectionMode::NoSelection</enum>
1803 </property> 1887 </property>
1804 <property name="textElideMode"> 1888 <property name="textElideMode">
1805 <enum>Qt::ElideMiddle</enum> 1889 <enum>Qt::TextElideMode::ElideMiddle</enum>
1806 </property> 1890 </property>
1807 <property name="sortingEnabled"> 1891 <property name="sortingEnabled">
1808 <bool>true</bool> 1892 <bool>true</bool>
1809 </property> 1893 </property>
1810 </widget> 1894 </widget>
1816 </property> 1900 </property>
1817 <property name="value"> 1901 <property name="value">
1818 <number>0</number> 1902 <number>0</number>
1819 </property> 1903 </property>
1820 <property name="orientation"> 1904 <property name="orientation">
1821 <enum>Qt::Horizontal</enum> 1905 <enum>Qt::Orientation::Horizontal</enum>
1822 </property> 1906 </property>
1823 <property name="format"> 1907 <property name="format">
1824 <string>%v/%m Files</string> 1908 <string>%v/%m Files</string>
1825 </property> 1909 </property>
1826 </widget> 1910 </widget>
1831 <widget class="Line" name="line_3"> 1915 <widget class="Line" name="line_3">
1832 <property name="lineWidth"> 1916 <property name="lineWidth">
1833 <number>2</number> 1917 <number>2</number>
1834 </property> 1918 </property>
1835 <property name="orientation"> 1919 <property name="orientation">
1836 <enum>Qt::Vertical</enum> 1920 <enum>Qt::Orientation::Vertical</enum>
1837 </property> 1921 </property>
1838 </widget> 1922 </widget>
1839 </item> 1923 </item>
1840 <item> 1924 <item>
1841 <layout class="QVBoxLayout" name="verticalLayout_11"> 1925 <layout class="QVBoxLayout" name="verticalLayout_11">
1847 </widget> 1931 </widget>
1848 </item> 1932 </item>
1849 <item> 1933 <item>
1850 <spacer name="verticalSpacer_5"> 1934 <spacer name="verticalSpacer_5">
1851 <property name="orientation"> 1935 <property name="orientation">
1852 <enum>Qt::Vertical</enum> 1936 <enum>Qt::Orientation::Vertical</enum>
1853 </property> 1937 </property>
1854 <property name="sizeHint" stdset="0"> 1938 <property name="sizeHint" stdset="0">
1855 <size> 1939 <size>
1856 <width>20</width> 1940 <width>20</width>
1857 <height>40</height> 1941 <height>40</height>
1893 </property> 1977 </property>
1894 <property name="alternatingRowColors"> 1978 <property name="alternatingRowColors">
1895 <bool>true</bool> 1979 <bool>true</bool>
1896 </property> 1980 </property>
1897 <property name="selectionMode"> 1981 <property name="selectionMode">
1898 <enum>QAbstractItemView::ExtendedSelection</enum> 1982 <enum>QAbstractItemView::SelectionMode::ExtendedSelection</enum>
1899 </property> 1983 </property>
1900 <property name="sortingEnabled"> 1984 <property name="sortingEnabled">
1901 <bool>true</bool> 1985 <bool>true</bool>
1902 </property> 1986 </property>
1903 <property name="expandsOnDoubleClick"> 1987 <property name="expandsOnDoubleClick">
1926 <widget class="Line" name="line_2"> 2010 <widget class="Line" name="line_2">
1927 <property name="lineWidth"> 2011 <property name="lineWidth">
1928 <number>2</number> 2012 <number>2</number>
1929 </property> 2013 </property>
1930 <property name="orientation"> 2014 <property name="orientation">
1931 <enum>Qt::Vertical</enum> 2015 <enum>Qt::Orientation::Vertical</enum>
1932 </property> 2016 </property>
1933 </widget> 2017 </widget>
1934 </item> 2018 </item>
1935 <item> 2019 <item>
1936 <layout class="QVBoxLayout" name="verticalLayout_8"> 2020 <layout class="QVBoxLayout" name="verticalLayout_8">
1958 <widget class="Line" name="line_4"> 2042 <widget class="Line" name="line_4">
1959 <property name="lineWidth"> 2043 <property name="lineWidth">
1960 <number>2</number> 2044 <number>2</number>
1961 </property> 2045 </property>
1962 <property name="orientation"> 2046 <property name="orientation">
1963 <enum>Qt::Horizontal</enum> 2047 <enum>Qt::Orientation::Horizontal</enum>
1964 </property> 2048 </property>
1965 </widget> 2049 </widget>
1966 </item> 2050 </item>
1967 <item> 2051 <item>
1968 <widget class="QPushButton" name="showButton"> 2052 <widget class="QPushButton" name="showButton">
1985 </widget> 2069 </widget>
1986 </item> 2070 </item>
1987 <item> 2071 <item>
1988 <widget class="Line" name="line_5"> 2072 <widget class="Line" name="line_5">
1989 <property name="orientation"> 2073 <property name="orientation">
1990 <enum>Qt::Horizontal</enum> 2074 <enum>Qt::Orientation::Horizontal</enum>
1991 </property> 2075 </property>
1992 </widget> 2076 </widget>
1993 </item> 2077 </item>
1994 <item> 2078 <item>
1995 <widget class="QLabel" name="label_31"> 2079 <widget class="QLabel" name="label_31">
2016 </widget> 2100 </widget>
2017 </item> 2101 </item>
2018 <item> 2102 <item>
2019 <spacer name="verticalSpacer_4"> 2103 <spacer name="verticalSpacer_4">
2020 <property name="orientation"> 2104 <property name="orientation">
2021 <enum>Qt::Vertical</enum> 2105 <enum>Qt::Orientation::Vertical</enum>
2022 </property> 2106 </property>
2023 <property name="sizeHint" stdset="0"> 2107 <property name="sizeHint" stdset="0">
2024 <size> 2108 <size>
2025 <width>20</width> 2109 <width>20</width>
2026 <height>18</height> 2110 <height>18</height>
2035 </widget> 2119 </widget>
2036 </item> 2120 </item>
2037 <item> 2121 <item>
2038 <widget class="QDialogButtonBox" name="buttonBox"> 2122 <widget class="QDialogButtonBox" name="buttonBox">
2039 <property name="orientation"> 2123 <property name="orientation">
2040 <enum>Qt::Horizontal</enum> 2124 <enum>Qt::Orientation::Horizontal</enum>
2041 </property> 2125 </property>
2042 <property name="standardButtons"> 2126 <property name="standardButtons">
2043 <set>QDialogButtonBox::Close</set> 2127 <set>QDialogButtonBox::StandardButton::Close</set>
2044 </property> 2128 </property>
2045 </widget> 2129 </widget>
2046 </item> 2130 </item>
2047 </layout> 2131 </layout>
2048 </widget> 2132 </widget>
2097 <tabstop>simplifiedTypesCheckBox</tabstop> 2181 <tabstop>simplifiedTypesCheckBox</tabstop>
2098 <tabstop>typeIgnoreCheckBox</tabstop> 2182 <tabstop>typeIgnoreCheckBox</tabstop>
2099 <tabstop>dispatchDecoratorEdit</tabstop> 2183 <tabstop>dispatchDecoratorEdit</tabstop>
2100 <tabstop>overloadDecoratorEdit</tabstop> 2184 <tabstop>overloadDecoratorEdit</tabstop>
2101 <tabstop>exemptedTypingSymbolsEdit</tabstop> 2185 <tabstop>exemptedTypingSymbolsEdit</tabstop>
2186 <tabstop>scrollArea_2</tabstop>
2102 <tabstop>tmpDirectoriesEdit</tabstop> 2187 <tabstop>tmpDirectoriesEdit</tabstop>
2103 <tabstop>hashesEdit</tabstop> 2188 <tabstop>hashesEdit</tabstop>
2104 <tabstop>insecureSslProtocolsEdit</tabstop> 2189 <tabstop>insecureSslProtocolsEdit</tabstop>
2105 <tabstop>dsaHighRiskCombo</tabstop> 2190 <tabstop>dsaHighRiskCombo</tabstop>
2106 <tabstop>dsaMediumRiskCombo</tabstop> 2191 <tabstop>dsaMediumRiskCombo</tabstop>
2107 <tabstop>rsaHighRiskCombo</tabstop> 2192 <tabstop>rsaHighRiskCombo</tabstop>
2108 <tabstop>rsaMediumRiskCombo</tabstop> 2193 <tabstop>rsaMediumRiskCombo</tabstop>
2109 <tabstop>ecHighRiskCombo</tabstop> 2194 <tabstop>ecHighRiskCombo</tabstop>
2110 <tabstop>ecMediumRiskCombo</tabstop> 2195 <tabstop>ecMediumRiskCombo</tabstop>
2111 <tabstop>typedExceptionsCheckBox</tabstop> 2196 <tabstop>typedExceptionsCheckBox</tabstop>
2197 <tabstop>additionalMarkupNamesEdit</tabstop>
2198 <tabstop>allowedEscapeFunctionsEdit</tabstop>
2112 <tabstop>appPackagesEdit</tabstop> 2199 <tabstop>appPackagesEdit</tabstop>
2113 <tabstop>bannedModulesEdit</tabstop> 2200 <tabstop>bannedModulesEdit</tabstop>
2114 <tabstop>allowAllButton</tabstop> 2201 <tabstop>allowAllButton</tabstop>
2115 <tabstop>banParentsButton</tabstop> 2202 <tabstop>banParentsButton</tabstop>
2116 <tabstop>banAllButton</tabstop> 2203 <tabstop>banAllButton</tabstop>

eric ide

mercurial