1<?xml version="1.0" encoding="UTF-8"?> 2<ui version="4.0"> 3 <class>Dialog</class> 4 <widget class="QDialog" name="Dialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>826</width> 10 <height>760</height> 11 </rect> 12 </property> 13 <property name="minimumSize"> 14 <size> 15 <width>826</width> 16 <height>496</height> 17 </size> 18 </property> 19 <property name="windowTitle"> 20 <string>产线配置</string> 21 </property> 22 <widget class="QGroupBox" name="groupBox_burn_setting"> 23 <property name="geometry"> 24 <rect> 25 <x>10</x> 26 <y>40</y> 27 <width>801</width> 28 <height>591</height> 29 </rect> 30 </property> 31 <property name="font"> 32 <font> 33 <family>Arial</family> 34 <pointsize>11</pointsize> 35 </font> 36 </property> 37 <property name="title"> 38 <string>烧录设置</string> 39 </property> 40 <widget class="QGroupBox" name="groupBox"> 41 <property name="geometry"> 42 <rect> 43 <x>10</x> 44 <y>150</y> 45 <width>771</width> 46 <height>241</height> 47 </rect> 48 </property> 49 <property name="title"> 50 <string>工厂区设定</string> 51 </property> 52 <widget class="QLabel" name="label_12"> 53 <property name="geometry"> 54 <rect> 55 <x>410</x> 56 <y>120</y> 57 <width>111</width> 58 <height>21</height> 59 </rect> 60 </property> 61 <property name="text"> 62 <string>connector 地址:</string> 63 </property> 64 </widget> 65 <widget class="QLabel" name="label_10"> 66 <property name="geometry"> 67 <rect> 68 <x>590</x> 69 <y>100</y> 70 <width>31</width> 71 <height>16</height> 72 </rect> 73 </property> 74 <property name="text"> 75 <string>UAP</string> 76 </property> 77 </widget> 78 <widget class="QLineEdit" name="lineedit_connectoruap"> 79 <property name="geometry"> 80 <rect> 81 <x>590</x> 82 <y>120</y> 83 <width>51</width> 84 <height>21</height> 85 </rect> 86 </property> 87 <property name="focusPolicy"> 88 <enum>Qt::StrongFocus</enum> 89 </property> 90 <property name="maxLength"> 91 <number>2</number> 92 </property> 93 </widget> 94 <widget class="QLabel" name="label_13"> 95 <property name="geometry"> 96 <rect> 97 <x>660</x> 98 <y>100</y> 99 <width>31</width> 100 <height>16</height> 101 </rect> 102 </property> 103 <property name="text"> 104 <string>LAP</string> 105 </property> 106 </widget> 107 <widget class="QLineEdit" name="lineedit_connectornap"> 108 <property name="geometry"> 109 <rect> 110 <x>530</x> 111 <y>120</y> 112 <width>51</width> 113 <height>21</height> 114 </rect> 115 </property> 116 <property name="focusPolicy"> 117 <enum>Qt::StrongFocus</enum> 118 </property> 119 <property name="maxLength"> 120 <number>4</number> 121 </property> 122 </widget> 123 <widget class="QLineEdit" name="lineedit_connectorlap"> 124 <property name="geometry"> 125 <rect> 126 <x>650</x> 127 <y>120</y> 128 <width>111</width> 129 <height>21</height> 130 </rect> 131 </property> 132 <property name="focusPolicy"> 133 <enum>Qt::StrongFocus</enum> 134 </property> 135 <property name="maxLength"> 136 <number>6</number> 137 </property> 138 <property name="frame"> 139 <bool>true</bool> 140 </property> 141 </widget> 142 <widget class="QLabel" name="label_14"> 143 <property name="geometry"> 144 <rect> 145 <x>50</x> 146 <y>150</y> 147 <width>200</width> 148 <height>21</height> 149 </rect> 150 </property> 151 <property name="text"> 152 <string>默认校准值(20~235):</string> 153 </property> 154 </widget> 155 <widget class="QLineEdit" name="lineedit_default_calibval"> 156 <property name="geometry"> 157 <rect> 158 <x>250</x> 159 <y>150</y> 160 <width>81</width> 161 <height>20</height> 162 </rect> 163 </property> 164 <property name="focusPolicy"> 165 <enum>Qt::StrongFocus</enum> 166 </property> 167 <property name="maxLength"> 168 <number>8</number> 169 </property> 170 </widget> 171 <widget class="QLabel" name="label_11"> 172 <property name="geometry"> 173 <rect> 174 <x>530</x> 175 <y>100</y> 176 <width>31</width> 177 <height>16</height> 178 </rect> 179 </property> 180 <property name="text"> 181 <string>NAP</string> 182 </property> 183 </widget> 184 <widget class="QLineEdit" name="lineedit_blenap"> 185 <property name="geometry"> 186 <rect> 187 <x>130</x> 188 <y>120</y> 189 <width>51</width> 190 <height>20</height> 191 </rect> 192 </property> 193 <property name="focusPolicy"> 194 <enum>Qt::StrongFocus</enum> 195 </property> 196 <property name="maxLength"> 197 <number>4</number> 198 </property> 199 </widget> 200 <widget class="QLabel" name="label_8"> 201 <property name="geometry"> 202 <rect> 203 <x>130</x> 204 <y>100</y> 205 <width>31</width> 206 <height>16</height> 207 </rect> 208 </property> 209 <property name="text"> 210 <string>NAP</string> 211 </property> 212 </widget> 213 <widget class="QLineEdit" name="lineedit_bleuap"> 214 <property name="geometry"> 215 <rect> 216 <x>190</x> 217 <y>120</y> 218 <width>41</width> 219 <height>20</height> 220 </rect> 221 </property> 222 <property name="focusPolicy"> 223 <enum>Qt::StrongFocus</enum> 224 </property> 225 <property name="maxLength"> 226 <number>2</number> 227 </property> 228 </widget> 229 <widget class="QLabel" name="label_7"> 230 <property name="geometry"> 231 <rect> 232 <x>50</x> 233 <y>120</y> 234 <width>71</width> 235 <height>20</height> 236 </rect> 237 </property> 238 <property name="text"> 239 <string>BLE 地址:</string> 240 </property> 241 </widget> 242 <widget class="QLineEdit" name="lineedit_blelap"> 243 <property name="geometry"> 244 <rect> 245 <x>240</x> 246 <y>120</y> 247 <width>81</width> 248 <height>20</height> 249 </rect> 250 </property> 251 <property name="focusPolicy"> 252 <enum>Qt::StrongFocus</enum> 253 </property> 254 <property name="maxLength"> 255 <number>6</number> 256 </property> 257 </widget> 258 <widget class="QLabel" name="label_6"> 259 <property name="geometry"> 260 <rect> 261 <x>190</x> 262 <y>100</y> 263 <width>31</width> 264 <height>16</height> 265 </rect> 266 </property> 267 <property name="text"> 268 <string>UAP</string> 269 </property> 270 </widget> 271 <widget class="QLabel" name="label_9"> 272 <property name="geometry"> 273 <rect> 274 <x>240</x> 275 <y>100</y> 276 <width>31</width> 277 <height>16</height> 278 </rect> 279 </property> 280 <property name="text"> 281 <string>LAP</string> 282 </property> 283 </widget> 284 <widget class="QComboBox" name="combbx_addr_gen_type"> 285 <property name="geometry"> 286 <rect> 287 <x>170</x> 288 <y>30</y> 289 <width>151</width> 290 <height>22</height> 291 </rect> 292 </property> 293 </widget> 294 <widget class="QLabel" name="label_17"> 295 <property name="geometry"> 296 <rect> 297 <x>20</x> 298 <y>30</y> 299 <width>141</width> 300 <height>31</height> 301 </rect> 302 </property> 303 <property name="text"> 304 <string>地址生成方式:</string> 305 </property> 306 </widget> 307 <widget class="QLabel" name="label_2"> 308 <property name="geometry"> 309 <rect> 310 <x>490</x> 311 <y>20</y> 312 <width>31</width> 313 <height>16</height> 314 </rect> 315 </property> 316 <property name="font"> 317 <font> 318 <family>Arial</family> 319 <pointsize>11</pointsize> 320 </font> 321 </property> 322 <property name="text"> 323 <string>NAP</string> 324 </property> 325 </widget> 326 <widget class="QLabel" name="label_5"> 327 <property name="geometry"> 328 <rect> 329 <x>410</x> 330 <y>70</y> 331 <width>71</width> 332 <height>20</height> 333 </rect> 334 </property> 335 <property name="font"> 336 <font> 337 <family>Arial</family> 338 <pointsize>11</pointsize> 339 </font> 340 </property> 341 <property name="text"> 342 <string>BT名称:</string> 343 </property> 344 </widget> 345 <widget class="QLabel" name="label_4"> 346 <property name="geometry"> 347 <rect> 348 <x>610</x> 349 <y>20</y> 350 <width>81</width> 351 <height>16</height> 352 </rect> 353 </property> 354 <property name="font"> 355 <font> 356 <family>Arial</family> 357 <pointsize>11</pointsize> 358 </font> 359 </property> 360 <property name="text"> 361 <string>LAP</string> 362 </property> 363 </widget> 364 <widget class="QLabel" name="label_3"> 365 <property name="geometry"> 366 <rect> 367 <x>550</x> 368 <y>20</y> 369 <width>31</width> 370 <height>16</height> 371 </rect> 372 </property> 373 <property name="font"> 374 <font> 375 <family>Arial</family> 376 <pointsize>11</pointsize> 377 </font> 378 </property> 379 <property name="text"> 380 <string>UAP</string> 381 </property> 382 </widget> 383 <widget class="QLineEdit" name="lineedit_btlap"> 384 <property name="geometry"> 385 <rect> 386 <x>610</x> 387 <y>40</y> 388 <width>111</width> 389 <height>20</height> 390 </rect> 391 </property> 392 <property name="font"> 393 <font> 394 <family>Arial</family> 395 <pointsize>11</pointsize> 396 </font> 397 </property> 398 <property name="focusPolicy"> 399 <enum>Qt::StrongFocus</enum> 400 </property> 401 <property name="maxLength"> 402 <number>6</number> 403 </property> 404 <property name="frame"> 405 <bool>true</bool> 406 </property> 407 </widget> 408 <widget class="QLineEdit" name="lineedit_btnap"> 409 <property name="geometry"> 410 <rect> 411 <x>490</x> 412 <y>40</y> 413 <width>51</width> 414 <height>20</height> 415 </rect> 416 </property> 417 <property name="font"> 418 <font> 419 <family>Arial</family> 420 <pointsize>11</pointsize> 421 </font> 422 </property> 423 <property name="focusPolicy"> 424 <enum>Qt::StrongFocus</enum> 425 </property> 426 <property name="maxLength"> 427 <number>4</number> 428 </property> 429 </widget> 430 <widget class="QLabel" name="label"> 431 <property name="geometry"> 432 <rect> 433 <x>410</x> 434 <y>40</y> 435 <width>71</width> 436 <height>20</height> 437 </rect> 438 </property> 439 <property name="font"> 440 <font> 441 <family>Arial</family> 442 <pointsize>11</pointsize> 443 </font> 444 </property> 445 <property name="text"> 446 <string>BT地址:</string> 447 </property> 448 </widget> 449 <widget class="QLineEdit" name="lineedit_btuap"> 450 <property name="geometry"> 451 <rect> 452 <x>550</x> 453 <y>40</y> 454 <width>51</width> 455 <height>20</height> 456 </rect> 457 </property> 458 <property name="font"> 459 <font> 460 <family>Arial</family> 461 <pointsize>11</pointsize> 462 </font> 463 </property> 464 <property name="focusPolicy"> 465 <enum>Qt::StrongFocus</enum> 466 </property> 467 <property name="maxLength"> 468 <number>2</number> 469 </property> 470 </widget> 471 <widget class="QLineEdit" name="lineedit_btname"> 472 <property name="geometry"> 473 <rect> 474 <x>490</x> 475 <y>70</y> 476 <width>231</width> 477 <height>20</height> 478 </rect> 479 </property> 480 <property name="font"> 481 <font> 482 <family>Arial</family> 483 <pointsize>11</pointsize> 484 </font> 485 </property> 486 <property name="focusPolicy"> 487 <enum>Qt::StrongFocus</enum> 488 </property> 489 <property name="maxLength"> 490 <number>256</number> 491 </property> 492 </widget> 493 <widget class="QCheckBox" name="checkBox_calib"> 494 <property name="geometry"> 495 <rect> 496 <x>20</x> 497 <y>150</y> 498 <width>21</width> 499 <height>21</height> 500 </rect> 501 </property> 502 <property name="text"> 503 <string/> 504 </property> 505 <property name="checked"> 506 <bool>true</bool> 507 </property> 508 </widget> 509 <widget class="QCheckBox" name="checkBox_btaddr"> 510 <property name="geometry"> 511 <rect> 512 <x>380</x> 513 <y>40</y> 514 <width>21</width> 515 <height>16</height> 516 </rect> 517 </property> 518 <property name="text"> 519 <string/> 520 </property> 521 <property name="checked"> 522 <bool>true</bool> 523 </property> 524 </widget> 525 <widget class="QCheckBox" name="checkBox_btname"> 526 <property name="geometry"> 527 <rect> 528 <x>380</x> 529 <y>70</y> 530 <width>21</width> 531 <height>16</height> 532 </rect> 533 </property> 534 <property name="text"> 535 <string/> 536 </property> 537 <property name="checked"> 538 <bool>true</bool> 539 </property> 540 </widget> 541 <widget class="QCheckBox" name="checkBox_bleaddr"> 542 <property name="geometry"> 543 <rect> 544 <x>20</x> 545 <y>120</y> 546 <width>21</width> 547 <height>21</height> 548 </rect> 549 </property> 550 <property name="text"> 551 <string/> 552 </property> 553 <property name="checked"> 554 <bool>true</bool> 555 </property> 556 </widget> 557 <widget class="QCheckBox" name="checkBox_conaddr"> 558 <property name="geometry"> 559 <rect> 560 <x>380</x> 561 <y>120</y> 562 <width>21</width> 563 <height>21</height> 564 </rect> 565 </property> 566 <property name="text"> 567 <string/> 568 </property> 569 <property name="checked"> 570 <bool>true</bool> 571 </property> 572 </widget> 573 <widget class="QLineEdit" name="lineedit_blename"> 574 <property name="geometry"> 575 <rect> 576 <x>130</x> 577 <y>70</y> 578 <width>231</width> 579 <height>20</height> 580 </rect> 581 </property> 582 <property name="font"> 583 <font> 584 <family>Arial</family> 585 <pointsize>11</pointsize> 586 </font> 587 </property> 588 <property name="focusPolicy"> 589 <enum>Qt::StrongFocus</enum> 590 </property> 591 <property name="maxLength"> 592 <number>256</number> 593 </property> 594 </widget> 595 <widget class="QLabel" name="label_15"> 596 <property name="geometry"> 597 <rect> 598 <x>50</x> 599 <y>70</y> 600 <width>71</width> 601 <height>20</height> 602 </rect> 603 </property> 604 <property name="font"> 605 <font> 606 <family>Arial</family> 607 <pointsize>11</pointsize> 608 </font> 609 </property> 610 <property name="text"> 611 <string>BLE名称:</string> 612 </property> 613 </widget> 614 <widget class="QCheckBox" name="checkBox_blename"> 615 <property name="geometry"> 616 <rect> 617 <x>20</x> 618 <y>70</y> 619 <width>21</width> 620 <height>16</height> 621 </rect> 622 </property> 623 <property name="text"> 624 <string/> 625 </property> 626 <property name="checked"> 627 <bool>true</bool> 628 </property> 629 </widget> 630 <widget class="QCheckBox" name="checkBox_sn"> 631 <property name="geometry"> 632 <rect> 633 <x>20</x> 634 <y>190</y> 635 <width>21</width> 636 <height>21</height> 637 </rect> 638 </property> 639 <property name="text"> 640 <string/> 641 </property> 642 <property name="checked"> 643 <bool>true</bool> 644 </property> 645 </widget> 646 <widget class="QComboBox" name="combbx_sn_gen_type"> 647 <property name="geometry"> 648 <rect> 649 <x>160</x> 650 <y>190</y> 651 <width>121</width> 652 <height>22</height> 653 </rect> 654 </property> 655 </widget> 656 <widget class="QLabel" name="label_18"> 657 <property name="geometry"> 658 <rect> 659 <x>50</x> 660 <y>190</y> 661 <width>91</width> 662 <height>21</height> 663 </rect> 664 </property> 665 <property name="text"> 666 <string>SN Gen Type:</string> 667 </property> 668 </widget> 669 <widget class="QLabel" name="label_19"> 670 <property name="geometry"> 671 <rect> 672 <x>310</x> 673 <y>190</y> 674 <width>91</width> 675 <height>21</height> 676 </rect> 677 </property> 678 <property name="text"> 679 <string>SN(will burn):</string> 680 </property> 681 </widget> 682 <widget class="QLineEdit" name="lineedit_sn"> 683 <property name="geometry"> 684 <rect> 685 <x>400</x> 686 <y>190</y> 687 <width>231</width> 688 <height>20</height> 689 </rect> 690 </property> 691 <property name="font"> 692 <font> 693 <family>Arial</family> 694 <pointsize>11</pointsize> 695 </font> 696 </property> 697 <property name="focusPolicy"> 698 <enum>Qt::StrongFocus</enum> 699 </property> 700 <property name="maxLength"> 701 <number>256</number> 702 </property> 703 </widget> 704 </widget> 705 <widget class="QCheckBox" name="checkbox_update_sector"> 706 <property name="geometry"> 707 <rect> 708 <x>20</x> 709 <y>120</y> 710 <width>121</width> 711 <height>16</height> 712 </rect> 713 </property> 714 <property name="text"> 715 <string>更新分区</string> 716 </property> 717 </widget> 718 <widget class="QPushButton" name="push_btn_browse_1"> 719 <property name="enabled"> 720 <bool>false</bool> 721 </property> 722 <property name="geometry"> 723 <rect> 724 <x>530</x> 725 <y>30</y> 726 <width>91</width> 727 <height>21</height> 728 </rect> 729 </property> 730 <property name="text"> 731 <string>浏览 >></string> 732 </property> 733 </widget> 734 <widget class="QLineEdit" name="lineedit_bin_path_1"> 735 <property name="enabled"> 736 <bool>false</bool> 737 </property> 738 <property name="geometry"> 739 <rect> 740 <x>120</x> 741 <y>30</y> 742 <width>391</width> 743 <height>20</height> 744 </rect> 745 </property> 746 </widget> 747 <widget class="QLabel" name="label_bin_verify"> 748 <property name="enabled"> 749 <bool>false</bool> 750 </property> 751 <property name="geometry"> 752 <rect> 753 <x>650</x> 754 <y>30</y> 755 <width>61</width> 756 <height>21</height> 757 </rect> 758 </property> 759 <property name="font"> 760 <font> 761 <family>Arial</family> 762 <pointsize>11</pointsize> 763 <weight>50</weight> 764 <bold>false</bold> 765 </font> 766 </property> 767 <property name="text"> 768 <string>CRC32:</string> 769 </property> 770 </widget> 771 <widget class="QLineEdit" name="lineedit_hash_1"> 772 <property name="enabled"> 773 <bool>false</bool> 774 </property> 775 <property name="geometry"> 776 <rect> 777 <x>710</x> 778 <y>30</y> 779 <width>81</width> 780 <height>20</height> 781 </rect> 782 </property> 783 <property name="font"> 784 <font> 785 <family>Arial</family> 786 <pointsize>11</pointsize> 787 </font> 788 </property> 789 <property name="focusPolicy"> 790 <enum>Qt::StrongFocus</enum> 791 </property> 792 <property name="text"> 793 <string/> 794 </property> 795 <property name="maxLength"> 796 <number>8</number> 797 </property> 798 </widget> 799 <widget class="QLineEdit" name="lineedit_bin_path_2"> 800 <property name="enabled"> 801 <bool>false</bool> 802 </property> 803 <property name="geometry"> 804 <rect> 805 <x>120</x> 806 <y>60</y> 807 <width>391</width> 808 <height>20</height> 809 </rect> 810 </property> 811 </widget> 812 <widget class="QPushButton" name="push_btn_browse_2"> 813 <property name="enabled"> 814 <bool>false</bool> 815 </property> 816 <property name="geometry"> 817 <rect> 818 <x>530</x> 819 <y>60</y> 820 <width>91</width> 821 <height>21</height> 822 </rect> 823 </property> 824 <property name="text"> 825 <string>浏览 >></string> 826 </property> 827 </widget> 828 <widget class="QLabel" name="label_bin_verify_2"> 829 <property name="enabled"> 830 <bool>false</bool> 831 </property> 832 <property name="geometry"> 833 <rect> 834 <x>650</x> 835 <y>60</y> 836 <width>61</width> 837 <height>21</height> 838 </rect> 839 </property> 840 <property name="font"> 841 <font> 842 <family>Arial</family> 843 <pointsize>11</pointsize> 844 <weight>50</weight> 845 <bold>false</bold> 846 </font> 847 </property> 848 <property name="text"> 849 <string>CRC32:</string> 850 </property> 851 </widget> 852 <widget class="QLineEdit" name="lineedit_hash_2"> 853 <property name="enabled"> 854 <bool>false</bool> 855 </property> 856 <property name="geometry"> 857 <rect> 858 <x>710</x> 859 <y>60</y> 860 <width>81</width> 861 <height>20</height> 862 </rect> 863 </property> 864 <property name="font"> 865 <font> 866 <family>Arial</family> 867 <pointsize>11</pointsize> 868 </font> 869 </property> 870 <property name="focusPolicy"> 871 <enum>Qt::StrongFocus</enum> 872 </property> 873 <property name="text"> 874 <string/> 875 </property> 876 <property name="maxLength"> 877 <number>8</number> 878 </property> 879 </widget> 880 <widget class="QCheckBox" name="chkbox_app"> 881 <property name="geometry"> 882 <rect> 883 <x>20</x> 884 <y>30</y> 885 <width>16</width> 886 <height>16</height> 887 </rect> 888 </property> 889 <property name="text"> 890 <string/> 891 </property> 892 </widget> 893 <widget class="QCheckBox" name="chkbox_boot"> 894 <property name="geometry"> 895 <rect> 896 <x>20</x> 897 <y>60</y> 898 <width>16</width> 899 <height>16</height> 900 </rect> 901 </property> 902 <property name="text"> 903 <string/> 904 </property> 905 </widget> 906 <widget class="QCheckBox" name="chkbox_appcrc"> 907 <property name="enabled"> 908 <bool>false</bool> 909 </property> 910 <property name="geometry"> 911 <rect> 912 <x>630</x> 913 <y>30</y> 914 <width>16</width> 915 <height>16</height> 916 </rect> 917 </property> 918 <property name="text"> 919 <string/> 920 </property> 921 </widget> 922 <widget class="QCheckBox" name="chkbox_bootcrc"> 923 <property name="enabled"> 924 <bool>false</bool> 925 </property> 926 <property name="geometry"> 927 <rect> 928 <x>630</x> 929 <y>60</y> 930 <width>16</width> 931 <height>16</height> 932 </rect> 933 </property> 934 <property name="text"> 935 <string/> 936 </property> 937 </widget> 938 <widget class="QCheckBox" name="chkbox_filename"> 939 <property name="geometry"> 940 <rect> 941 <x>20</x> 942 <y>90</y> 943 <width>211</width> 944 <height>16</height> 945 </rect> 946 </property> 947 <property name="text"> 948 <string>使用下载文件名作为BT名称</string> 949 </property> 950 </widget> 951 <widget class="QLabel" name="label_app"> 952 <property name="enabled"> 953 <bool>false</bool> 954 </property> 955 <property name="geometry"> 956 <rect> 957 <x>40</x> 958 <y>30</y> 959 <width>71</width> 960 <height>16</height> 961 </rect> 962 </property> 963 <property name="text"> 964 <string> APP</string> 965 </property> 966 </widget> 967 <widget class="QLabel" name="label_boot"> 968 <property name="enabled"> 969 <bool>false</bool> 970 </property> 971 <property name="geometry"> 972 <rect> 973 <x>40</x> 974 <y>60</y> 975 <width>81</width> 976 <height>16</height> 977 </rect> 978 </property> 979 <property name="text"> 980 <string>OTA BOOT</string> 981 </property> 982 </widget> 983 <widget class="QCheckBox" name="chkbox_custom_bin1"> 984 <property name="geometry"> 985 <rect> 986 <x>20</x> 987 <y>430</y> 988 <width>16</width> 989 <height>16</height> 990 </rect> 991 </property> 992 <property name="text"> 993 <string/> 994 </property> 995 </widget> 996 <widget class="QCheckBox" name="chkbox_custom_bin2"> 997 <property name="geometry"> 998 <rect> 999 <x>20</x> 1000 <y>460</y> 1001 <width>16</width> 1002 <height>16</height> 1003 </rect> 1004 </property> 1005 <property name="text"> 1006 <string/> 1007 </property> 1008 </widget> 1009 <widget class="QCheckBox" name="chkbox_custom_bin3"> 1010 <property name="geometry"> 1011 <rect> 1012 <x>20</x> 1013 <y>490</y> 1014 <width>16</width> 1015 <height>16</height> 1016 </rect> 1017 </property> 1018 <property name="text"> 1019 <string/> 1020 </property> 1021 </widget> 1022 <widget class="QCheckBox" name="chkbox_custom_bin4"> 1023 <property name="geometry"> 1024 <rect> 1025 <x>20</x> 1026 <y>520</y> 1027 <width>16</width> 1028 <height>16</height> 1029 </rect> 1030 </property> 1031 <property name="text"> 1032 <string/> 1033 </property> 1034 </widget> 1035 <widget class="QLabel" name="label_custom_bin1"> 1036 <property name="geometry"> 1037 <rect> 1038 <x>40</x> 1039 <y>430</y> 1040 <width>111</width> 1041 <height>16</height> 1042 </rect> 1043 </property> 1044 <property name="text"> 1045 <string>Custom bin1</string> 1046 </property> 1047 </widget> 1048 <widget class="QLabel" name="label_custom_bin2"> 1049 <property name="geometry"> 1050 <rect> 1051 <x>40</x> 1052 <y>460</y> 1053 <width>111</width> 1054 <height>16</height> 1055 </rect> 1056 </property> 1057 <property name="text"> 1058 <string>Custom bin2</string> 1059 </property> 1060 </widget> 1061 <widget class="QLabel" name="label_custom_bin3"> 1062 <property name="geometry"> 1063 <rect> 1064 <x>40</x> 1065 <y>490</y> 1066 <width>111</width> 1067 <height>16</height> 1068 </rect> 1069 </property> 1070 <property name="text"> 1071 <string>Custom bin3</string> 1072 </property> 1073 </widget> 1074 <widget class="QLabel" name="label_custom_bin4"> 1075 <property name="geometry"> 1076 <rect> 1077 <x>40</x> 1078 <y>520</y> 1079 <width>111</width> 1080 <height>16</height> 1081 </rect> 1082 </property> 1083 <property name="text"> 1084 <string>Custom bin4</string> 1085 </property> 1086 </widget> 1087 <widget class="QLineEdit" name="lineedit_custom_bin1"> 1088 <property name="geometry"> 1089 <rect> 1090 <x>130</x> 1091 <y>430</y> 1092 <width>361</width> 1093 <height>20</height> 1094 </rect> 1095 </property> 1096 </widget> 1097 <widget class="QLineEdit" name="lineedit_custom_bin2"> 1098 <property name="geometry"> 1099 <rect> 1100 <x>130</x> 1101 <y>460</y> 1102 <width>361</width> 1103 <height>20</height> 1104 </rect> 1105 </property> 1106 </widget> 1107 <widget class="QLineEdit" name="lineedit_custom_bin3"> 1108 <property name="geometry"> 1109 <rect> 1110 <x>130</x> 1111 <y>490</y> 1112 <width>361</width> 1113 <height>20</height> 1114 </rect> 1115 </property> 1116 </widget> 1117 <widget class="QLineEdit" name="lineedit_custom_bin4"> 1118 <property name="geometry"> 1119 <rect> 1120 <x>130</x> 1121 <y>520</y> 1122 <width>361</width> 1123 <height>20</height> 1124 </rect> 1125 </property> 1126 </widget> 1127 <widget class="QPushButton" name="btn_custom_bin_browse1"> 1128 <property name="enabled"> 1129 <bool>true</bool> 1130 </property> 1131 <property name="geometry"> 1132 <rect> 1133 <x>500</x> 1134 <y>430</y> 1135 <width>91</width> 1136 <height>21</height> 1137 </rect> 1138 </property> 1139 <property name="text"> 1140 <string>browse >></string> 1141 </property> 1142 </widget> 1143 <widget class="QPushButton" name="btn_custom_bin_browse2"> 1144 <property name="enabled"> 1145 <bool>true</bool> 1146 </property> 1147 <property name="geometry"> 1148 <rect> 1149 <x>500</x> 1150 <y>460</y> 1151 <width>91</width> 1152 <height>21</height> 1153 </rect> 1154 </property> 1155 <property name="text"> 1156 <string>browse >></string> 1157 </property> 1158 </widget> 1159 <widget class="QPushButton" name="btn_custom_bin_browse3"> 1160 <property name="enabled"> 1161 <bool>true</bool> 1162 </property> 1163 <property name="geometry"> 1164 <rect> 1165 <x>500</x> 1166 <y>490</y> 1167 <width>91</width> 1168 <height>21</height> 1169 </rect> 1170 </property> 1171 <property name="text"> 1172 <string>browse >></string> 1173 </property> 1174 </widget> 1175 <widget class="QPushButton" name="btn_custom_bin_browse4"> 1176 <property name="enabled"> 1177 <bool>true</bool> 1178 </property> 1179 <property name="geometry"> 1180 <rect> 1181 <x>500</x> 1182 <y>520</y> 1183 <width>91</width> 1184 <height>21</height> 1185 </rect> 1186 </property> 1187 <property name="text"> 1188 <string>browse >></string> 1189 </property> 1190 </widget> 1191 <widget class="QLabel" name="label_addr1"> 1192 <property name="geometry"> 1193 <rect> 1194 <x>610</x> 1195 <y>430</y> 1196 <width>21</width> 1197 <height>16</height> 1198 </rect> 1199 </property> 1200 <property name="text"> 1201 <string>0x</string> 1202 </property> 1203 </widget> 1204 <widget class="QLabel" name="label_addr2"> 1205 <property name="geometry"> 1206 <rect> 1207 <x>610</x> 1208 <y>460</y> 1209 <width>21</width> 1210 <height>16</height> 1211 </rect> 1212 </property> 1213 <property name="text"> 1214 <string>0x</string> 1215 </property> 1216 </widget> 1217 <widget class="QLabel" name="label_addr3"> 1218 <property name="geometry"> 1219 <rect> 1220 <x>610</x> 1221 <y>490</y> 1222 <width>21</width> 1223 <height>16</height> 1224 </rect> 1225 </property> 1226 <property name="text"> 1227 <string>0x</string> 1228 </property> 1229 </widget> 1230 <widget class="QLabel" name="label_22"> 1231 <property name="geometry"> 1232 <rect> 1233 <x>640</x> 1234 <y>400</y> 1235 <width>111</width> 1236 <height>20</height> 1237 </rect> 1238 </property> 1239 <property name="text"> 1240 <string>Flash Offset</string> 1241 </property> 1242 </widget> 1243 <widget class="QLineEdit" name="lineEdit_addr4"> 1244 <property name="geometry"> 1245 <rect> 1246 <x>630</x> 1247 <y>520</y> 1248 <width>113</width> 1249 <height>20</height> 1250 </rect> 1251 </property> 1252 </widget> 1253 <widget class="QLineEdit" name="lineEdit_addr1"> 1254 <property name="geometry"> 1255 <rect> 1256 <x>630</x> 1257 <y>430</y> 1258 <width>113</width> 1259 <height>20</height> 1260 </rect> 1261 </property> 1262 </widget> 1263 <widget class="QLineEdit" name="lineEdit_addr3"> 1264 <property name="geometry"> 1265 <rect> 1266 <x>630</x> 1267 <y>490</y> 1268 <width>113</width> 1269 <height>20</height> 1270 </rect> 1271 </property> 1272 </widget> 1273 <widget class="QLineEdit" name="lineEdit_addr2"> 1274 <property name="geometry"> 1275 <rect> 1276 <x>630</x> 1277 <y>460</y> 1278 <width>113</width> 1279 <height>20</height> 1280 </rect> 1281 </property> 1282 </widget> 1283 <widget class="QLabel" name="label_addr4"> 1284 <property name="geometry"> 1285 <rect> 1286 <x>610</x> 1287 <y>520</y> 1288 <width>21</width> 1289 <height>16</height> 1290 </rect> 1291 </property> 1292 <property name="text"> 1293 <string>0x</string> 1294 </property> 1295 </widget> 1296 <widget class="QLabel" name="label_16"> 1297 <property name="geometry"> 1298 <rect> 1299 <x>20</x> 1300 <y>400</y> 1301 <width>81</width> 1302 <height>16</height> 1303 </rect> 1304 </property> 1305 <property name="text"> 1306 <string>ChipVersion</string> 1307 </property> 1308 </widget> 1309 <widget class="QRadioButton" name="radioButton_1000"> 1310 <property name="geometry"> 1311 <rect> 1312 <x>120</x> 1313 <y>400</y> 1314 <width>89</width> 1315 <height>16</height> 1316 </rect> 1317 </property> 1318 <property name="text"> 1319 <string>1000</string> 1320 </property> 1321 <property name="checked"> 1322 <bool>false</bool> 1323 </property> 1324 </widget> 1325 <widget class="QRadioButton" name="radioButton_2000"> 1326 <property name="geometry"> 1327 <rect> 1328 <x>220</x> 1329 <y>400</y> 1330 <width>89</width> 1331 <height>16</height> 1332 </rect> 1333 </property> 1334 <property name="text"> 1335 <string>2000</string> 1336 </property> 1337 <property name="checked"> 1338 <bool>true</bool> 1339 </property> 1340 </widget> 1341 <widget class="QRadioButton" name="radioButton_2300"> 1342 <property name="geometry"> 1343 <rect> 1344 <x>310</x> 1345 <y>400</y> 1346 <width>89</width> 1347 <height>16</height> 1348 </rect> 1349 </property> 1350 <property name="text"> 1351 <string>2300</string> 1352 </property> 1353 <property name="checked"> 1354 <bool>false</bool> 1355 </property> 1356 </widget> 1357 <widget class="QLabel" name="label_addr_erase"> 1358 <property name="geometry"> 1359 <rect> 1360 <x>610</x> 1361 <y>560</y> 1362 <width>21</width> 1363 <height>16</height> 1364 </rect> 1365 </property> 1366 <property name="text"> 1367 <string>0x</string> 1368 </property> 1369 </widget> 1370 <widget class="QCheckBox" name="chkbox_erase_en"> 1371 <property name="geometry"> 1372 <rect> 1373 <x>120</x> 1374 <y>560</y> 1375 <width>16</width> 1376 <height>16</height> 1377 </rect> 1378 </property> 1379 <property name="text"> 1380 <string/> 1381 </property> 1382 </widget> 1383 <widget class="QLabel" name="label_23"> 1384 <property name="geometry"> 1385 <rect> 1386 <x>420</x> 1387 <y>560</y> 1388 <width>181</width> 1389 <height>20</height> 1390 </rect> 1391 </property> 1392 <property name="text"> 1393 <string> Start Flash Offset</string> 1394 </property> 1395 </widget> 1396 <widget class="QLineEdit" name="lineEdit_eraselen"> 1397 <property name="geometry"> 1398 <rect> 1399 <x>270</x> 1400 <y>560</y> 1401 <width>113</width> 1402 <height>20</height> 1403 </rect> 1404 </property> 1405 </widget> 1406 <widget class="QLabel" name="label_25"> 1407 <property name="geometry"> 1408 <rect> 1409 <x>160</x> 1410 <y>560</y> 1411 <width>101</width> 1412 <height>20</height> 1413 </rect> 1414 </property> 1415 <property name="text"> 1416 <string>Len to erase</string> 1417 </property> 1418 </widget> 1419 <widget class="QLabel" name="label_24"> 1420 <property name="geometry"> 1421 <rect> 1422 <x>20</x> 1423 <y>560</y> 1424 <width>91</width> 1425 <height>20</height> 1426 </rect> 1427 </property> 1428 <property name="text"> 1429 <string>Erase enable</string> 1430 </property> 1431 </widget> 1432 <widget class="QLineEdit" name="lineEdit_erase_addr"> 1433 <property name="geometry"> 1434 <rect> 1435 <x>630</x> 1436 <y>560</y> 1437 <width>113</width> 1438 <height>20</height> 1439 </rect> 1440 </property> 1441 </widget> 1442 <widget class="QLabel" name="label_addr_erase_2"> 1443 <property name="geometry"> 1444 <rect> 1445 <x>250</x> 1446 <y>560</y> 1447 <width>21</width> 1448 <height>16</height> 1449 </rect> 1450 </property> 1451 <property name="text"> 1452 <string>0x</string> 1453 </property> 1454 </widget> 1455 <widget class="QCheckBox" name="checkbox_erase_whole"> 1456 <property name="geometry"> 1457 <rect> 1458 <x>130</x> 1459 <y>120</y> 1460 <width>161</width> 1461 <height>16</height> 1462 </rect> 1463 </property> 1464 <property name="text"> 1465 <string>擦除芯片flash</string> 1466 </property> 1467 </widget> 1468 </widget> 1469 <widget class="QPushButton" name="push_btn_save"> 1470 <property name="geometry"> 1471 <rect> 1472 <x>560</x> 1473 <y>710</y> 1474 <width>75</width> 1475 <height>23</height> 1476 </rect> 1477 </property> 1478 <property name="font"> 1479 <font> 1480 <family>Arial</family> 1481 <pointsize>11</pointsize> 1482 </font> 1483 </property> 1484 <property name="text"> 1485 <string>保存</string> 1486 </property> 1487 </widget> 1488 <widget class="QCheckBox" name="checkbox_burn_switch"> 1489 <property name="geometry"> 1490 <rect> 1491 <x>10</x> 1492 <y>10</y> 1493 <width>51</width> 1494 <height>21</height> 1495 </rect> 1496 </property> 1497 <property name="font"> 1498 <font> 1499 <family>Arial</family> 1500 <pointsize>11</pointsize> 1501 </font> 1502 </property> 1503 <property name="text"> 1504 <string>烧录</string> 1505 </property> 1506 <property name="iconSize"> 1507 <size> 1508 <width>18</width> 1509 <height>20</height> 1510 </size> 1511 </property> 1512 <property name="autoRepeatInterval"> 1513 <number>97</number> 1514 </property> 1515 </widget> 1516 <widget class="QPushButton" name="push_btn_exit"> 1517 <property name="geometry"> 1518 <rect> 1519 <x>690</x> 1520 <y>710</y> 1521 <width>75</width> 1522 <height>23</height> 1523 </rect> 1524 </property> 1525 <property name="font"> 1526 <font> 1527 <family>Arial</family> 1528 <pointsize>11</pointsize> 1529 </font> 1530 </property> 1531 <property name="text"> 1532 <string>退出</string> 1533 </property> 1534 </widget> 1535 <widget class="QGroupBox" name="groupBox_factorymode_setting"> 1536 <property name="geometry"> 1537 <rect> 1538 <x>30</x> 1539 <y>670</y> 1540 <width>291</width> 1541 <height>71</height> 1542 </rect> 1543 </property> 1544 <property name="font"> 1545 <font> 1546 <family>Arial</family> 1547 <pointsize>11</pointsize> 1548 </font> 1549 </property> 1550 <property name="title"> 1551 <string>工厂模式设置</string> 1552 </property> 1553 <widget class="QCheckBox" name="factorymode_calib_switch"> 1554 <property name="geometry"> 1555 <rect> 1556 <x>30</x> 1557 <y>40</y> 1558 <width>81</width> 1559 <height>16</height> 1560 </rect> 1561 </property> 1562 <property name="text"> 1563 <string>校准</string> 1564 </property> 1565 </widget> 1566 <widget class="QCheckBox" name="factorymode_connect_switch"> 1567 <property name="geometry"> 1568 <rect> 1569 <x>160</x> 1570 <y>40</y> 1571 <width>81</width> 1572 <height>16</height> 1573 </rect> 1574 </property> 1575 <property name="text"> 1576 <string>连接</string> 1577 </property> 1578 </widget> 1579 </widget> 1580 <widget class="QCheckBox" name="checkbox_factory_switch"> 1581 <property name="geometry"> 1582 <rect> 1583 <x>10</x> 1584 <y>640</y> 1585 <width>121</width> 1586 <height>21</height> 1587 </rect> 1588 </property> 1589 <property name="font"> 1590 <font> 1591 <family>Arial</family> 1592 <pointsize>11</pointsize> 1593 </font> 1594 </property> 1595 <property name="text"> 1596 <string>工厂模式</string> 1597 </property> 1598 </widget> 1599 </widget> 1600 <tabstops> 1601 <tabstop>checkbox_burn_switch</tabstop> 1602 <tabstop>lineedit_bin_path_1</tabstop> 1603 <tabstop>push_btn_browse_1</tabstop> 1604 <tabstop>lineedit_hash_1</tabstop> 1605 <tabstop>lineedit_bin_path_2</tabstop> 1606 <tabstop>push_btn_browse_2</tabstop> 1607 <tabstop>lineedit_hash_2</tabstop> 1608 <tabstop>checkbox_update_sector</tabstop> 1609 <tabstop>combbx_addr_gen_type</tabstop> 1610 <tabstop>lineedit_btnap</tabstop> 1611 <tabstop>lineedit_btuap</tabstop> 1612 <tabstop>lineedit_btlap</tabstop> 1613 <tabstop>lineedit_btname</tabstop> 1614 <tabstop>lineedit_blenap</tabstop> 1615 <tabstop>lineedit_bleuap</tabstop> 1616 <tabstop>lineedit_blelap</tabstop> 1617 <tabstop>lineedit_connectornap</tabstop> 1618 <tabstop>lineedit_connectoruap</tabstop> 1619 <tabstop>lineedit_connectorlap</tabstop> 1620 <tabstop>lineedit_default_calibval</tabstop> 1621 <tabstop>checkbox_factory_switch</tabstop> 1622 <tabstop>factorymode_calib_switch</tabstop> 1623 <tabstop>factorymode_connect_switch</tabstop> 1624 <tabstop>push_btn_save</tabstop> 1625 <tabstop>push_btn_exit</tabstop> 1626 </tabstops> 1627 <resources/> 1628 <connections/> 1629</ui> 1630