Placed label text directly below progress bar

pull/6/head
mandlm 2017-10-16 09:19:35 +02:00
parent 9d26ec5ab5
commit c8bfd5ccc6
1 changed files with 4 additions and 1 deletions

View File

@ -25,7 +25,10 @@
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;br/&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>ledStatus</string>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
</widget>
</item>