Skip to content
Snippets Groups Projects
Commit 5c7d509f authored by Giovanni Di Siena's avatar Giovanni Di Siena
Browse files

Live data group formatting

parent 00f8d11b
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<property name="title"> <property name="title">
<string>Search Runs</string> <string>Search Runs</string>
</property> </property>
<layout class="QVBoxLayout" name="layoutSearchPane"> <layout class="QVBoxLayout" name="layoutSearchPane" stretch="2,2,0,1">
<property name="spacing"> <property name="spacing">
<number>1</number> <number>1</number>
</property> </property>
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
<item> <item>
<widget class="QGroupBox" name="groupLiveData"> <widget class="QGroupBox" name="groupLiveData">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
...@@ -287,15 +287,18 @@ ...@@ -287,15 +287,18 @@
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>16777215</width> <width>16777215</width>
<height>50</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="title"> <property name="title">
<string>Live data</string> <string>Live data</string>
</property> </property>
<layout class="QHBoxLayout" name="horizontalLayout"> <layout class="QHBoxLayout" name="horizontalLayout">
<property name="bottomMargin">
<number>9</number>
</property>
<item> <item>
<layout class="QHBoxLayout" name="layoutLiveData" stretch="0,0,0"> <layout class="QHBoxLayout" name="layoutLiveData" stretch="1,1,0">
<property name="bottomMargin"> <property name="bottomMargin">
<number>0</number> <number>0</number>
</property> </property>
...@@ -309,7 +312,7 @@ ...@@ -309,7 +312,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>120</width>
<height>25</height> <height>25</height>
</size> </size>
</property> </property>
...@@ -331,7 +334,7 @@ ...@@ -331,7 +334,7 @@
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>90</width> <width>120</width>
<height>25</height> <height>25</height>
</size> </size>
</property> </property>
...@@ -343,15 +346,15 @@ ...@@ -343,15 +346,15 @@
<item> <item>
<widget class="QSpinBox" name="spinBoxUpdateInterval"> <widget class="QSpinBox" name="spinBoxUpdateInterval">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>35</width> <width>40</width>
<height>23</height> <height>25</height>
</size> </size>
</property> </property>
<property name="toolTip"> <property name="toolTip">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment