Files
qtKodiAdmin/cmusicwidget.ui
2016-10-20 13:51:28 +02:00

33 lines
654 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>cMusicWidget</class>
<widget class="QWidget" name="cMusicWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>50</x>
<y>40</y>
<width>47</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Music</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>