개정판 98fdb329
add line drafting option
Change-Id: Ib55eaf6e3579508b5c4adec2da3e6002b4c4bc61
DTI_PID/DTI_PID/UI/Configuration.ui | ||
---|---|---|
218 | 218 |
<item row="0" column="1"> |
219 | 219 |
<widget class="QGroupBox" name="groupBoxText"> |
220 | 220 |
<property name="title"> |
221 |
<string>Text Detection</string>
|
|
221 |
<string>Text</string> |
|
222 | 222 |
</property> |
223 | 223 |
<layout class="QGridLayout" name="gridLayout_14"> |
224 | 224 |
<item row="0" column="0"> |
... | ... | |
841 | 841 |
<item row="0" column="1"> |
842 | 842 |
<widget class="QGroupBox" name="groupBox"> |
843 | 843 |
<property name="title"> |
844 |
<string>Line Detection</string>
|
|
844 |
<string>Line</string> |
|
845 | 845 |
</property> |
846 | 846 |
<layout class="QGridLayout" name="gridLayout_5"> |
847 | 847 |
<item row="0" column="0"> |
848 | 848 |
<layout class="QGridLayout" name="gridLayout_11"> |
849 |
<item row="5" column="0">
|
|
850 |
<widget class="QLabel" name="label_45">
|
|
849 |
<item row="2" column="0">
|
|
850 |
<widget class="QLabel" name="label_16">
|
|
851 | 851 |
<property name="text"> |
852 |
<string>Detect Without Symbol : </string>
|
|
852 |
<string>Minimum Line Length : </string>
|
|
853 | 853 |
</property> |
854 | 854 |
</widget> |
855 | 855 |
</item> |
... | ... | |
866 | 866 |
<item row="4" column="1" colspan="2"> |
867 | 867 |
<widget class="QComboBox" name="comboBoxLineType"/> |
868 | 868 |
</item> |
869 |
<item row="0" column="0"> |
|
870 |
<widget class="QLabel" name="label_4"> |
|
871 |
<property name="text"> |
|
872 |
<string>Small Object Ignore Size : </string> |
|
873 |
</property> |
|
874 |
</widget> |
|
875 |
</item> |
|
876 |
<item row="3" column="1"> |
|
877 |
<widget class="QSpinBox" name="spinBoxLengthToConnectLine"> |
|
878 |
<property name="value"> |
|
879 |
<number>20</number> |
|
880 |
</property> |
|
881 |
</widget> |
|
882 |
</item> |
|
883 |
<item row="1" column="0"> |
|
884 |
<widget class="QLabel" name="label"> |
|
869 |
<item row="6" column="1"> |
|
870 |
<widget class="QRadioButton" name="radioButtonDiagonalYes"> |
|
885 | 871 |
<property name="text"> |
886 |
<string>Sliding Window Size(WxH) : </string> |
|
887 |
</property> |
|
888 |
<property name="alignment"> |
|
889 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
|
872 |
<string>Yes</string> |
|
890 | 873 |
</property> |
874 |
<attribute name="buttonGroup"> |
|
875 |
<string notr="true">buttonGroup_3</string> |
|
876 |
</attribute> |
|
891 | 877 |
</widget> |
892 | 878 |
</item> |
893 |
<item row="1" column="1">
|
|
894 |
<widget class="QSpinBox" name="spinBoxWidth">
|
|
879 |
<item row="0" column="3">
|
|
880 |
<widget class="QSpinBox" name="spinBoxMaxArea">
|
|
895 | 881 |
<property name="minimumSize"> |
896 | 882 |
<size> |
897 | 883 |
<width>100</width> |
... | ... | |
900 | 886 |
</property> |
901 | 887 |
</widget> |
902 | 888 |
</item> |
889 |
<item row="5" column="2"> |
|
890 |
<widget class="QRadioButton" name="radioButtonGapNo"> |
|
891 |
<property name="text"> |
|
892 |
<string>No</string> |
|
893 |
</property> |
|
894 |
<attribute name="buttonGroup"> |
|
895 |
<string notr="true">buttonGroup_5</string> |
|
896 |
</attribute> |
|
897 |
</widget> |
|
898 |
</item> |
|
903 | 899 |
<item row="2" column="1"> |
904 | 900 |
<widget class="QSpinBox" name="smallLineMinLengthSpinBox"> |
905 | 901 |
<property name="minimumSize"> |
... | ... | |
917 | 913 |
</property> |
918 | 914 |
</widget> |
919 | 915 |
</item> |
920 |
<item row="6" column="1"> |
|
921 |
<widget class="QRadioButton" name="radioButtonDiagonalYes"> |
|
922 |
<property name="text"> |
|
923 |
<string>Yes</string> |
|
924 |
</property> |
|
925 |
<attribute name="buttonGroup"> |
|
926 |
<string notr="true">buttonGroup_3</string> |
|
927 |
</attribute> |
|
928 |
</widget> |
|
929 |
</item> |
|
930 | 916 |
<item row="0" column="2"> |
931 | 917 |
<widget class="QLabel" name="label_5"> |
932 | 918 |
<property name="text"> |
... | ... | |
937 | 923 |
</property> |
938 | 924 |
</widget> |
939 | 925 |
</item> |
940 |
<item row="2" column="0"> |
|
941 |
<widget class="QLabel" name="label_16"> |
|
942 |
<property name="text"> |
|
943 |
<string>Minimum Line Length : </string> |
|
944 |
</property> |
|
945 |
</widget> |
|
946 |
</item> |
|
947 |
<item row="0" column="3"> |
|
948 |
<widget class="QSpinBox" name="spinBoxMaxArea"> |
|
949 |
<property name="minimumSize"> |
|
950 |
<size> |
|
951 |
<width>100</width> |
|
952 |
<height>0</height> |
|
953 |
</size> |
|
954 |
</property> |
|
955 |
</widget> |
|
956 |
</item> |
|
957 |
<item row="4" column="0"> |
|
958 |
<widget class="QLabel" name="label_28"> |
|
959 |
<property name="text"> |
|
960 |
<string>Default Line Type : </string> |
|
961 |
</property> |
|
962 |
</widget> |
|
963 |
</item> |
|
964 |
<item row="1" column="2"> |
|
965 |
<widget class="QSpinBox" name="spinBoxHeight"> |
|
926 |
<item row="1" column="1"> |
|
927 |
<widget class="QSpinBox" name="spinBoxWidth"> |
|
966 | 928 |
<property name="minimumSize"> |
967 | 929 |
<size> |
968 | 930 |
<width>100</width> |
... | ... | |
991 | 953 |
</attribute> |
992 | 954 |
</widget> |
993 | 955 |
</item> |
956 |
<item row="1" column="0"> |
|
957 |
<widget class="QLabel" name="label"> |
|
958 |
<property name="text"> |
|
959 |
<string>Sliding Window Size(WxH) : </string> |
|
960 |
</property> |
|
961 |
<property name="alignment"> |
|
962 |
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
|
963 |
</property> |
|
964 |
</widget> |
|
965 |
</item> |
|
994 | 966 |
<item row="0" column="4"> |
995 | 967 |
<spacer name="horizontalSpacer_2"> |
996 | 968 |
<property name="orientation"> |
... | ... | |
1004 | 976 |
</property> |
1005 | 977 |
</spacer> |
1006 | 978 |
</item> |
979 |
<item row="4" column="0"> |
|
980 |
<widget class="QLabel" name="label_28"> |
|
981 |
<property name="text"> |
|
982 |
<string>Default Line Type : </string> |
|
983 |
</property> |
|
984 |
</widget> |
|
985 |
</item> |
|
986 |
<item row="3" column="1"> |
|
987 |
<widget class="QSpinBox" name="spinBoxLengthToConnectLine"> |
|
988 |
<property name="value"> |
|
989 |
<number>20</number> |
|
990 |
</property> |
|
991 |
</widget> |
|
992 |
</item> |
|
993 |
<item row="0" column="0"> |
|
994 |
<widget class="QLabel" name="label_4"> |
|
995 |
<property name="text"> |
|
996 |
<string>Small Object Ignore Size : </string> |
|
997 |
</property> |
|
998 |
</widget> |
|
999 |
</item> |
|
1000 |
<item row="1" column="2"> |
|
1001 |
<widget class="QSpinBox" name="spinBoxHeight"> |
|
1002 |
<property name="minimumSize"> |
|
1003 |
<size> |
|
1004 |
<width>100</width> |
|
1005 |
<height>0</height> |
|
1006 |
</size> |
|
1007 |
</property> |
|
1008 |
</widget> |
|
1009 |
</item> |
|
1007 | 1010 |
<item row="3" column="0"> |
1008 | 1011 |
<widget class="QLabel" name="label_9"> |
1009 | 1012 |
<property name="text"> |
... | ... | |
1011 | 1014 |
</property> |
1012 | 1015 |
</widget> |
1013 | 1016 |
</item> |
1014 |
<item row="5" column="2">
|
|
1015 |
<widget class="QRadioButton" name="radioButtonGapNo">
|
|
1017 |
<item row="5" column="0">
|
|
1018 |
<widget class="QLabel" name="label_45">
|
|
1016 | 1019 |
<property name="text"> |
1017 |
<string>No</string> |
|
1020 |
<string>Detect Without Symbol : </string> |
|
1021 |
</property> |
|
1022 |
</widget> |
|
1023 |
</item> |
|
1024 |
<item row="7" column="0"> |
|
1025 |
<widget class="QLabel" name="label_69"> |
|
1026 |
<property name="text"> |
|
1027 |
<string>Line Drafting Mode : </string> |
|
1028 |
</property> |
|
1029 |
</widget> |
|
1030 |
</item> |
|
1031 |
<item row="7" column="1"> |
|
1032 |
<widget class="QRadioButton" name="radioButtonLineDrawingAuto"> |
|
1033 |
<property name="text"> |
|
1034 |
<string>Auto</string> |
|
1035 |
</property> |
|
1036 |
</widget> |
|
1037 |
</item> |
|
1038 |
<item row="7" column="2"> |
|
1039 |
<widget class="QRadioButton" name="radioButtonLineDrawingManual"> |
|
1040 |
<property name="text"> |
|
1041 |
<string>Manual</string> |
|
1042 |
</property> |
|
1043 |
</widget> |
|
1044 |
</item> |
|
1045 |
<item row="7" column="3"> |
|
1046 |
<widget class="QRadioButton" name="radioButtonLineDrawingFollowing"> |
|
1047 |
<property name="text"> |
|
1048 |
<string>Following</string> |
|
1018 | 1049 |
</property> |
1019 |
<attribute name="buttonGroup"> |
|
1020 |
<string notr="true">buttonGroup_5</string> |
|
1021 |
</attribute> |
|
1022 | 1050 |
</widget> |
1023 | 1051 |
</item> |
1024 | 1052 |
</layout> |
... | ... | |
2333 | 2361 |
<buttongroup name="buttonGroup_15"/> |
2334 | 2362 |
<buttongroup name="buttonGroup"/> |
2335 | 2363 |
<buttongroup name="buttonGroup_4"/> |
2364 |
<buttongroup name="buttonGroup_17"/> |
|
2336 | 2365 |
<buttongroup name="buttonGroup_2"/> |
2337 | 2366 |
<buttongroup name="buttonGroup_16"/> |
2338 | 2367 |
<buttongroup name="buttonGroup_6"/> |
... | ... | |
2344 | 2373 |
<buttongroup name="buttonGroup_10"/> |
2345 | 2374 |
<buttongroup name="buttonGroup_8"/> |
2346 | 2375 |
<buttongroup name="buttonGroup_14"/> |
2347 |
<buttongroup name="buttonGroup_17"/> |
|
2348 | 2376 |
</buttongroups> |
2349 | 2377 |
</ui> |
내보내기 Unified diff