Added callsign label to main window

This commit is contained in:
Jordan Sherer
2018-07-25 20:13:23 -04:00
parent ceaa76c497
commit fa00e0dfd6
2 changed files with 24 additions and 1 deletions
+21 -1
View File
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>960</width>
<height>544</height>
<height>545</height>
</rect>
</property>
<property name="windowTitle">
@@ -320,6 +320,20 @@ o</string>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="labCallsign">
<property name="styleSheet">
<string notr="true">QLabel { color:white; }
</string>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labUTC">
<property name="sizePolicy">
@@ -328,6 +342,12 @@ o</string>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>MS Shell Dlg 2</family>
<pointsize>14</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">QLabel {
font-family: MS Shell Dlg 2;