| 535 | | <layout class="QHBoxLayout" > |
| 536 | | <property name="margin" > |
| 537 | | <number>0</number> |
| 538 | | </property> |
| 539 | | <property name="spacing" > |
| 540 | | <number>6</number> |
| 541 | | </property> |
| 542 | | <item> |
| 543 | | <widget class="QSpinBox" name="spnbxMaxCount" > |
| 544 | | <property name="minimumSize" > |
| 545 | | <size> |
| 546 | | <width>100</width> |
| 547 | | <height>0</height> |
| 548 | | </size> |
| 549 | | </property> |
| 550 | | <property name="contextMenuPolicy" > |
| 551 | | <enum>Qt::NoContextMenu</enum> |
| 552 | | </property> |
| 553 | | <property name="toolTip" > |
| 554 | | <string>Number of messages to keep in log</string> |
| 555 | | </property> |
| 556 | | <property name="maximum" > |
| 557 | | <number>99999</number> |
| 558 | | </property> |
| 559 | | <property name="minimum" > |
| 560 | | <number>1</number> |
| 561 | | </property> |
| 562 | | </widget> |
| 563 | | </item> |
| 564 | | <item> |
| 565 | | <spacer> |
| 566 | | <property name="orientation" > |
| 567 | | <enum>Qt::Horizontal</enum> |
| 568 | | </property> |
| 569 | | <property name="sizeHint" > |
| 570 | | <size> |
| 571 | | <width>62</width> |
| 572 | | <height>23</height> |
| 573 | | </size> |
| 574 | | </property> |
| 575 | | </spacer> |
| 576 | | </item> |
| 577 | | </layout> |
| 578 | | </item> |
| 579 | | </layout> |
| 580 | | </widget> |
| 581 | | </item> |
| 582 | | <item> |
| 583 | | <widget class="QGroupBox" name="grpOpacity" > |
| 584 | | <property name="contextMenuPolicy" > |
| 585 | | <enum>Qt::NoContextMenu</enum> |
| 586 | | </property> |
| 587 | | <property name="title" > |
| 588 | | <string>Window Opacity</string> |
| 589 | | </property> |
| 590 | | <layout class="QVBoxLayout" > |
| 591 | | <property name="margin" > |
| 592 | | <number>9</number> |
| 593 | | </property> |
| 594 | | <property name="spacing" > |
| 595 | | <number>6</number> |
| 596 | | </property> |
| 597 | | <item> |
| 598 | | <layout class="QHBoxLayout" > |
| 599 | | <property name="margin" > |
| 600 | | <number>0</number> |
| 601 | | </property> |
| 602 | | <property name="spacing" > |
| 603 | | <number>1</number> |
| 604 | | </property> |
| 605 | | <item> |
| 606 | | <widget class="QLabel" name="lblPercentOpacity" > |
| 607 | | <property name="minimumSize" > |
| 608 | | <size> |
| 609 | | <width>25</width> |
| 610 | | <height>0</height> |
| 611 | | </size> |
| 612 | | </property> |
| 613 | | <property name="contextMenuPolicy" > |
| 614 | | <enum>Qt::NoContextMenu</enum> |
| 615 | | </property> |
| 616 | | <property name="layoutDirection" > |
| 617 | | <enum>Qt::RightToLeft</enum> |
| 618 | | </property> |
| 619 | | <property name="text" > |
| 620 | | <string>100</string> |
| 621 | | </property> |
| 622 | | </widget> |
| 623 | | </item> |
| 624 | | <item> |
| 625 | | <widget class="QLabel" name="label" > |
| 626 | | <property name="contextMenuPolicy" > |
| 627 | | <enum>Qt::NoContextMenu</enum> |
| 628 | | </property> |
| 629 | | <property name="text" > |
| 630 | | <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">% Opaque</p></body></html></string> |
| 631 | | </property> |
| 632 | | </widget> |
| 633 | | </item> |
| 634 | | <item> |
| 635 | | <spacer> |
| 636 | | <property name="orientation" > |
| 637 | | <enum>Qt::Horizontal</enum> |
| 638 | | </property> |
| 639 | | <property name="sizeHint" > |
| 640 | | <size> |
| 641 | | <width>40</width> |
| 642 | | <height>20</height> |
| 643 | | </size> |
| 644 | | </property> |
| 645 | | </spacer> |
| 646 | | </item> |
| 647 | | </layout> |
| 648 | | </item> |
| 649 | | <item> |
| 650 | | <widget class="QSlider" name="sldrOpacity" > |
| | 523 | <widget class="QSpinBox" name="spnbxMaxCount" > |
| | 524 | <property name="minimumSize" > |
| | 525 | <size> |
| | 526 | <width>100</width> |
| | 527 | <height>0</height> |
| | 528 | </size> |
| | 529 | </property> |
| 658 | | <number>30</number> |
| 659 | | </property> |
| 660 | | <property name="maximum" > |
| 661 | | <number>100</number> |
| 662 | | </property> |
| 663 | | <property name="value" > |
| 664 | | <number>100</number> |
| 665 | | </property> |
| 666 | | <property name="sliderPosition" > |
| 667 | | <number>100</number> |
| 668 | | </property> |
| 669 | | <property name="tracking" > |
| 670 | | <bool>false</bool> |
| 671 | | </property> |
| 672 | | <property name="orientation" > |
| 673 | | <enum>Qt::Horizontal</enum> |
| 674 | | </property> |
| 675 | | <property name="invertedAppearance" > |
| 676 | | <bool>false</bool> |
| 677 | | </property> |
| 678 | | <property name="tickPosition" > |
| 679 | | <enum>QSlider::TicksBelow</enum> |
| 680 | | </property> |
| 681 | | <property name="tickInterval" > |
| 682 | | <number>10</number> |
| | 540 | <number>1</number> |
| | 561 | </item> |
| | 562 | <item> |
| | 563 | <widget class="QGroupBox" name="grpOpacity" > |
| | 564 | <property name="contextMenuPolicy" > |
| | 565 | <enum>Qt::NoContextMenu</enum> |
| | 566 | </property> |
| | 567 | <property name="title" > |
| | 568 | <string>Window Opacity</string> |
| | 569 | </property> |
| | 570 | <layout class="QVBoxLayout" > |
| | 571 | <property name="margin" > |
| | 572 | <number>6</number> |
| | 573 | </property> |
| | 574 | <property name="spacing" > |
| | 575 | <number>6</number> |
| | 576 | </property> |
| | 577 | <item> |
| | 578 | <layout class="QHBoxLayout" > |
| | 579 | <property name="margin" > |
| | 580 | <number>0</number> |
| | 581 | </property> |
| | 582 | <property name="spacing" > |
| | 583 | <number>1</number> |
| | 584 | </property> |
| | 585 | <item> |
| | 586 | <widget class="QLabel" name="lblPercentOpacity" > |
| | 587 | <property name="minimumSize" > |
| | 588 | <size> |
| | 589 | <width>25</width> |
| | 590 | <height>0</height> |
| | 591 | </size> |
| | 592 | </property> |
| | 593 | <property name="contextMenuPolicy" > |
| | 594 | <enum>Qt::NoContextMenu</enum> |
| | 595 | </property> |
| | 596 | <property name="layoutDirection" > |
| | 597 | <enum>Qt::RightToLeft</enum> |
| | 598 | </property> |
| | 599 | <property name="text" > |
| | 600 | <string>100</string> |
| | 601 | </property> |
| | 602 | </widget> |
| | 603 | </item> |
| | 604 | <item> |
| | 605 | <widget class="QLabel" name="label" > |
| | 606 | <property name="contextMenuPolicy" > |
| | 607 | <enum>Qt::NoContextMenu</enum> |
| | 608 | </property> |
| | 609 | <property name="text" > |
| | 610 | <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">% Opaque</p></body></html></string> |
| | 611 | </property> |
| | 612 | </widget> |
| | 613 | </item> |
| | 614 | <item> |
| | 615 | <spacer> |
| | 616 | <property name="orientation" > |
| | 617 | <enum>Qt::Horizontal</enum> |
| | 618 | </property> |
| | 619 | <property name="sizeHint" > |
| | 620 | <size> |
| | 621 | <width>40</width> |
| | 622 | <height>20</height> |
| | 623 | </size> |
| | 624 | </property> |
| | 625 | </spacer> |
| | 626 | </item> |
| | 627 | </layout> |
| | 628 | </item> |
| | 629 | <item> |
| | 630 | <widget class="QSlider" name="sldrOpacity" > |
| | 631 | <property name="contextMenuPolicy" > |
| | 632 | <enum>Qt::NoContextMenu</enum> |
| | 633 | </property> |
| | 634 | <property name="toolTip" > |
| | 635 | <string>Changes the transparency of the Message Log</string> |
| | 636 | </property> |
| | 637 | <property name="minimum" > |
| | 638 | <number>30</number> |
| | 639 | </property> |
| | 640 | <property name="maximum" > |
| | 641 | <number>100</number> |
| | 642 | </property> |
| | 643 | <property name="value" > |
| | 644 | <number>100</number> |
| | 645 | </property> |
| | 646 | <property name="sliderPosition" > |
| | 647 | <number>100</number> |
| | 648 | </property> |
| | 649 | <property name="tracking" > |
| | 650 | <bool>false</bool> |
| | 651 | </property> |
| | 652 | <property name="orientation" > |
| | 653 | <enum>Qt::Horizontal</enum> |
| | 654 | </property> |
| | 655 | <property name="invertedAppearance" > |
| | 656 | <bool>false</bool> |
| | 657 | </property> |
| | 658 | <property name="tickPosition" > |
| | 659 | <enum>QSlider::TicksBelow</enum> |
| | 660 | </property> |
| | 661 | <property name="tickInterval" > |
| | 662 | <number>10</number> |
| | 663 | </property> |
| | 664 | </widget> |
| | 665 | </item> |
| | 666 | </layout> |
| | 667 | </widget> |
| | 668 | </item> |
| | 669 | <item> |
| | 670 | <spacer> |
| | 671 | <property name="orientation" > |
| | 672 | <enum>Qt::Horizontal</enum> |
| | 673 | </property> |
| | 674 | <property name="sizeHint" > |
| | 675 | <size> |
| | 676 | <width>16</width> |
| | 677 | <height>20</height> |
| | 678 | </size> |
| | 679 | </property> |
| | 680 | </spacer> |