Clean up the device information page, enable word wrap so the layout doesn't resized due to long location strings

This commit is contained in:
Adam Honse 2020-12-02 21:43:31 -06:00
parent 9c2d186d7e
commit 7a305b1440

View file

@ -13,7 +13,7 @@
<property name="windowTitle">
<string>Frame</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout" columnstretch="20,80">
<item row="0" column="0" alignment="Qt::AlignHCenter">
<widget class="QLabel" name="NameLabel">
<property name="text">
@ -68,6 +68,9 @@
<property name="text">
<string>Name Value</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="1">
@ -75,6 +78,9 @@
<property name="text">
<string>Vendor Value</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="1">
@ -82,6 +88,9 @@
<property name="text">
<string>Type Value</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="3" column="1">
@ -89,6 +98,9 @@
<property name="text">
<string>Description Value</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="1">
@ -96,6 +108,9 @@
<property name="text">
<string>Version Value</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="5" column="1">
@ -103,6 +118,9 @@
<property name="text">
<string>Location Value</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="6" column="1">
@ -110,6 +128,9 @@
<property name="text">
<string>Serial Value</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>