Skip to content

Commit 1cdcdb3

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

File tree

1 file changed

+174
-194
lines changed

1 file changed

+174
-194
lines changed

src/qt/forms/debugwindow.ui

Lines changed: 174 additions & 194 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,178 @@
657657
</item>
658658
<item>
659659
<layout class="QHBoxLayout" name="horizontalLayout_2">
660+
<item>
661+
<widget class="QGroupBox" name="groupBox_2">
662+
<property name="title">
663+
<string/>
664+
</property>
665+
<property name="flat">
666+
<bool>true</bool>
667+
</property>
668+
<layout class="QVBoxLayout" name="verticalLayout_9">
669+
<item>
670+
<layout class="QHBoxLayout" name="horizontalLayout_6">
671+
<item>
672+
<widget class="Line" name="line_3">
673+
<property name="sizePolicy">
674+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
675+
<horstretch>0</horstretch>
676+
<verstretch>0</verstretch>
677+
</sizepolicy>
678+
</property>
679+
<property name="minimumSize">
680+
<size>
681+
<width>10</width>
682+
<height>0</height>
683+
</size>
684+
</property>
685+
<property name="palette">
686+
<palette>
687+
<active>
688+
<colorrole role="Light">
689+
<brush brushstyle="SolidPattern">
690+
<color alpha="255">
691+
<red>0</red>
692+
<green>255</green>
693+
<blue>0</blue>
694+
</color>
695+
</brush>
696+
</colorrole>
697+
</active>
698+
<inactive>
699+
<colorrole role="Light">
700+
<brush brushstyle="SolidPattern">
701+
<color alpha="255">
702+
<red>0</red>
703+
<green>255</green>
704+
<blue>0</blue>
705+
</color>
706+
</brush>
707+
</colorrole>
708+
</inactive>
709+
<disabled>
710+
<colorrole role="Light">
711+
<brush brushstyle="SolidPattern">
712+
<color alpha="255">
713+
<red>0</red>
714+
<green>255</green>
715+
<blue>0</blue>
716+
</color>
717+
</brush>
718+
</colorrole>
719+
</disabled>
720+
</palette>
721+
</property>
722+
<property name="orientation">
723+
<enum>Qt::Horizontal</enum>
724+
</property>
725+
</widget>
726+
</item>
727+
<item>
728+
<widget class="QLabel" name="label_24">
729+
<property name="text">
730+
<string>Received</string>
731+
</property>
732+
</widget>
733+
</item>
734+
<item>
735+
<widget class="QLabel" name="lblBytesIn">
736+
<property name="minimumSize">
737+
<size>
738+
<width>50</width>
739+
<height>0</height>
740+
</size>
741+
</property>
742+
<property name="alignment">
743+
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
744+
</property>
745+
</widget>
746+
</item>
747+
</layout>
748+
</item>
749+
<item>
750+
<layout class="QHBoxLayout" name="horizontalLayout_7">
751+
<item>
752+
<widget class="Line" name="line_4">
753+
<property name="sizePolicy">
754+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
755+
<horstretch>0</horstretch>
756+
<verstretch>0</verstretch>
757+
</sizepolicy>
758+
</property>
759+
<property name="minimumSize">
760+
<size>
761+
<width>10</width>
762+
<height>0</height>
763+
</size>
764+
</property>
765+
<property name="palette">
766+
<palette>
767+
<active>
768+
<colorrole role="Light">
769+
<brush brushstyle="SolidPattern">
770+
<color alpha="255">
771+
<red>255</red>
772+
<green>0</green>
773+
<blue>0</blue>
774+
</color>
775+
</brush>
776+
</colorrole>
777+
</active>
778+
<inactive>
779+
<colorrole role="Light">
780+
<brush brushstyle="SolidPattern">
781+
<color alpha="255">
782+
<red>255</red>
783+
<green>0</green>
784+
<blue>0</blue>
785+
</color>
786+
</brush>
787+
</colorrole>
788+
</inactive>
789+
<disabled>
790+
<colorrole role="Light">
791+
<brush brushstyle="SolidPattern">
792+
<color alpha="255">
793+
<red>255</red>
794+
<green>0</green>
795+
<blue>0</blue>
796+
</color>
797+
</brush>
798+
</colorrole>
799+
</disabled>
800+
</palette>
801+
</property>
802+
<property name="orientation">
803+
<enum>Qt::Horizontal</enum>
804+
</property>
805+
</widget>
806+
</item>
807+
<item>
808+
<widget class="QLabel" name="label_31">
809+
<property name="text">
810+
<string>Sent</string>
811+
</property>
812+
</widget>
813+
</item>
814+
<item>
815+
<widget class="QLabel" name="lblBytesOut">
816+
<property name="minimumSize">
817+
<size>
818+
<width>50</width>
819+
<height>0</height>
820+
</size>
821+
</property>
822+
<property name="alignment">
823+
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
824+
</property>
825+
</widget>
826+
</item>
827+
</layout>
828+
</item>
829+
</layout>
830+
</widget>
831+
</item>
660832
<item>
661833
<widget class="QSlider" name="sldGraphRange">
662834
<property name="minimum">
@@ -678,14 +850,8 @@
678850
</item>
679851
<item>
680852
<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>
853+
<property name="text">
854+
<string>Range</string>
689855
</property>
690856
</widget>
691857
</item>
@@ -703,192 +869,6 @@
703869
</item>
704870
</layout>
705871
</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>
892872
</layout>
893873
</widget>
894874
<widget class="QWidget" name="tab_peers">

0 commit comments

Comments
 (0)