added Genre label

This commit is contained in:
Volker Fischer 2020-06-13 09:29:51 +02:00
parent 14cf23a1d7
commit ff31b99dc3

View file

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>588</width> <width>588</width>
<height>415</height> <height>419</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@ -73,6 +73,13 @@
</item> </item>
<item> <item>
<layout class="QHBoxLayout"> <layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Genre</string>
</property>
</widget>
</item>
<item> <item>
<widget class="QComboBox" name="cbxCentServAddrType"/> <widget class="QComboBox" name="cbxCentServAddrType"/>
</item> </item>