Improve UI

This commit is contained in:
Kevin Yue
2020-02-15 20:43:54 +08:00
parent 2a7230a277
commit c08ce6298c
2 changed files with 37 additions and 13 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>258</width>
<height>316</height>
<height>301</height>
</rect>
</property>
<property name="windowTitle">
@@ -39,9 +39,20 @@
<item>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0">
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="statusLabel">
<property name="font">
<font>
<pointsize>18</pointsize>
<weight>50</weight>
<bold>false</bold>
<underline>false</underline>
</font>
</property>
<property name="text">
<string>TextLabel</string>
<string>Not Connected</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>