Added descriptive label above list-widget

pull/6/head
mandlm 2017-10-18 15:19:35 +02:00 committed by mandlm
parent 9a223073d9
commit 7143900c22
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Intercepted 433MHz transmissions</string>
</property>
</widget>
</item>
<item>
<widget class="QListWidget" name="listWidget"/>
</item>