ui/DetailCO2meter.ui

changeset 444
4f626d0bb4d4
parent 443
3c195eb4e7a1
child 491
76f3a96e82b5
equal deleted inserted replaced
443:3c195eb4e7a1 444:4f626d0bb4d4
20 <property name="geometry"> 20 <property name="geometry">
21 <rect> 21 <rect>
22 <x>740</x> 22 <x>740</x>
23 <y>0</y> 23 <y>0</y>
24 <width>261</width> 24 <width>261</width>
25 <height>121</height> 25 <height>231</height>
26 </rect> 26 </rect>
27 </property> 27 </property>
28 <widget class="QLabel" name="powerLabel"> 28 <widget class="QLabel" name="powerLabel">
29 <property name="geometry"> 29 <property name="geometry">
30 <rect> 30 <rect>
407 <property name="geometry"> 407 <property name="geometry">
408 <rect> 408 <rect>
409 <x>740</x> 409 <x>740</x>
410 <y>240</y> 410 <y>240</y>
411 <width>261</width> 411 <width>261</width>
412 <height>161</height> 412 <height>181</height>
413 </rect> 413 </rect>
414 </property> 414 </property>
415 <widget class="QDoubleSpinBox" name="minBar"> 415 <widget class="QDoubleSpinBox" name="minBar">
416 <property name="geometry"> 416 <property name="geometry">
417 <rect> 417 <rect>
418 <x>100</x> 418 <x>180</x>
419 <y>90</y> 419 <y>80</y>
420 <width>71</width> 420 <width>71</width>
421 <height>24</height> 421 <height>24</height>
422 </rect> 422 </rect>
423 </property> 423 </property>
424 <property name="toolTip">
425 <string>The minimum calculated pressure in Bar for this beerstyle</string>
426 </property>
424 <property name="alignment"> 427 <property name="alignment">
425 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 428 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
426 </property> 429 </property>
427 <property name="readOnly"> 430 <property name="readOnly">
428 <bool>true</bool> 431 <bool>true</bool>
442 <property name="singleStep"> 445 <property name="singleStep">
443 <double>1.000000000000000</double> 446 <double>1.000000000000000</double>
444 </property> 447 </property>
445 </widget> 448 </widget>
446 <widget class="QLabel" name="st_barLabel"> 449 <widget class="QLabel" name="st_barLabel">
447 <property name="geometry">
448 <rect>
449 <x>10</x>
450 <y>90</y>
451 <width>81</width>
452 <height>20</height>
453 </rect>
454 </property>
455 <property name="text">
456 <string>Bar:</string>
457 </property>
458 <property name="alignment">
459 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
460 </property>
461 </widget>
462 <widget class="QDoubleSpinBox" name="maxVol">
463 <property name="geometry"> 450 <property name="geometry">
464 <rect> 451 <rect>
465 <x>180</x> 452 <x>180</x>
466 <y>60</y> 453 <y>60</y>
467 <width>71</width> 454 <width>71</width>
455 <height>20</height>
456 </rect>
457 </property>
458 <property name="text">
459 <string>Bar</string>
460 </property>
461 <property name="alignment">
462 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
463 </property>
464 </widget>
465 <widget class="QDoubleSpinBox" name="maxVol">
466 <property name="geometry">
467 <rect>
468 <x>100</x>
469 <y>110</y>
470 <width>71</width>
468 <height>24</height> 471 <height>24</height>
469 </rect> 472 </rect>
473 </property>
474 <property name="toolTip">
475 <string>The maximum volumes CO2 for this beerstyle</string>
470 </property> 476 </property>
471 <property name="alignment"> 477 <property name="alignment">
472 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 478 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
473 </property> 479 </property>
474 <property name="readOnly"> 480 <property name="readOnly">
489 <property name="singleStep"> 495 <property name="singleStep">
490 <double>1.000000000000000</double> 496 <double>1.000000000000000</double>
491 </property> 497 </property>
492 </widget> 498 </widget>
493 <widget class="QLabel" name="volLabel"> 499 <widget class="QLabel" name="volLabel">
494 <property name="geometry">
495 <rect>
496 <x>10</x>
497 <y>60</y>
498 <width>81</width>
499 <height>20</height>
500 </rect>
501 </property>
502 <property name="text">
503 <string>Vol CO2:</string>
504 </property>
505 <property name="alignment">
506 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
507 </property>
508 </widget>
509 <widget class="QLabel" name="maxLabel">
510 <property name="geometry">
511 <rect>
512 <x>180</x>
513 <y>120</y>
514 <width>71</width>
515 <height>20</height>
516 </rect>
517 </property>
518 <property name="text">
519 <string>Maximum</string>
520 </property>
521 <property name="alignment">
522 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
523 </property>
524 </widget>
525 <widget class="QDoubleSpinBox" name="minVol">
526 <property name="geometry"> 500 <property name="geometry">
527 <rect> 501 <rect>
528 <x>100</x> 502 <x>100</x>
529 <y>60</y> 503 <y>60</y>
530 <width>71</width> 504 <width>71</width>
505 <height>20</height>
506 </rect>
507 </property>
508 <property name="text">
509 <string>Vol CO2</string>
510 </property>
511 <property name="alignment">
512 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
513 </property>
514 </widget>
515 <widget class="QLabel" name="maxLabel">
516 <property name="geometry">
517 <rect>
518 <x>10</x>
519 <y>110</y>
520 <width>81</width>
521 <height>20</height>
522 </rect>
523 </property>
524 <property name="text">
525 <string>Maximum:</string>
526 </property>
527 <property name="alignment">
528 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
529 </property>
530 </widget>
531 <widget class="QDoubleSpinBox" name="minVol">
532 <property name="geometry">
533 <rect>
534 <x>100</x>
535 <y>80</y>
536 <width>71</width>
531 <height>24</height> 537 <height>24</height>
532 </rect> 538 </rect>
539 </property>
540 <property name="toolTip">
541 <string>The minimum volumes CO2 for this beerstyle</string>
533 </property> 542 </property>
534 <property name="alignment"> 543 <property name="alignment">
535 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 544 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
536 </property> 545 </property>
537 <property name="readOnly"> 546 <property name="readOnly">
555 </widget> 564 </widget>
556 <widget class="QDoubleSpinBox" name="maxBar"> 565 <widget class="QDoubleSpinBox" name="maxBar">
557 <property name="geometry"> 566 <property name="geometry">
558 <rect> 567 <rect>
559 <x>180</x> 568 <x>180</x>
560 <y>90</y> 569 <y>110</y>
561 <width>71</width> 570 <width>71</width>
562 <height>24</height> 571 <height>24</height>
563 </rect> 572 </rect>
564 </property> 573 </property>
574 <property name="toolTip">
575 <string>The maximum calculated pressure in Bar for this beerstyle</string>
576 </property>
565 <property name="alignment"> 577 <property name="alignment">
566 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 578 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
567 </property> 579 </property>
568 <property name="readOnly"> 580 <property name="readOnly">
569 <bool>true</bool> 581 <bool>true</bool>
585 </property> 597 </property>
586 </widget> 598 </widget>
587 <widget class="QLabel" name="minLabel"> 599 <widget class="QLabel" name="minLabel">
588 <property name="geometry"> 600 <property name="geometry">
589 <rect> 601 <rect>
590 <x>100</x> 602 <x>10</x>
591 <y>120</y> 603 <y>80</y>
592 <width>71</width> 604 <width>81</width>
593 <height>20</height> 605 <height>20</height>
594 </rect> 606 </rect>
595 </property> 607 </property>
596 <property name="text"> 608 <property name="text">
597 <string>Minimum</string> 609 <string>Minimum:</string>
598 </property> 610 </property>
599 <property name="alignment"> 611 <property name="alignment">
600 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 612 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
601 </property> 613 </property>
602 </widget> 614 </widget>
619 <property name="text"> 631 <property name="text">
620 <string>Style limits</string> 632 <string>Style limits</string>
621 </property> 633 </property>
622 <property name="alignment"> 634 <property name="alignment">
623 <set>Qt::AlignCenter</set> 635 <set>Qt::AlignCenter</set>
636 </property>
637 </widget>
638 <widget class="QDoubleSpinBox" name="thisBar">
639 <property name="geometry">
640 <rect>
641 <x>180</x>
642 <y>140</y>
643 <width>71</width>
644 <height>24</height>
645 </rect>
646 </property>
647 <property name="toolTip">
648 <string>The expected calculated pressure in Bar for this beer</string>
649 </property>
650 <property name="alignment">
651 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
652 </property>
653 <property name="readOnly">
654 <bool>true</bool>
655 </property>
656 <property name="buttonSymbols">
657 <enum>QAbstractSpinBox::NoButtons</enum>
658 </property>
659 <property name="accelerated">
660 <bool>false</bool>
661 </property>
662 <property name="decimals">
663 <number>2</number>
664 </property>
665 <property name="maximum">
666 <double>45.000000000000000</double>
667 </property>
668 <property name="singleStep">
669 <double>1.000000000000000</double>
670 </property>
671 </widget>
672 <widget class="QLabel" name="thisLabel">
673 <property name="geometry">
674 <rect>
675 <x>10</x>
676 <y>140</y>
677 <width>81</width>
678 <height>20</height>
679 </rect>
680 </property>
681 <property name="text">
682 <string>This beer:</string>
683 </property>
684 <property name="alignment">
685 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
686 </property>
687 </widget>
688 <widget class="QDoubleSpinBox" name="thisVol">
689 <property name="geometry">
690 <rect>
691 <x>100</x>
692 <y>140</y>
693 <width>71</width>
694 <height>24</height>
695 </rect>
696 </property>
697 <property name="toolTip">
698 <string>The desired volumes CO2 for this beer</string>
699 </property>
700 <property name="alignment">
701 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
702 </property>
703 <property name="readOnly">
704 <bool>true</bool>
705 </property>
706 <property name="buttonSymbols">
707 <enum>QAbstractSpinBox::NoButtons</enum>
708 </property>
709 <property name="accelerated">
710 <bool>false</bool>
711 </property>
712 <property name="decimals">
713 <number>2</number>
714 </property>
715 <property name="maximum">
716 <double>45.000000000000000</double>
717 </property>
718 <property name="singleStep">
719 <double>1.000000000000000</double>
624 </property> 720 </property>
625 </widget> 721 </widget>
626 </widget> 722 </widget>
627 <widget class="QGroupBox" name="buttonBox"> 723 <widget class="QGroupBox" name="buttonBox">
628 <property name="geometry"> 724 <property name="geometry">

mercurial