SlugsPIDControl.ui 30.3 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>SlugsPIDControl</class>
 <widget class="QWidget" name="SlugsPIDControl">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>429</width>
    <height>504</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Form</string>
  </property>
  <layout class="QHBoxLayout" name="horizontalLayout">
   <property name="margin">
    <number>2</number>
   </property>
   <item>
    <layout class="QVBoxLayout" name="verticalLayout">
     <item>
      <widget class="QGroupBox" name="AirSpeedHold_groupBox">
       <property name="title">
        <string>Air Speed Hold (dT)</string>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout_4">
        <item>
         <layout class="QGridLayout" name="gridLayout_7">
          <item row="0" column="0">
           <widget class="QLabel" name="label_10">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>P</string>
            </property>
           </widget>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="label_11">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>I</string>
            </property>
           </widget>
          </item>
          <item row="2" column="0">
           <widget class="QLabel" name="label_12">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>D</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="QLineEdit" name="dT_P_set">
            <property name="text">
75
             <string>0.0</string>
76 77 78 79 80 81
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QLineEdit" name="dT_P_get">
            <property name="text">
82
             <string>0.0</string>
83
            </property>
84 85 86
            <property name="readOnly">
             <bool>true</bool>
            </property>
87 88 89 90 91
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="QLineEdit" name="dT_I_set">
            <property name="text">
92
             <string>0.0</string>
93 94 95 96 97 98
            </property>
           </widget>
          </item>
          <item row="1" column="2">
           <widget class="QLineEdit" name="dT_I_get">
            <property name="text">
99
             <string>0.0</string>
100
            </property>
101 102 103
            <property name="readOnly">
             <bool>true</bool>
            </property>
104 105 106 107 108
           </widget>
          </item>
          <item row="2" column="1">
           <widget class="QLineEdit" name="dT_D_set">
            <property name="text">
109
             <string>0.0</string>
110 111 112 113 114 115
            </property>
           </widget>
          </item>
          <item row="2" column="2">
           <widget class="QLineEdit" name="dT_D_get">
            <property name="text">
116
             <string>0.0</string>
117
            </property>
118 119 120
            <property name="readOnly">
             <bool>true</bool>
            </property>
121 122 123 124
           </widget>
          </item>
         </layout>
        </item>
125 126 127 128 129 130 131
        <item>
         <widget class="QLabel" name="recepcion_label">
          <property name="text">
           <string>Recepcion</string>
          </property>
         </widget>
        </item>
132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
        <item>
         <spacer name="verticalSpacer_5">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>10</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <layout class="QGridLayout" name="gridLayout_8">
          <item row="0" column="0">
           <widget class="QPushButton" name="dT_PID_set_pushButton">
            <property name="text">
             <string>SET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QPushButton" name="dT_PID_get_pushButton">
            <property name="text">
             <string>GET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <spacer name="horizontalSpacer_4">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>40</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
     </item>
179 180 181 182 183 184 185 186 187 188 189 190 191
     <item>
      <spacer name="verticalSpacer_9">
       <property name="orientation">
        <enum>Qt::Vertical</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>20</width>
         <height>40</height>
        </size>
       </property>
      </spacer>
     </item>
192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244
     <item>
      <widget class="QGroupBox" name="PitchFlowei_groupBox">
       <property name="title">
        <string>Pitch Followei (dE)</string>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout_3">
        <item>
         <layout class="QGridLayout" name="gridLayout_5">
          <item row="0" column="0">
           <widget class="QLabel" name="label_7">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>P</string>
            </property>
           </widget>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="label_8">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>I</string>
            </property>
           </widget>
          </item>
          <item row="2" column="0">
           <widget class="QLabel" name="label_9">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>D</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="QLineEdit" name="dE_P_set">
            <property name="text">
245
             <string>0.0</string>
246 247 248 249 250 251
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QLineEdit" name="dE_P_get">
            <property name="text">
252
             <string>0.0</string>
253
            </property>
254 255 256
            <property name="readOnly">
             <bool>true</bool>
            </property>
257 258 259 260 261
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="QLineEdit" name="dE_I_set">
            <property name="text">
262
             <string>0.0</string>
263 264 265 266 267 268
            </property>
           </widget>
          </item>
          <item row="1" column="2">
           <widget class="QLineEdit" name="dE_I_get">
            <property name="text">
269
             <string>0.0</string>
270
            </property>
271 272 273
            <property name="readOnly">
             <bool>true</bool>
            </property>
274 275 276 277 278
           </widget>
          </item>
          <item row="2" column="1">
           <widget class="QLineEdit" name="dE_D_set">
            <property name="text">
279
             <string>0.0</string>
280 281 282 283 284 285
            </property>
           </widget>
          </item>
          <item row="2" column="2">
           <widget class="QLineEdit" name="dE_D_get">
            <property name="text">
286
             <string>0.0</string>
287
            </property>
288 289 290
            <property name="readOnly">
             <bool>true</bool>
            </property>
291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <spacer name="verticalSpacer_4">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>10</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <layout class="QGridLayout" name="gridLayout_6">
          <item row="0" column="0">
           <widget class="QPushButton" name="dE_PID_set_pushButton">
            <property name="text">
             <string>SET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QPushButton" name="dE_PID_get_pushButton">
            <property name="text">
             <string>GET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <spacer name="horizontalSpacer_3">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>40</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
     </item>
342 343 344 345 346 347 348 349 350 351 352 353 354
     <item>
      <spacer name="verticalSpacer_10">
       <property name="orientation">
        <enum>Qt::Vertical</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>20</width>
         <height>40</height>
        </size>
       </property>
      </spacer>
     </item>
355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407
     <item>
      <widget class="QGroupBox" name="RollControl_groupBox">
       <property name="title">
        <string>Roll Control (dA)</string>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout_5">
        <item>
         <layout class="QGridLayout" name="gridLayout_9">
          <item row="0" column="0">
           <widget class="QLabel" name="label_13">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>P</string>
            </property>
           </widget>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="label_14">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>I</string>
            </property>
           </widget>
          </item>
          <item row="2" column="0">
           <widget class="QLabel" name="label_15">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>D</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="QLineEdit" name="dA_P_set">
            <property name="text">
408
             <string>0.0</string>
409 410 411 412 413 414
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QLineEdit" name="dA_P_get">
            <property name="text">
415
             <string>0.0</string>
416
            </property>
417 418 419
            <property name="readOnly">
             <bool>true</bool>
            </property>
420 421 422 423 424
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="QLineEdit" name="dA_I_set">
            <property name="text">
425
             <string>0.0</string>
426 427 428 429 430 431
            </property>
           </widget>
          </item>
          <item row="1" column="2">
           <widget class="QLineEdit" name="dA_I_get">
            <property name="text">
432
             <string>0.0</string>
433
            </property>
434 435 436
            <property name="readOnly">
             <bool>true</bool>
            </property>
437 438 439 440 441
           </widget>
          </item>
          <item row="2" column="1">
           <widget class="QLineEdit" name="dA_D_set">
            <property name="text">
442
             <string>0.0</string>
443 444 445 446 447 448
            </property>
           </widget>
          </item>
          <item row="2" column="2">
           <widget class="QLineEdit" name="dA_D_get">
            <property name="text">
449
             <string>0.0</string>
450
            </property>
451 452 453
            <property name="readOnly">
             <bool>true</bool>
            </property>
454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <spacer name="verticalSpacer_6">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>10</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <layout class="QGridLayout" name="gridLayout_10">
          <item row="0" column="0">
           <widget class="QPushButton" name="dA_PID_set_pushButton">
            <property name="text">
             <string>SET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QPushButton" name="dA_PID_get_pushButton">
            <property name="text">
             <string>GET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <spacer name="horizontalSpacer_5">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>40</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
     </item>
    </layout>
   </item>
   <item>
    <layout class="QVBoxLayout" name="verticalLayout_6">
     <item>
      <widget class="QGroupBox" name="HeightErrorLoPitch_groupBox">
       <property name="title">
        <string>Heigth Error lo Pitch Comm</string>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout_2">
        <item>
         <layout class="QGridLayout" name="gridLayout_11">
          <item row="0" column="0">
           <widget class="QLabel" name="label_16">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>P</string>
            </property>
           </widget>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="label_17">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>I</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="QLineEdit" name="HELPComm_P_set">
            <property name="text">
548
             <string>0.0</string>
549 550 551 552 553 554
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QLineEdit" name="HELPComm_P_get">
            <property name="text">
555
             <string>0.0</string>
556
            </property>
557 558 559
            <property name="readOnly">
             <bool>true</bool>
            </property>
560 561 562 563 564
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="QLineEdit" name="HELPComm_I_set">
            <property name="text">
565
             <string>0.0</string>
566 567 568 569 570 571
            </property>
           </widget>
          </item>
          <item row="1" column="2">
           <widget class="QLineEdit" name="HELPComm_I_get">
            <property name="text">
572
             <string>0.0</string>
573
            </property>
574 575 576
            <property name="readOnly">
             <bool>true</bool>
            </property>
577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <spacer name="verticalSpacer">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>10</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <widget class="Line" name="line">
          <property name="font">
           <font>
            <pointsize>10</pointsize>
            <weight>75</weight>
            <bold>true</bold>
           </font>
          </property>
          <property name="frameShadow">
           <enum>QFrame::Sunken</enum>
          </property>
          <property name="lineWidth">
           <number>5</number>
          </property>
          <property name="midLineWidth">
           <number>1</number>
          </property>
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
         </widget>
        </item>
        <item>
         <spacer name="verticalSpacer_2">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>10</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <layout class="QGridLayout" name="gridLayout">
          <item row="0" column="0">
           <widget class="QLabel" name="label_18">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>FF</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="QLineEdit" name="HELPComm_FF_set">
            <property name="text">
649
             <string>0.0</string>
650 651 652 653 654 655
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QLineEdit" name="HELPComm_FF_get">
            <property name="text">
656
             <string>0.0</string>
657
            </property>
658 659 660
            <property name="readOnly">
             <bool>true</bool>
            </property>
661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <spacer name="verticalSpacer_3">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>10</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <layout class="QGridLayout" name="gridLayout_12">
          <item row="0" column="0">
681
           <widget class="QPushButton" name="HELPComm_PDI_set_pushButton">
682 683 684 685 686 687
            <property name="text">
             <string>SET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="2">
688
           <widget class="QPushButton" name="HELPComm_PDI_get_pushButton">
689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711
            <property name="text">
             <string>GET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <spacer name="horizontalSpacer_6">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>40</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
     </item>
712 713 714 715 716 717 718 719 720 721 722 723 724
     <item>
      <spacer name="verticalSpacer_11">
       <property name="orientation">
        <enum>Qt::Vertical</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>20</width>
         <height>40</height>
        </size>
       </property>
      </spacer>
     </item>
725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777
     <item>
      <widget class="QGroupBox" name="YawDamper_groupBox">
       <property name="title">
        <string>Yaw Damper (dR)</string>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout_7">
        <item>
         <layout class="QGridLayout" name="gridLayout_13">
          <item row="0" column="0">
           <widget class="QLabel" name="label_19">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>P</string>
            </property>
           </widget>
          </item>
          <item row="1" column="0">
           <widget class="QLabel" name="label_20">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>I</string>
            </property>
           </widget>
          </item>
          <item row="2" column="0">
           <widget class="QLabel" name="label_21">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>D</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="QLineEdit" name="dR_P_set">
            <property name="text">
778
             <string>0.0</string>
779 780 781 782 783 784
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QLineEdit" name="dR_P_get">
            <property name="text">
785
             <string>0.0</string>
786
            </property>
787 788 789
            <property name="readOnly">
             <bool>true</bool>
            </property>
790 791 792 793 794
           </widget>
          </item>
          <item row="1" column="1">
           <widget class="QLineEdit" name="dR_I_set">
            <property name="text">
795
             <string>0.0</string>
796 797 798 799 800 801
            </property>
           </widget>
          </item>
          <item row="1" column="2">
           <widget class="QLineEdit" name="dR_I_get">
            <property name="text">
802
             <string>0.0</string>
803
            </property>
804 805 806
            <property name="readOnly">
             <bool>true</bool>
            </property>
807 808 809 810 811
           </widget>
          </item>
          <item row="2" column="1">
           <widget class="QLineEdit" name="dR_D_set">
            <property name="text">
812
             <string>0.0</string>
813 814 815 816 817 818
            </property>
           </widget>
          </item>
          <item row="2" column="2">
           <widget class="QLineEdit" name="dR_D_get">
            <property name="text">
819
             <string>0.0</string>
820
            </property>
821 822 823
            <property name="readOnly">
             <bool>true</bool>
            </property>
824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <spacer name="verticalSpacer_8">
          <property name="orientation">
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0">
           <size>
            <width>20</width>
            <height>10</height>
           </size>
          </property>
         </spacer>
        </item>
        <item>
         <layout class="QGridLayout" name="gridLayout_14">
          <item row="0" column="0">
844
           <widget class="QPushButton" name="dR_PDI_set_pushButton">
845 846 847 848 849 850
            <property name="text">
             <string>SET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="2">
851
           <widget class="QPushButton" name="dR_PDI_get_pushButton">
852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874
            <property name="text">
             <string>GET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <spacer name="horizontalSpacer_7">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>40</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
     </item>
875 876 877 878 879 880 881 882 883 884 885 886 887
     <item>
      <spacer name="verticalSpacer_12">
       <property name="orientation">
        <enum>Qt::Vertical</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>20</width>
         <height>40</height>
        </size>
       </property>
      </spacer>
     </item>
888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912
     <item>
      <widget class="QGroupBox" name="Pitch2dTFFterm_groupBox">
       <property name="title">
        <string>Pitch to dT FF term</string>
       </property>
       <layout class="QVBoxLayout" name="verticalLayout_8">
        <item>
         <layout class="QGridLayout" name="gridLayout_2">
          <item row="0" column="0">
           <widget class="QLabel" name="label_25">
            <property name="font">
             <font>
              <pointsize>10</pointsize>
              <weight>75</weight>
              <bold>true</bold>
             </font>
            </property>
            <property name="text">
             <string>FF</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <widget class="QLineEdit" name="P2dT_FF_set">
            <property name="text">
913
             <string>0.0</string>
914 915 916 917 918 919
            </property>
           </widget>
          </item>
          <item row="0" column="2">
           <widget class="QLineEdit" name="P2dT_FF_get">
            <property name="text">
920
             <string>0.0</string>
921
            </property>
922 923 924
            <property name="readOnly">
             <bool>true</bool>
            </property>
925 926 927 928 929 930 931
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <layout class="QGridLayout" name="gridLayout_16">
          <item row="0" column="0">
932
           <widget class="QPushButton" name="Pitch2dT_PDI_set_pushButton">
933 934 935 936 937 938
            <property name="text">
             <string>SET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="2">
939
           <widget class="QPushButton" name="Pitch2dT_PDI_get_pushButton">
940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979
            <property name="text">
             <string>GET</string>
            </property>
           </widget>
          </item>
          <item row="0" column="1">
           <spacer name="horizontalSpacer_8">
            <property name="orientation">
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0">
             <size>
              <width>40</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
     </item>
     <item>
      <spacer name="verticalSpacer_7">
       <property name="orientation">
        <enum>Qt::Vertical</enum>
       </property>
       <property name="sizeHint" stdset="0">
        <size>
         <width>20</width>
         <height>40</height>
        </size>
       </property>
      </spacer>
     </item>
    </layout>
   </item>
  </layout>
 </widget>
980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025
 <tabstops>
  <tabstop>dT_P_set</tabstop>
  <tabstop>dT_I_set</tabstop>
  <tabstop>dT_D_set</tabstop>
  <tabstop>dT_PID_set_pushButton</tabstop>
  <tabstop>dT_PID_get_pushButton</tabstop>
  <tabstop>HELPComm_P_set</tabstop>
  <tabstop>HELPComm_I_set</tabstop>
  <tabstop>HELPComm_FF_set</tabstop>
  <tabstop>HELPComm_PDI_set_pushButton</tabstop>
  <tabstop>HELPComm_PDI_get_pushButton</tabstop>
  <tabstop>dE_P_set</tabstop>
  <tabstop>dE_I_set</tabstop>
  <tabstop>dE_D_set</tabstop>
  <tabstop>dE_PID_set_pushButton</tabstop>
  <tabstop>dE_PID_get_pushButton</tabstop>
  <tabstop>dR_P_set</tabstop>
  <tabstop>dR_I_set</tabstop>
  <tabstop>dR_D_set</tabstop>
  <tabstop>dR_PDI_set_pushButton</tabstop>
  <tabstop>dR_PDI_get_pushButton</tabstop>
  <tabstop>dA_P_set</tabstop>
  <tabstop>dA_I_set</tabstop>
  <tabstop>dA_D_set</tabstop>
  <tabstop>dA_PID_set_pushButton</tabstop>
  <tabstop>dA_PID_get_pushButton</tabstop>
  <tabstop>P2dT_FF_set</tabstop>
  <tabstop>Pitch2dT_PDI_set_pushButton</tabstop>
  <tabstop>Pitch2dT_PDI_get_pushButton</tabstop>
  <tabstop>dT_P_get</tabstop>
  <tabstop>dT_I_get</tabstop>
  <tabstop>dT_D_get</tabstop>
  <tabstop>HELPComm_P_get</tabstop>
  <tabstop>HELPComm_I_get</tabstop>
  <tabstop>HELPComm_FF_get</tabstop>
  <tabstop>dE_P_get</tabstop>
  <tabstop>dE_I_get</tabstop>
  <tabstop>dE_D_get</tabstop>
  <tabstop>dR_P_get</tabstop>
  <tabstop>dR_I_get</tabstop>
  <tabstop>dR_D_get</tabstop>
  <tabstop>dA_P_get</tabstop>
  <tabstop>dA_I_get</tabstop>
  <tabstop>dA_D_get</tabstop>
  <tabstop>P2dT_FF_get</tabstop>
 </tabstops>
1026 1027 1028
 <resources/>
 <connections/>
</ui>