New error handle layout change.

This commit is contained in:
Krad
2021-12-16 17:23:17 +08:00
parent 69345bef8c
commit f7d1f02808
3 changed files with 28 additions and 43 deletions

View File

@@ -75,9 +75,12 @@
</widget>
</item>
<item>
<widget class="QLabel" name="systemMsgBar">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Message from DAQ and device.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<widget class="QWidget" name="widgetMsg" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>