|
642 | 642 | <attribute name="title">
|
643 | 643 | <string>&Network Traffic</string>
|
644 | 644 | </attribute>
|
645 |
| - <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 645 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
646 | 646 | <item>
|
647 |
| - <layout class="QVBoxLayout" name="verticalLayout_4"> |
648 |
| - <item> |
649 |
| - <widget class="TrafficGraphWidget" name="trafficGraph" native="true"> |
650 |
| - <property name="sizePolicy"> |
651 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
652 |
| - <horstretch>0</horstretch> |
653 |
| - <verstretch>0</verstretch> |
654 |
| - </sizepolicy> |
655 |
| - </property> |
656 |
| - </widget> |
657 |
| - </item> |
658 |
| - <item> |
659 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
660 |
| - <item> |
661 |
| - <widget class="QSlider" name="sldGraphRange"> |
662 |
| - <property name="minimum"> |
663 |
| - <number>1</number> |
664 |
| - </property> |
665 |
| - <property name="maximum"> |
666 |
| - <number>288</number> |
667 |
| - </property> |
668 |
| - <property name="pageStep"> |
669 |
| - <number>12</number> |
670 |
| - </property> |
671 |
| - <property name="value"> |
672 |
| - <number>6</number> |
673 |
| - </property> |
674 |
| - <property name="orientation"> |
675 |
| - <enum>Qt::Horizontal</enum> |
676 |
| - </property> |
677 |
| - </widget> |
678 |
| - </item> |
679 |
| - <item> |
680 |
| - <widget class="QLabel" name="lblGraphRange"> |
681 |
| - <property name="minimumSize"> |
682 |
| - <size> |
683 |
| - <width>100</width> |
684 |
| - <height>0</height> |
685 |
| - </size> |
686 |
| - </property> |
687 |
| - <property name="alignment"> |
688 |
| - <set>Qt::AlignCenter</set> |
689 |
| - </property> |
690 |
| - </widget> |
691 |
| - </item> |
692 |
| - <item> |
693 |
| - <widget class="QPushButton" name="btnClearTrafficGraph"> |
694 |
| - <property name="text"> |
695 |
| - <string>&Reset</string> |
696 |
| - </property> |
697 |
| - <property name="autoDefault"> |
698 |
| - <bool>false</bool> |
699 |
| - </property> |
700 |
| - </widget> |
701 |
| - </item> |
702 |
| - </layout> |
703 |
| - </item> |
704 |
| - </layout> |
| 647 | + <widget class="TrafficGraphWidget" name="trafficGraph" native="true"> |
| 648 | + <property name="sizePolicy"> |
| 649 | + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
| 650 | + <horstretch>0</horstretch> |
| 651 | + <verstretch>0</verstretch> |
| 652 | + </sizepolicy> |
| 653 | + </property> |
| 654 | + </widget> |
705 | 655 | </item>
|
706 | 656 | <item>
|
707 |
| - <layout class="QVBoxLayout" name="verticalLayout"> |
| 657 | + <layout class="QHBoxLayout" name="bottomFrame"> |
708 | 658 | <item>
|
709 | 659 | <widget class="QGroupBox" name="groupBox">
|
710 | 660 | <property name="title">
|
711 |
| - <string>Totals</string> |
| 661 | + <string/> |
712 | 662 | </property>
|
713 |
| - <layout class="QVBoxLayout" name="verticalLayout_5"> |
| 663 | + <property name="flat"> |
| 664 | + <bool>true</bool> |
| 665 | + </property> |
| 666 | + <layout class="QVBoxLayout" name="verticalLayout_9"> |
714 | 667 | <item>
|
715 |
| - <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 668 | + <layout class="QHBoxLayout" name="RecievedBox"> |
716 | 669 | <item>
|
717 |
| - <widget class="Line" name="line"> |
| 670 | + <widget class="Line" name="RecievedLine"> |
718 | 671 | <property name="sizePolicy">
|
719 | 672 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
720 | 673 | <horstretch>0</horstretch>
|
|
770 | 723 | </widget>
|
771 | 724 | </item>
|
772 | 725 | <item>
|
773 |
| - <widget class="QLabel" name="label_16"> |
| 726 | + <widget class="QLabel" name="Recieved"> |
774 | 727 | <property name="text">
|
775 | 728 | <string>Received</string>
|
776 | 729 | </property>
|
|
792 | 745 | </layout>
|
793 | 746 | </item>
|
794 | 747 | <item>
|
795 |
| - <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 748 | + <layout class="QHBoxLayout" name="SentBox"> |
796 | 749 | <item>
|
797 |
| - <widget class="Line" name="line_2"> |
| 750 | + <widget class="Line" name="SentLine"> |
798 | 751 | <property name="sizePolicy">
|
799 | 752 | <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
800 | 753 | <horstretch>0</horstretch>
|
|
850 | 803 | </widget>
|
851 | 804 | </item>
|
852 | 805 | <item>
|
853 |
| - <widget class="QLabel" name="label_17"> |
| 806 | + <widget class="QLabel" name="Sent"> |
854 | 807 | <property name="text">
|
855 | 808 | <string>Sent</string>
|
856 | 809 | </property>
|
|
871 | 824 | </item>
|
872 | 825 | </layout>
|
873 | 826 | </item>
|
874 |
| - <item> |
875 |
| - <spacer name="verticalSpacer_4"> |
876 |
| - <property name="orientation"> |
877 |
| - <enum>Qt::Vertical</enum> |
878 |
| - </property> |
879 |
| - <property name="sizeHint" stdset="0"> |
880 |
| - <size> |
881 |
| - <width>20</width> |
882 |
| - <height>407</height> |
883 |
| - </size> |
884 |
| - </property> |
885 |
| - </spacer> |
886 |
| - </item> |
887 | 827 | </layout>
|
888 | 828 | </widget>
|
889 | 829 | </item>
|
| 830 | + <item> |
| 831 | + <widget class="QSlider" name="sldGraphRange"> |
| 832 | + <property name="minimumSize"> |
| 833 | + <size> |
| 834 | + <width>105</width> |
| 835 | + <height>0</height> |
| 836 | + </size> |
| 837 | + </property> |
| 838 | + <property name="minimum"> |
| 839 | + <number>1</number> |
| 840 | + </property> |
| 841 | + <property name="maximum"> |
| 842 | + <number>288</number> |
| 843 | + </property> |
| 844 | + <property name="pageStep"> |
| 845 | + <number>12</number> |
| 846 | + </property> |
| 847 | + <property name="value"> |
| 848 | + <number>6</number> |
| 849 | + </property> |
| 850 | + <property name="orientation"> |
| 851 | + <enum>Qt::Horizontal</enum> |
| 852 | + </property> |
| 853 | + </widget> |
| 854 | + </item> |
| 855 | + <item> |
| 856 | + <widget class="QLabel" name="lblGraphRange"> |
| 857 | + <property name="minimumSize"> |
| 858 | + <size> |
| 859 | + <width>60</width> |
| 860 | + <height>0</height> |
| 861 | + </size> |
| 862 | + </property> |
| 863 | + <property name="alignment"> |
| 864 | + <set>Qt::AlignCenter</set> |
| 865 | + </property> |
| 866 | + </widget> |
| 867 | + </item> |
| 868 | + <item> |
| 869 | + <widget class="QPushButton" name="btnClearTrafficGraph"> |
| 870 | + <property name="text"> |
| 871 | + <string>&Reset</string> |
| 872 | + </property> |
| 873 | + <property name="autoDefault"> |
| 874 | + <bool>false</bool> |
| 875 | + </property> |
| 876 | + </widget> |
| 877 | + </item> |
890 | 878 | </layout>
|
891 | 879 | </item>
|
892 | 880 | </layout>
|
|
0 commit comments