- Timestamp:
- 08/31/11 16:52:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/design.ui
r11882 r11924 11 11 <x>0</x> 12 12 <y>0</y> 13 <width>1 252</width>13 <width>1346</width> 14 14 <height>898</height> 15 15 </rect> … … 53 53 </property> 54 54 <property name="currentIndex"> 55 <number> 6</number>55 <number>3</number> 56 56 </property> 57 57 <property name="documentMode"> … … 3272 3272 </attribute> 3273 3273 <layout class="QGridLayout" name="gridLayout_86"> 3274 <item row="0" column=" 0">3274 <item row="0" column="1"> 3275 3275 <widget class="QDockWidget" name="fBiasDock"> 3276 3276 <property name="sizePolicy"> … … 3287 3287 </property> 3288 3288 <property name="windowTitle"> 3289 <string> FTU rate display</string>3289 <string>BIAS power supply</string> 3290 3290 </property> 3291 3291 <widget class="QWidget" name="fBiasWidget"> … … 3297 3297 </property> 3298 3298 <layout class="QGridLayout" name="gridLayout_81"> 3299 <item row="0" column="0" rowspan="2"> 3299 <item row="1" column="0" colspan="2"> 3300 <widget class="QGroupBox" name="fBiasControls"> 3301 <property name="title"> 3302 <string>Controls</string> 3303 </property> 3304 <layout class="QHBoxLayout" name="horizontalLayout_46" stretch="0,0,0,0,0"> 3305 <item> 3306 <layout class="QGridLayout" name="gridLayout_87"> 3307 <property name="topMargin"> 3308 <number>0</number> 3309 </property> 3310 <item row="2" column="0"> 3311 <widget class="QSpinBox" name="fBiasHvBoard"> 3312 <property name="alignment"> 3313 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3314 </property> 3315 <property name="maximum"> 3316 <number>9</number> 3317 </property> 3318 </widget> 3319 </item> 3320 <item row="1" column="0"> 3321 <widget class="QLabel" name="label_229"> 3322 <property name="text"> 3323 <string>Board</string> 3324 </property> 3325 </widget> 3326 </item> 3327 <item row="1" column="1"> 3328 <widget class="QLabel" name="label_230"> 3329 <property name="text"> 3330 <string>Channel</string> 3331 </property> 3332 </widget> 3333 </item> 3334 <item row="2" column="1"> 3335 <widget class="QSpinBox" name="fBiasHvChannel"> 3336 <property name="alignment"> 3337 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3338 </property> 3339 <property name="readOnly"> 3340 <bool>false</bool> 3341 </property> 3342 <property name="buttonSymbols"> 3343 <enum>QAbstractSpinBox::UpDownArrows</enum> 3344 </property> 3345 <property name="maximum"> 3346 <number>31</number> 3347 </property> 3348 </widget> 3349 </item> 3350 <item row="0" column="0" colspan="2"> 3351 <widget class="QLabel" name="label_202"> 3352 <property name="text"> 3353 <string>Bias supply</string> 3354 </property> 3355 <property name="alignment"> 3356 <set>Qt::AlignCenter</set> 3357 </property> 3358 </widget> 3359 </item> 3360 </layout> 3361 </item> 3362 <item> 3363 <layout class="QGridLayout" name="gridLayout_84"> 3364 <property name="topMargin"> 3365 <number>0</number> 3366 </property> 3367 <item row="2" column="0"> 3368 <widget class="QSpinBox" name="fBiasCamCrate"> 3369 <property name="alignment"> 3370 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3371 </property> 3372 <property name="maximum"> 3373 <number>3</number> 3374 </property> 3375 </widget> 3376 </item> 3377 <item row="2" column="1"> 3378 <widget class="QSpinBox" name="fBiasCamBoard"> 3379 <property name="alignment"> 3380 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3381 </property> 3382 <property name="maximum"> 3383 <number>9</number> 3384 </property> 3385 </widget> 3386 </item> 3387 <item row="1" column="0"> 3388 <widget class="QLabel" name="label_223"> 3389 <property name="text"> 3390 <string>Crate</string> 3391 </property> 3392 </widget> 3393 </item> 3394 <item row="1" column="1"> 3395 <widget class="QLabel" name="label_224"> 3396 <property name="text"> 3397 <string>Board</string> 3398 </property> 3399 </widget> 3400 </item> 3401 <item row="3" column="0"> 3402 <widget class="QLabel" name="label_222"> 3403 <property name="text"> 3404 <string>Patch</string> 3405 </property> 3406 </widget> 3407 </item> 3408 <item row="4" column="0"> 3409 <widget class="QSpinBox" name="fBiasCamPatch"> 3410 <property name="alignment"> 3411 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3412 </property> 3413 <property name="maximum"> 3414 <number>3</number> 3415 </property> 3416 </widget> 3417 </item> 3418 <item row="3" column="1"> 3419 <widget class="QLabel" name="label_231"> 3420 <property name="text"> 3421 <string>Pixel</string> 3422 </property> 3423 </widget> 3424 </item> 3425 <item row="4" column="1"> 3426 <widget class="QSpinBox" name="fBiasCamPixel"> 3427 <property name="alignment"> 3428 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3429 </property> 3430 <property name="readOnly"> 3431 <bool>false</bool> 3432 </property> 3433 <property name="buttonSymbols"> 3434 <enum>QAbstractSpinBox::UpDownArrows</enum> 3435 </property> 3436 <property name="maximum"> 3437 <number>8</number> 3438 </property> 3439 <property name="singleStep"> 3440 <number>1</number> 3441 </property> 3442 </widget> 3443 </item> 3444 <item row="0" column="0" colspan="2"> 3445 <widget class="QLabel" name="label_206"> 3446 <property name="text"> 3447 <string>Camera</string> 3448 </property> 3449 <property name="alignment"> 3450 <set>Qt::AlignCenter</set> 3451 </property> 3452 </widget> 3453 </item> 3454 </layout> 3455 </item> 3456 <item> 3457 <layout class="QGridLayout" name="gridLayout_91"> 3458 <property name="topMargin"> 3459 <number>0</number> 3460 </property> 3461 <item row="4" column="1"> 3462 <widget class="QDoubleSpinBox" name="fBiasCurrent"> 3463 <property name="alignment"> 3464 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3465 </property> 3466 <property name="readOnly"> 3467 <bool>true</bool> 3468 </property> 3469 <property name="buttonSymbols"> 3470 <enum>QAbstractSpinBox::NoButtons</enum> 3471 </property> 3472 <property name="suffix"> 3473 <string> µA</string> 3474 </property> 3475 <property name="maximum"> 3476 <double>5000.000000000000000</double> 3477 </property> 3478 </widget> 3479 </item> 3480 <item row="1" column="2"> 3481 <widget class="QLabel" name="label_233"> 3482 <property name="text"> 3483 <string>ref</string> 3484 </property> 3485 </widget> 3486 </item> 3487 <item row="3" column="2"> 3488 <widget class="QLabel" name="label_234"> 3489 <property name="text"> 3490 <string>cur</string> 3491 </property> 3492 </widget> 3493 </item> 3494 <item row="4" column="0"> 3495 <widget class="QPushButton" name="fBiasOverCurrentLed"> 3496 <property name="enabled"> 3497 <bool>true</bool> 3498 </property> 3499 <property name="sizePolicy"> 3500 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3501 <horstretch>0</horstretch> 3502 <verstretch>0</verstretch> 3503 </sizepolicy> 3504 </property> 3505 <property name="maximumSize"> 3506 <size> 3507 <width>18</width> 3508 <height>16777215</height> 3509 </size> 3510 </property> 3511 <property name="text"> 3512 <string/> 3513 </property> 3514 <property name="icon"> 3515 <iconset resource="design.qrc"> 3516 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3517 </property> 3518 <property name="iconSize"> 3519 <size> 3520 <width>16</width> 3521 <height>16</height> 3522 </size> 3523 </property> 3524 <property name="checkable"> 3525 <bool>false</bool> 3526 </property> 3527 <property name="flat"> 3528 <bool>true</bool> 3529 </property> 3530 </widget> 3531 </item> 3532 <item row="3" column="0"> 3533 <widget class="QPushButton" name="fBiasNominalLed"> 3534 <property name="enabled"> 3535 <bool>true</bool> 3536 </property> 3537 <property name="sizePolicy"> 3538 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3539 <horstretch>0</horstretch> 3540 <verstretch>0</verstretch> 3541 </sizepolicy> 3542 </property> 3543 <property name="maximumSize"> 3544 <size> 3545 <width>18</width> 3546 <height>16777215</height> 3547 </size> 3548 </property> 3549 <property name="text"> 3550 <string/> 3551 </property> 3552 <property name="icon"> 3553 <iconset resource="design.qrc"> 3554 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3555 </property> 3556 <property name="iconSize"> 3557 <size> 3558 <width>16</width> 3559 <height>16</height> 3560 </size> 3561 </property> 3562 <property name="checkable"> 3563 <bool>false</bool> 3564 </property> 3565 <property name="flat"> 3566 <bool>true</bool> 3567 </property> 3568 </widget> 3569 </item> 3570 <item row="2" column="1"> 3571 <spacer name="verticalSpacer_68"> 3572 <property name="orientation"> 3573 <enum>Qt::Vertical</enum> 3574 </property> 3575 <property name="sizeType"> 3576 <enum>QSizePolicy::Fixed</enum> 3577 </property> 3578 <property name="sizeHint" stdset="0"> 3579 <size> 3580 <width>20</width> 3581 <height>5</height> 3582 </size> 3583 </property> 3584 </spacer> 3585 </item> 3586 <item row="0" column="0" colspan="3"> 3587 <widget class="QLabel" name="label_226"> 3588 <property name="text"> 3589 <string>Feedback values</string> 3590 </property> 3591 </widget> 3592 </item> 3593 <item row="1" column="1"> 3594 <widget class="QDoubleSpinBox" name="fBiasVoltRef"> 3595 <property name="alignment"> 3596 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3597 </property> 3598 <property name="readOnly"> 3599 <bool>true</bool> 3600 </property> 3601 <property name="buttonSymbols"> 3602 <enum>QAbstractSpinBox::NoButtons</enum> 3603 </property> 3604 <property name="suffix"> 3605 <string> V</string> 3606 </property> 3607 <property name="maximum"> 3608 <double>90.000000000000000</double> 3609 </property> 3610 </widget> 3611 </item> 3612 <item row="3" column="1"> 3613 <widget class="QDoubleSpinBox" name="fBiasVoltCur"> 3614 <property name="alignment"> 3615 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3616 </property> 3617 <property name="readOnly"> 3618 <bool>true</bool> 3619 </property> 3620 <property name="buttonSymbols"> 3621 <enum>QAbstractSpinBox::NoButtons</enum> 3622 </property> 3623 <property name="suffix"> 3624 <string> V</string> 3625 </property> 3626 <property name="maximum"> 3627 <double>90.000000000000000</double> 3628 </property> 3629 </widget> 3630 </item> 3631 </layout> 3632 </item> 3633 <item> 3634 <layout class="QVBoxLayout" name="verticalLayout_17"> 3635 <item> 3636 <widget class="QLabel" name="label_225"> 3637 <property name="text"> 3638 <string>Command Voltage</string> 3639 </property> 3640 </widget> 3641 </item> 3642 <item> 3643 <widget class="QSpinBox" name="fBiasVoltDac"> 3644 <property name="alignment"> 3645 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3646 </property> 3647 <property name="maximum"> 3648 <number>4095</number> 3649 </property> 3650 </widget> 3651 </item> 3652 <item> 3653 <widget class="QDoubleSpinBox" name="fBiasVolt"> 3654 <property name="alignment"> 3655 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3656 </property> 3657 <property name="readOnly"> 3658 <bool>true</bool> 3659 </property> 3660 <property name="buttonSymbols"> 3661 <enum>QAbstractSpinBox::NoButtons</enum> 3662 </property> 3663 <property name="suffix"> 3664 <string> V</string> 3665 </property> 3666 <property name="maximum"> 3667 <double>90.000000000000000</double> 3668 </property> 3669 </widget> 3670 </item> 3671 <item> 3672 <widget class="QPushButton" name="fBiasApply"> 3673 <property name="text"> 3674 <string>Apply</string> 3675 </property> 3676 </widget> 3677 </item> 3678 <item> 3679 <widget class="QPushButton" name="fBiasApplyGlobal"> 3680 <property name="text"> 3681 <string>Global Apply</string> 3682 </property> 3683 </widget> 3684 </item> 3685 </layout> 3686 </item> 3687 <item> 3688 <layout class="QVBoxLayout" name="verticalLayout_16"> 3689 <property name="rightMargin"> 3690 <number>0</number> 3691 </property> 3692 <item> 3693 <widget class="QPushButton" name="fBiasReset"> 3694 <property name="text"> 3695 <string>Over current reset</string> 3696 </property> 3697 </widget> 3698 </item> 3699 <item> 3700 <widget class="QPushButton" name="fBiasSetToZero"> 3701 <property name="text"> 3702 <string>Set to 0</string> 3703 </property> 3704 </widget> 3705 </item> 3706 <item> 3707 <widget class="QPushButton" name="fBiasApplyReference"> 3708 <property name="text"> 3709 <string>Set to G-APD ref</string> 3710 </property> 3711 </widget> 3712 </item> 3713 <item> 3714 <widget class="QPushButton" name="fBiasRequestStatus"> 3715 <property name="text"> 3716 <string>Request Status</string> 3717 </property> 3718 </widget> 3719 </item> 3720 </layout> 3721 </item> 3722 </layout> 3723 </widget> 3724 </item> 3725 <item row="0" column="0"> 3300 3726 <widget class="QFrame" name="frame_5"> 3301 3727 <property name="sizePolicy"> … … 3322 3748 </property> 3323 3749 <item row="0" column="0"> 3324 <widget class="QCameraWidget" name="fBiasCam" native="true"/> 3325 </item> 3326 </layout> 3327 </widget> 3328 </item> 3329 <item row="0" column="1" rowspan="2"> 3330 <widget class="QGroupBox" name="fBiasControls"> 3331 <property name="sizePolicy"> 3332 <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> 3333 <horstretch>0</horstretch> 3334 <verstretch>0</verstretch> 3335 </sizepolicy> 3336 </property> 3337 <property name="title"> 3338 <string>Controls</string> 3339 </property> 3340 <layout class="QGridLayout" name="gridLayout_83" columnstretch="0"> 3341 <property name="sizeConstraint"> 3342 <enum>QLayout::SetMinimumSize</enum> 3343 </property> 3344 <item row="1" column="0"> 3345 <layout class="QVBoxLayout" name="verticalLayout_16"> 3346 <property name="rightMargin"> 3347 <number>0</number> 3348 </property> 3349 <item> 3350 <widget class="QLabel" name="label_202"> 3351 <property name="text"> 3352 <string>Bias supply</string> 3353 </property> 3354 <property name="alignment"> 3355 <set>Qt::AlignCenter</set> 3356 </property> 3357 </widget> 3358 </item> 3359 <item> 3360 <layout class="QGridLayout" name="gridLayout_87"> 3361 <property name="topMargin"> 3362 <number>0</number> 3363 </property> 3364 <item row="1" column="0"> 3365 <widget class="QSpinBox" name="fBiasHvBoard"> 3366 <property name="alignment"> 3367 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3368 </property> 3369 <property name="maximum"> 3370 <number>9</number> 3371 </property> 3372 </widget> 3373 </item> 3374 <item row="0" column="0"> 3375 <widget class="QLabel" name="label_229"> 3376 <property name="text"> 3377 <string>Board</string> 3378 </property> 3379 </widget> 3380 </item> 3381 <item row="0" column="1"> 3382 <widget class="QLabel" name="label_230"> 3383 <property name="text"> 3384 <string>Channel</string> 3385 </property> 3386 </widget> 3387 </item> 3388 <item row="1" column="1"> 3389 <widget class="QSpinBox" name="fBiasHvChannel"> 3390 <property name="alignment"> 3391 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3392 </property> 3393 <property name="readOnly"> 3394 <bool>false</bool> 3395 </property> 3396 <property name="buttonSymbols"> 3397 <enum>QAbstractSpinBox::UpDownArrows</enum> 3398 </property> 3399 <property name="maximum"> 3400 <number>31</number> 3401 </property> 3402 </widget> 3403 </item> 3404 </layout> 3405 </item> 3406 <item> 3407 <spacer name="verticalSpacer_61"> 3408 <property name="orientation"> 3409 <enum>Qt::Vertical</enum> 3410 </property> 3411 <property name="sizeType"> 3412 <enum>QSizePolicy::Fixed</enum> 3413 </property> 3414 <property name="sizeHint" stdset="0"> 3415 <size> 3416 <width>20</width> 3417 <height>20</height> 3418 </size> 3419 </property> 3420 </spacer> 3421 </item> 3422 <item> 3423 <widget class="QLabel" name="label_206"> 3424 <property name="text"> 3425 <string>Camera</string> 3426 </property> 3427 <property name="alignment"> 3428 <set>Qt::AlignCenter</set> 3429 </property> 3430 </widget> 3431 </item> 3432 <item> 3433 <layout class="QGridLayout" name="gridLayout_84"> 3434 <property name="topMargin"> 3435 <number>0</number> 3436 </property> 3437 <item row="1" column="0"> 3438 <widget class="QSpinBox" name="fBiasCamCrate"> 3439 <property name="alignment"> 3440 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3441 </property> 3442 <property name="maximum"> 3443 <number>3</number> 3444 </property> 3445 </widget> 3446 </item> 3447 <item row="1" column="1"> 3448 <widget class="QSpinBox" name="fBiasCamBoard"> 3449 <property name="alignment"> 3450 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3451 </property> 3452 <property name="maximum"> 3453 <number>9</number> 3454 </property> 3455 </widget> 3456 </item> 3457 <item row="0" column="0"> 3458 <widget class="QLabel" name="label_223"> 3459 <property name="text"> 3460 <string>Crate</string> 3461 </property> 3462 </widget> 3463 </item> 3464 <item row="0" column="1"> 3465 <widget class="QLabel" name="label_224"> 3466 <property name="text"> 3467 <string>Board</string> 3468 </property> 3469 </widget> 3470 </item> 3471 <item row="2" column="0"> 3472 <widget class="QLabel" name="label_222"> 3473 <property name="text"> 3474 <string>Patch</string> 3475 </property> 3476 </widget> 3477 </item> 3478 <item row="3" column="0"> 3479 <widget class="QSpinBox" name="fBiasCamPatch"> 3480 <property name="alignment"> 3481 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3482 </property> 3483 <property name="maximum"> 3484 <number>3</number> 3485 </property> 3486 </widget> 3487 </item> 3488 <item row="2" column="1"> 3489 <widget class="QLabel" name="label_231"> 3490 <property name="text"> 3491 <string>Pixel</string> 3492 </property> 3493 </widget> 3494 </item> 3495 <item row="3" column="1"> 3496 <widget class="QSpinBox" name="fBiasCamPixel"> 3497 <property name="alignment"> 3498 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3499 </property> 3500 <property name="readOnly"> 3501 <bool>false</bool> 3502 </property> 3503 <property name="buttonSymbols"> 3504 <enum>QAbstractSpinBox::UpDownArrows</enum> 3505 </property> 3506 <property name="maximum"> 3507 <number>8</number> 3508 </property> 3509 <property name="singleStep"> 3510 <number>1</number> 3511 </property> 3512 </widget> 3513 </item> 3514 </layout> 3515 </item> 3516 <item> 3517 <spacer name="verticalSpacer_63"> 3518 <property name="orientation"> 3519 <enum>Qt::Vertical</enum> 3520 </property> 3521 <property name="sizeType"> 3522 <enum>QSizePolicy::Fixed</enum> 3523 </property> 3524 <property name="sizeHint" stdset="0"> 3525 <size> 3526 <width>20</width> 3527 <height>40</height> 3528 </size> 3529 </property> 3530 </spacer> 3531 </item> 3532 <item> 3533 <widget class="QLabel" name="label_225"> 3534 <property name="text"> 3535 <string>Command Voltage</string> 3536 </property> 3537 </widget> 3538 </item> 3539 <item> 3540 <widget class="QSpinBox" name="fBiasVoltDac"> 3541 <property name="alignment"> 3542 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3543 </property> 3544 <property name="maximum"> 3545 <number>4095</number> 3546 </property> 3547 </widget> 3548 </item> 3549 <item> 3550 <widget class="QDoubleSpinBox" name="fBiasVolt"> 3551 <property name="sizePolicy"> 3552 <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 3553 <horstretch>0</horstretch> 3554 <verstretch>0</verstretch> 3555 </sizepolicy> 3556 </property> 3557 <property name="minimumSize"> 3558 <size> 3559 <width>100</width> 3560 <height>0</height> 3561 </size> 3562 </property> 3563 <property name="alignment"> 3564 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3565 </property> 3566 <property name="readOnly"> 3567 <bool>true</bool> 3568 </property> 3569 <property name="buttonSymbols"> 3570 <enum>QAbstractSpinBox::NoButtons</enum> 3571 </property> 3572 <property name="suffix"> 3573 <string> V</string> 3574 </property> 3575 <property name="decimals"> 3576 <number>2</number> 3577 </property> 3578 <property name="maximum"> 3579 <double>90.000000000000000</double> 3580 </property> 3581 <property name="value"> 3582 <double>0.000000000000000</double> 3583 </property> 3584 </widget> 3585 </item> 3586 <item> 3587 <widget class="QCheckBox" name="fBiasApplyGlobal"> 3588 <property name="text"> 3589 <string>Apply globally</string> 3590 </property> 3591 </widget> 3592 </item> 3593 <item> 3594 <spacer name="verticalSpacer_64"> 3595 <property name="orientation"> 3596 <enum>Qt::Vertical</enum> 3597 </property> 3598 <property name="sizeType"> 3599 <enum>QSizePolicy::Fixed</enum> 3600 </property> 3601 <property name="sizeHint" stdset="0"> 3602 <size> 3603 <width>20</width> 3604 <height>5</height> 3605 </size> 3606 </property> 3607 </spacer> 3608 </item> 3609 <item> 3610 <widget class="QLabel" name="label_226"> 3611 <property name="text"> 3612 <string>Current</string> 3613 </property> 3614 </widget> 3615 </item> 3616 <item> 3617 <layout class="QHBoxLayout" name="horizontalLayout_43"> 3618 <property name="topMargin"> 3619 <number>0</number> 3620 </property> 3621 <item> 3622 <widget class="QPushButton" name="fBiasOverCurrentLed"> 3623 <property name="enabled"> 3624 <bool>true</bool> 3625 </property> 3626 <property name="sizePolicy"> 3627 <sizepolicy hsizetype="Fixed" vsizetype="Minimum"> 3628 <horstretch>0</horstretch> 3629 <verstretch>0</verstretch> 3630 </sizepolicy> 3631 </property> 3632 <property name="maximumSize"> 3633 <size> 3634 <width>18</width> 3635 <height>16777215</height> 3636 </size> 3637 </property> 3638 <property name="text"> 3639 <string/> 3640 </property> 3641 <property name="icon"> 3642 <iconset resource="design.qrc"> 3643 <normaloff>:/Resources/icons/gray circle 1.png</normaloff>:/Resources/icons/gray circle 1.png</iconset> 3644 </property> 3645 <property name="iconSize"> 3646 <size> 3647 <width>16</width> 3648 <height>16</height> 3649 </size> 3650 </property> 3651 <property name="checkable"> 3652 <bool>false</bool> 3653 </property> 3654 <property name="flat"> 3655 <bool>true</bool> 3656 </property> 3657 </widget> 3658 </item> 3659 <item> 3660 <widget class="QDoubleSpinBox" name="fBiasCurrent"> 3661 <property name="alignment"> 3662 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3663 </property> 3664 <property name="readOnly"> 3665 <bool>true</bool> 3666 </property> 3667 <property name="buttonSymbols"> 3668 <enum>QAbstractSpinBox::NoButtons</enum> 3669 </property> 3670 <property name="suffix"> 3671 <string> µA</string> 3672 </property> 3673 <property name="maximum"> 3674 <double>5000.000000000000000</double> 3675 </property> 3676 </widget> 3677 </item> 3678 </layout> 3679 </item> 3680 <item> 3681 <spacer name="verticalSpacer_67"> 3682 <property name="orientation"> 3683 <enum>Qt::Vertical</enum> 3684 </property> 3685 <property name="sizeHint" stdset="0"> 3686 <size> 3687 <width>20</width> 3688 <height>40</height> 3689 </size> 3690 </property> 3691 </spacer> 3692 </item> 3693 <item> 3694 <widget class="QPushButton" name="fBiasReset"> 3695 <property name="text"> 3696 <string>Reset</string> 3697 </property> 3698 </widget> 3699 </item> 3700 <item> 3701 <widget class="QPushButton" name="fBiasSetToZero"> 3702 <property name="text"> 3703 <string>Set to 0</string> 3704 </property> 3705 </widget> 3706 </item> 3707 <item> 3708 <widget class="QPushButton" name="fBiasApplyReference"> 3709 <property name="text"> 3710 <string>Set Reference</string> 3711 </property> 3712 </widget> 3713 </item> 3714 <item> 3715 <widget class="QPushButton" name="fBiasRequestStatus"> 3716 <property name="text"> 3717 <string>Request Status</string> 3718 </property> 3719 </widget> 3720 </item> 3721 <item> 3722 <spacer name="verticalSpacer_65"> 3723 <property name="orientation"> 3724 <enum>Qt::Vertical</enum> 3725 </property> 3726 <property name="sizeHint" stdset="0"> 3727 <size> 3728 <width>20</width> 3729 <height>40</height> 3730 </size> 3731 </property> 3732 </spacer> 3733 </item> 3734 </layout> 3735 </item> 3736 <item row="0" column="0"> 3737 <widget class="Line" name="line_39"> 3738 <property name="orientation"> 3739 <enum>Qt::Horizontal</enum> 3750 <widget class="QCameraWidget" name="fBiasCamA" native="true"> 3751 <property name="sizePolicy"> 3752 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 3753 <horstretch>0</horstretch> 3754 <verstretch>0</verstretch> 3755 </sizepolicy> 3740 3756 </property> 3741 3757 </widget> 3742 3758 </item> 3743 <item row="2" column="0"> 3744 <layout class="QGridLayout" name="gridLayout_85" rowstretch="0,0" columnstretch="0,0"> 3745 <property name="sizeConstraint"> 3746 <enum>QLayout::SetDefaultConstraint</enum> 3747 </property> 3759 <item row="1" column="0"> 3760 <layout class="QHBoxLayout" name="horizontalLayout_43"> 3748 3761 <property name="topMargin"> 3749 3762 <number>0</number> 3750 3763 </property> 3751 <item row="0" column="0">3764 <item> 3752 3765 <widget class="QLabel" name="label_227"> 3753 3766 <property name="sizePolicy"> … … 3762 3775 </widget> 3763 3776 </item> 3764 <item row="0" column="1">3765 <widget class="QSpinBox" name="fBias Min">3777 <item> 3778 <widget class="QSpinBox" name="fBiasCurrentMin"> 3766 3779 <property name="sizePolicy"> 3767 <sizepolicy hsizetype=" Expanding" vsizetype="Fixed">3780 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 3768 3781 <horstretch>0</horstretch> 3769 3782 <verstretch>0</verstretch> … … 3790 3803 </widget> 3791 3804 </item> 3792 <item row="1" column="0"> 3805 <item> 3806 <spacer name="horizontalSpacer_55"> 3807 <property name="orientation"> 3808 <enum>Qt::Horizontal</enum> 3809 </property> 3810 <property name="sizeHint" stdset="0"> 3811 <size> 3812 <width>40</width> 3813 <height>20</height> 3814 </size> 3815 </property> 3816 </spacer> 3817 </item> 3818 <item> 3793 3819 <widget class="QLabel" name="label_228"> 3794 3820 <property name="sizePolicy"> … … 3803 3829 </widget> 3804 3830 </item> 3805 <item row="1" column="1">3806 <widget class="QSpinBox" name="fBias Max">3831 <item> 3832 <widget class="QSpinBox" name="fBiasCurrentMax"> 3807 3833 <property name="sizePolicy"> 3808 <sizepolicy hsizetype=" Minimum" vsizetype="Fixed">3834 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 3809 3835 <horstretch>0</horstretch> 3810 3836 <verstretch>0</verstretch> … … 3828 3854 <property name="value"> 3829 3855 <number>5000</number> 3856 </property> 3857 </widget> 3858 </item> 3859 </layout> 3860 </item> 3861 </layout> 3862 </widget> 3863 </item> 3864 <item row="0" column="1"> 3865 <widget class="QFrame" name="frame_6"> 3866 <property name="sizePolicy"> 3867 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 3868 <horstretch>0</horstretch> 3869 <verstretch>0</verstretch> 3870 </sizepolicy> 3871 </property> 3872 <property name="minimumSize"> 3873 <size> 3874 <width>500</width> 3875 <height>500</height> 3876 </size> 3877 </property> 3878 <property name="frameShape"> 3879 <enum>QFrame::StyledPanel</enum> 3880 </property> 3881 <property name="frameShadow"> 3882 <enum>QFrame::Sunken</enum> 3883 </property> 3884 <layout class="QGridLayout" name="gridLayout_83"> 3885 <property name="margin"> 3886 <number>3</number> 3887 </property> 3888 <item row="0" column="0"> 3889 <widget class="QCameraWidget" name="fBiasCamV" native="true"> 3890 <property name="sizePolicy"> 3891 <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> 3892 <horstretch>0</horstretch> 3893 <verstretch>0</verstretch> 3894 </sizepolicy> 3895 </property> 3896 </widget> 3897 </item> 3898 <item row="1" column="0"> 3899 <layout class="QHBoxLayout" name="horizontalLayout_44"> 3900 <property name="bottomMargin"> 3901 <number>0</number> 3902 </property> 3903 <item> 3904 <widget class="QLabel" name="label_235"> 3905 <property name="text"> 3906 <string>Min</string> 3907 </property> 3908 </widget> 3909 </item> 3910 <item> 3911 <widget class="QSpinBox" name="fBiasVoltMin"> 3912 <property name="sizePolicy"> 3913 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 3914 <horstretch>0</horstretch> 3915 <verstretch>0</verstretch> 3916 </sizepolicy> 3917 </property> 3918 <property name="alignment"> 3919 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3920 </property> 3921 <property name="specialValueText"> 3922 <string>auto</string> 3923 </property> 3924 <property name="suffix"> 3925 <string> V</string> 3926 </property> 3927 <property name="minimum"> 3928 <number>-1</number> 3929 </property> 3930 <property name="maximum"> 3931 <number>5000</number> 3932 </property> 3933 <property name="value"> 3934 <number>0</number> 3935 </property> 3936 </widget> 3937 </item> 3938 <item> 3939 <spacer name="horizontalSpacer_56"> 3940 <property name="orientation"> 3941 <enum>Qt::Horizontal</enum> 3942 </property> 3943 <property name="sizeHint" stdset="0"> 3944 <size> 3945 <width>40</width> 3946 <height>20</height> 3947 </size> 3948 </property> 3949 </spacer> 3950 </item> 3951 <item> 3952 <widget class="QCheckBox" name="fBiasDispRefVolt"> 3953 <property name="text"> 3954 <string>Display Reference Voltage</string> 3955 </property> 3956 </widget> 3957 </item> 3958 <item> 3959 <spacer name="horizontalSpacer_52"> 3960 <property name="orientation"> 3961 <enum>Qt::Horizontal</enum> 3962 </property> 3963 <property name="sizeHint" stdset="0"> 3964 <size> 3965 <width>40</width> 3966 <height>20</height> 3967 </size> 3968 </property> 3969 </spacer> 3970 </item> 3971 <item> 3972 <widget class="QLabel" name="label_236"> 3973 <property name="text"> 3974 <string>Max</string> 3975 </property> 3976 </widget> 3977 </item> 3978 <item> 3979 <widget class="QSpinBox" name="fBiasVoltMax"> 3980 <property name="sizePolicy"> 3981 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 3982 <horstretch>0</horstretch> 3983 <verstretch>0</verstretch> 3984 </sizepolicy> 3985 </property> 3986 <property name="alignment"> 3987 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 3988 </property> 3989 <property name="specialValueText"> 3990 <string>auto</string> 3991 </property> 3992 <property name="suffix"> 3993 <string> V</string> 3994 </property> 3995 <property name="minimum"> 3996 <number>-1</number> 3997 </property> 3998 <property name="maximum"> 3999 <number>90</number> 4000 </property> 4001 <property name="value"> 4002 <number>90</number> 3830 4003 </property> 3831 4004 </widget> … … 13772 13945 <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 13773 13946 p, li { white-space: pre-wrap; } 13774 </style></head><body style=" font-family:' Ubuntu'; font-size:9pt; font-weight:400; font-style:normal;">13775 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; "></p></body></html></string>13947 </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> 13948 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu';"></p></body></html></string> 13776 13949 </property> 13777 13950 <property name="textInteractionFlags"> … … 13825 13998 <x>0</x> 13826 13999 <y>0</y> 13827 <width>1 252</width>14000 <width>1346</width> 13828 14001 <height>21</height> 13829 14002 </rect> … … 14066 14239 <property name="minimumSize"> 14067 14240 <size> 14068 <width>2 41</width>14241 <width>251</width> 14069 14242 <height>745</height> 14070 14243 </size>
Note:
See TracChangeset
for help on using the changeset viewer.