Skip to content

Commit

Permalink
GUI: Graph not expanding with window
Browse files Browse the repository at this point in the history
  • Loading branch information
dlktdr committed Apr 12, 2024
1 parent 244f848 commit 0e6b25f
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions gui/src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>606</width>
<height>713</height>
<width>592</width>
<height>694</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -264,13 +264,25 @@
</item>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentIndex">
<number>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="page">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QLabel" name="label_13">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
Expand Down Expand Up @@ -315,7 +327,7 @@
<item>
<widget class="QTabWidget" name="tabBLE">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -3749,7 +3761,7 @@
<item>
<widget class="QGroupBox" name="grpLocalGraph">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand All @@ -3761,15 +3773,15 @@
<item>
<widget class="Graph" name="graphView" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Maximum">
<sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>7</verstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>100</height>
<height>50</height>
</size>
</property>
</widget>
Expand All @@ -3784,7 +3796,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>606</width>
<width>592</width>
<height>22</height>
</rect>
</property>
Expand Down

0 comments on commit 0e6b25f

Please sign in to comment.