|
612 | 612 | <attribute name="title">
|
613 | 613 | <string>&Network Traffic</string>
|
614 | 614 | </attribute>
|
615 |
| - <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 615 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
616 | 616 | <item>
|
617 |
| - <layout class="QVBoxLayout" name="verticalLayout_4"> |
618 |
| - <item> |
619 |
| - <widget class="TrafficGraphWidget" name="trafficGraph" native="true"> |
620 |
| - <property name="sizePolicy"> |
621 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
622 |
| - <horstretch>0</horstretch> |
623 |
| - <verstretch>0</verstretch> |
624 |
| - </sizepolicy> |
625 |
| - </property> |
626 |
| - </widget> |
627 |
| - </item> |
628 |
| - <item> |
629 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
630 |
| - <item> |
631 |
| - <widget class="QSlider" name="sldGraphRange"> |
632 |
| - <property name="minimum"> |
633 |
| - <number>1</number> |
634 |
| - </property> |
635 |
| - <property name="maximum"> |
636 |
| - <number>288</number> |
637 |
| - </property> |
638 |
| - <property name="pageStep"> |
639 |
| - <number>12</number> |
640 |
| - </property> |
641 |
| - <property name="value"> |
642 |
| - <number>6</number> |
643 |
| - </property> |
644 |
| - <property name="orientation"> |
645 |
| - <enum>Qt::Horizontal</enum> |
646 |
| - </property> |
647 |
| - </widget> |
648 |
| - </item> |
649 |
| - <item> |
650 |
| - <widget class="QLabel" name="lblGraphRange"> |
651 |
| - <property name="minimumSize"> |
652 |
| - <size> |
653 |
| - <width>100</width> |
654 |
| - <height>0</height> |
655 |
| - </size> |
656 |
| - </property> |
657 |
| - <property name="alignment"> |
658 |
| - <set>Qt::AlignCenter</set> |
659 |
| - </property> |
660 |
| - </widget> |
661 |
| - </item> |
662 |
| - <item> |
663 |
| - <widget class="QPushButton" name="btnClearTrafficGraph"> |
664 |
| - <property name="text"> |
665 |
| - <string>&Reset</string> |
666 |
| - </property> |
667 |
| - <property name="autoDefault"> |
668 |
| - <bool>false</bool> |
669 |
| - </property> |
670 |
| - </widget> |
671 |
| - </item> |
672 |
| - </layout> |
673 |
| - </item> |
674 |
| - </layout> |
| 617 | + <widget class="TrafficGraphWidget" name="trafficGraph" native="true"> |
| 618 | + <property name="sizePolicy"> |
| 619 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 620 | + <horstretch>0</horstretch> |
| 621 | + <verstretch>0</verstretch> |
| 622 | + </sizepolicy> |
| 623 | + </property> |
| 624 | + </widget> |
675 | 625 | </item>
|
676 | 626 | <item>
|
677 |
| - <layout class="QVBoxLayout" name="verticalLayout"> |
| 627 | + <layout class="QHBoxLayout" name="bottomFrame"> |
678 | 628 | <item>
|
679 | 629 | <widget class="QGroupBox" name="groupBox">
|
680 | 630 | <property name="title">
|
681 |
| - <string>Totals</string> |
| 631 | + <string/> |
682 | 632 | </property>
|
683 |
| - <layout class="QVBoxLayout" name="verticalLayout_5"> |
| 633 | + <property name="flat"> |
| 634 | + <bool>true</bool> |
| 635 | + </property> |
| 636 | + <layout class="QVBoxLayout" name="verticalLayout_9"> |
684 | 637 | <item>
|
685 |
| - <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 638 | + <layout class="QHBoxLayout" name="RecievedBox"> |
686 | 639 | <item>
|
687 |
| - <widget class="Line" name="line"> |
| 640 | + <widget class="Line" name="RecievedLine"> |
688 | 641 | <property name="sizePolicy">
|
689 | 642 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
690 | 643 | <horstretch>0</horstretch>
|
|
740 | 693 | </widget>
|
741 | 694 | </item>
|
742 | 695 | <item>
|
743 |
| - <widget class="QLabel" name="label_16"> |
| 696 | + <widget class="QLabel" name="Recieved"> |
744 | 697 | <property name="text">
|
745 | 698 | <string>Received</string>
|
746 | 699 | </property>
|
|
762 | 715 | </layout>
|
763 | 716 | </item>
|
764 | 717 | <item>
|
765 |
| - <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 718 | + <layout class="QHBoxLayout" name="SentBox"> |
766 | 719 | <item>
|
767 |
| - <widget class="Line" name="line_2"> |
| 720 | + <widget class="Line" name="SentLine"> |
768 | 721 | <property name="sizePolicy">
|
769 | 722 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
770 | 723 | <horstretch>0</horstretch>
|
|
820 | 773 | </widget>
|
821 | 774 | </item>
|
822 | 775 | <item>
|
823 |
| - <widget class="QLabel" name="label_17"> |
| 776 | + <widget class="QLabel" name="Sent"> |
824 | 777 | <property name="text">
|
825 | 778 | <string>Sent</string>
|
826 | 779 | </property>
|
|
841 | 794 | </item>
|
842 | 795 | </layout>
|
843 | 796 | </item>
|
844 |
| - <item> |
845 |
| - <spacer name="verticalSpacer_4"> |
846 |
| - <property name="orientation"> |
847 |
| - <enum>Qt::Vertical</enum> |
848 |
| - </property> |
849 |
| - <property name="sizeHint" stdset="0"> |
850 |
| - <size> |
851 |
| - <width>20</width> |
852 |
| - <height>407</height> |
853 |
| - </size> |
854 |
| - </property> |
855 |
| - </spacer> |
856 |
| - </item> |
857 | 797 | </layout>
|
858 | 798 | </widget>
|
859 | 799 | </item>
|
| 800 | + <item> |
| 801 | + <widget class="QSlider" name="sldGraphRange"> |
| 802 | + <property name="minimumSize"> |
| 803 | + <size> |
| 804 | + <width>105</width> |
| 805 | + <height>0</height> |
| 806 | + </size> |
| 807 | + </property> |
| 808 | + <property name="minimum"> |
| 809 | + <number>1</number> |
| 810 | + </property> |
| 811 | + <property name="maximum"> |
| 812 | + <number>288</number> |
| 813 | + </property> |
| 814 | + <property name="pageStep"> |
| 815 | + <number>12</number> |
| 816 | + </property> |
| 817 | + <property name="value"> |
| 818 | + <number>6</number> |
| 819 | + </property> |
| 820 | + <property name="orientation"> |
| 821 | + <enum>Qt::Horizontal</enum> |
| 822 | + </property> |
| 823 | + </widget> |
| 824 | + </item> |
| 825 | + <item> |
| 826 | + <widget class="QLabel" name="lblGraphRange"> |
| 827 | + <property name="minimumSize"> |
| 828 | + <size> |
| 829 | + <width>60</width> |
| 830 | + <height>0</height> |
| 831 | + </size> |
| 832 | + </property> |
| 833 | + <property name="alignment"> |
| 834 | + <set>Qt::AlignCenter</set> |
| 835 | + </property> |
| 836 | + </widget> |
| 837 | + </item> |
| 838 | + <item> |
| 839 | + <widget class="QPushButton" name="btnClearTrafficGraph"> |
| 840 | + <property name="text"> |
| 841 | + <string>&Reset</string> |
| 842 | + </property> |
| 843 | + <property name="autoDefault"> |
| 844 | + <bool>false</bool> |
| 845 | + </property> |
| 846 | + </widget> |
| 847 | + </item> |
860 | 848 | </layout>
|
861 | 849 | </item>
|
862 | 850 | </layout>
|
|
0 commit comments