Skip to content

Commit 99f6f43

Browse files
gitRandyMcMillan
git
authored andcommitted
Network Graph layout
1 parent 66fd3b2 commit 99f6f43

File tree

1 file changed

+177
-194
lines changed

1 file changed

+177
-194
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 177 additions & 194 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,181 @@
657657
</item>
658658
<item>
659659
<layout class="QHBoxLayout" name="horizontalLayout_2">
660+
<item>
661+
<widget class="QGroupBox" name="groupBox_2">
662+
<property name="toolTip">
663+
<string extracomment="Totals"/>
664+
</property>
665+
<property name="title">
666+
<string/>
667+
</property>
668+
<property name="flat">
669+
<bool>true</bool>
670+
</property>
671+
<layout class="QVBoxLayout" name="verticalLayout_9">
672+
<item>
673+
<layout class="QHBoxLayout" name="horizontalLayout_6">
674+
<item>
675+
<widget class="Line" name="line_3">
676+
<property name="sizePolicy">
677+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
678+
<horstretch>0</horstretch>
679+
<verstretch>0</verstretch>
680+
</sizepolicy>
681+
</property>
682+
<property name="minimumSize">
683+
<size>
684+
<width>10</width>
685+
<height>0</height>
686+
</size>
687+
</property>
688+
<property name="palette">
689+
<palette>
690+
<active>
691+
<colorrole role="Light">
692+
<brush brushstyle="SolidPattern">
693+
<color alpha="255">
694+
<red>0</red>
695+
<green>255</green>
696+
<blue>0</blue>
697+
</color>
698+
</brush>
699+
</colorrole>
700+
</active>
701+
<inactive>
702+
<colorrole role="Light">
703+
<brush brushstyle="SolidPattern">
704+
<color alpha="255">
705+
<red>0</red>
706+
<green>255</green>
707+
<blue>0</blue>
708+
</color>
709+
</brush>
710+
</colorrole>
711+
</inactive>
712+
<disabled>
713+
<colorrole role="Light">
714+
<brush brushstyle="SolidPattern">
715+
<color alpha="255">
716+
<red>0</red>
717+
<green>255</green>
718+
<blue>0</blue>
719+
</color>
720+
</brush>
721+
</colorrole>
722+
</disabled>
723+
</palette>
724+
</property>
725+
<property name="orientation">
726+
<enum>Qt::Horizontal</enum>
727+
</property>
728+
</widget>
729+
</item>
730+
<item>
731+
<widget class="QLabel" name="label_24">
732+
<property name="text">
733+
<string>Received</string>
734+
</property>
735+
</widget>
736+
</item>
737+
<item>
738+
<widget class="QLabel" name="lblBytesIn">
739+
<property name="minimumSize">
740+
<size>
741+
<width>50</width>
742+
<height>0</height>
743+
</size>
744+
</property>
745+
<property name="alignment">
746+
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
747+
</property>
748+
</widget>
749+
</item>
750+
</layout>
751+
</item>
752+
<item>
753+
<layout class="QHBoxLayout" name="horizontalLayout_7">
754+
<item>
755+
<widget class="Line" name="line_4">
756+
<property name="sizePolicy">
757+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
758+
<horstretch>0</horstretch>
759+
<verstretch>0</verstretch>
760+
</sizepolicy>
761+
</property>
762+
<property name="minimumSize">
763+
<size>
764+
<width>10</width>
765+
<height>0</height>
766+
</size>
767+
</property>
768+
<property name="palette">
769+
<palette>
770+
<active>
771+
<colorrole role="Light">
772+
<brush brushstyle="SolidPattern">
773+
<color alpha="255">
774+
<red>255</red>
775+
<green>0</green>
776+
<blue>0</blue>
777+
</color>
778+
</brush>
779+
</colorrole>
780+
</active>
781+
<inactive>
782+
<colorrole role="Light">
783+
<brush brushstyle="SolidPattern">
784+
<color alpha="255">
785+
<red>255</red>
786+
<green>0</green>
787+
<blue>0</blue>
788+
</color>
789+
</brush>
790+
</colorrole>
791+
</inactive>
792+
<disabled>
793+
<colorrole role="Light">
794+
<brush brushstyle="SolidPattern">
795+
<color alpha="255">
796+
<red>255</red>
797+
<green>0</green>
798+
<blue>0</blue>
799+
</color>
800+
</brush>
801+
</colorrole>
802+
</disabled>
803+
</palette>
804+
</property>
805+
<property name="orientation">
806+
<enum>Qt::Horizontal</enum>
807+
</property>
808+
</widget>
809+
</item>
810+
<item>
811+
<widget class="QLabel" name="label_31">
812+
<property name="text">
813+
<string>Sent</string>
814+
</property>
815+
</widget>
816+
</item>
817+
<item>
818+
<widget class="QLabel" name="lblBytesOut">
819+
<property name="minimumSize">
820+
<size>
821+
<width>50</width>
822+
<height>0</height>
823+
</size>
824+
</property>
825+
<property name="alignment">
826+
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
827+
</property>
828+
</widget>
829+
</item>
830+
</layout>
831+
</item>
832+
</layout>
833+
</widget>
834+
</item>
660835
<item>
661836
<widget class="QSlider" name="sldGraphRange">
662837
<property name="minimum">
@@ -678,14 +853,8 @@
678853
</item>
679854
<item>
680855
<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>
856+
<property name="text">
857+
<string>Range</string>
689858
</property>
690859
</widget>
691860
</item>
@@ -703,192 +872,6 @@
703872
</item>
704873
</layout>
705874
</item>
706-
<item>
707-
<layout class="QVBoxLayout" name="verticalLayout">
708-
<item>
709-
<widget class="QGroupBox" name="groupBox">
710-
<property name="title">
711-
<string>Totals</string>
712-
</property>
713-
<layout class="QVBoxLayout" name="verticalLayout_5">
714-
<item>
715-
<layout class="QHBoxLayout" name="horizontalLayout_4">
716-
<item>
717-
<widget class="Line" name="line">
718-
<property name="sizePolicy">
719-
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
720-
<horstretch>0</horstretch>
721-
<verstretch>0</verstretch>
722-
</sizepolicy>
723-
</property>
724-
<property name="minimumSize">
725-
<size>
726-
<width>10</width>
727-
<height>0</height>
728-
</size>
729-
</property>
730-
<property name="palette">
731-
<palette>
732-
<active>
733-
<colorrole role="Light">
734-
<brush brushstyle="SolidPattern">
735-
<color alpha="255">
736-
<red>0</red>
737-
<green>255</green>
738-
<blue>0</blue>
739-
</color>
740-
</brush>
741-
</colorrole>
742-
</active>
743-
<inactive>
744-
<colorrole role="Light">
745-
<brush brushstyle="SolidPattern">
746-
<color alpha="255">
747-
<red>0</red>
748-
<green>255</green>
749-
<blue>0</blue>
750-
</color>
751-
</brush>
752-
</colorrole>
753-
</inactive>
754-
<disabled>
755-
<colorrole role="Light">
756-
<brush brushstyle="SolidPattern">
757-
<color alpha="255">
758-
<red>0</red>
759-
<green>255</green>
760-
<blue>0</blue>
761-
</color>
762-
</brush>
763-
</colorrole>
764-
</disabled>
765-
</palette>
766-
</property>
767-
<property name="orientation">
768-
<enum>Qt::Horizontal</enum>
769-
</property>
770-
</widget>
771-
</item>
772-
<item>
773-
<widget class="QLabel" name="label_16">
774-
<property name="text">
775-
<string>Received</string>
776-
</property>
777-
</widget>
778-
</item>
779-
<item>
780-
<widget class="QLabel" name="lblBytesIn">
781-
<property name="minimumSize">
782-
<size>
783-
<width>50</width>
784-
<height>0</height>
785-
</size>
786-
</property>
787-
<property name="alignment">
788-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
789-
</property>
790-
</widget>
791-
</item>
792-
</layout>
793-
</item>
794-
<item>
795-
<layout class="QHBoxLayout" name="horizontalLayout_5">
796-
<item>
797-
<widget class="Line" name="line_2">
798-
<property name="sizePolicy">
799-
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
800-
<horstretch>0</horstretch>
801-
<verstretch>0</verstretch>
802-
</sizepolicy>
803-
</property>
804-
<property name="minimumSize">
805-
<size>
806-
<width>10</width>
807-
<height>0</height>
808-
</size>
809-
</property>
810-
<property name="palette">
811-
<palette>
812-
<active>
813-
<colorrole role="Light">
814-
<brush brushstyle="SolidPattern">
815-
<color alpha="255">
816-
<red>255</red>
817-
<green>0</green>
818-
<blue>0</blue>
819-
</color>
820-
</brush>
821-
</colorrole>
822-
</active>
823-
<inactive>
824-
<colorrole role="Light">
825-
<brush brushstyle="SolidPattern">
826-
<color alpha="255">
827-
<red>255</red>
828-
<green>0</green>
829-
<blue>0</blue>
830-
</color>
831-
</brush>
832-
</colorrole>
833-
</inactive>
834-
<disabled>
835-
<colorrole role="Light">
836-
<brush brushstyle="SolidPattern">
837-
<color alpha="255">
838-
<red>255</red>
839-
<green>0</green>
840-
<blue>0</blue>
841-
</color>
842-
</brush>
843-
</colorrole>
844-
</disabled>
845-
</palette>
846-
</property>
847-
<property name="orientation">
848-
<enum>Qt::Horizontal</enum>
849-
</property>
850-
</widget>
851-
</item>
852-
<item>
853-
<widget class="QLabel" name="label_17">
854-
<property name="text">
855-
<string>Sent</string>
856-
</property>
857-
</widget>
858-
</item>
859-
<item>
860-
<widget class="QLabel" name="lblBytesOut">
861-
<property name="minimumSize">
862-
<size>
863-
<width>50</width>
864-
<height>0</height>
865-
</size>
866-
</property>
867-
<property name="alignment">
868-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
869-
</property>
870-
</widget>
871-
</item>
872-
</layout>
873-
</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-
</layout>
888-
</widget>
889-
</item>
890-
</layout>
891-
</item>
892875
</layout>
893876
</widget>
894877
<widget class="QWidget" name="tab_peers">

0 commit comments

Comments
 (0)