1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

* No need for an inner widget in HeaderWidget.

This commit is contained in:
Christian Muehlhaeuser
2014-08-27 18:40:16 +02:00
parent 75e485e590
commit 7ba97c0065

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>HeaderWidget</class> <class>HeaderWidget</class>
<widget class="QWidget" name="HeaderWidget"> <widget class="BackgroundWidget" name="HeaderWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
@@ -17,145 +17,136 @@
<property name="spacing"> <property name="spacing">
<number>0</number> <number>0</number>
</property> </property>
<property name="margin"> <property name="leftMargin">
<number>0</number> <number>32</number>
</property>
<property name="rightMargin">
<number>32</number>
</property>
<property name="bottomMargin">
<number>64</number>
</property> </property>
<item> <item>
<widget class="BackgroundWidget" name="headerWidget" native="true"> <spacer name="verticalSpacer">
<layout class="QVBoxLayout" name="verticalLayout"> <property name="orientation">
<property name="leftMargin"> <enum>Qt::Vertical</enum>
<number>32</number> </property>
</property> <property name="sizeHint" stdset="0">
<property name="rightMargin"> <size>
<number>32</number> <width>20</width>
</property> <height>0</height>
<property name="bottomMargin"> </size>
<number>64</number> </property>
</property> </spacer>
<item> </item>
<spacer name="verticalSpacer"> <item>
<property name="orientation"> <layout class="QHBoxLayout" name="horizontalLayout">
<enum>Qt::Vertical</enum> <property name="margin">
</property> <number>0</number>
<property name="sizeHint" stdset="0"> </property>
<size> <item>
<width>20</width> <widget class="QLabel" name="captionLabel">
<height>0</height> <property name="text">
</size> <string>TextLabel</string>
</property> </property>
</spacer> </widget>
</item> </item>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout"> <spacer name="horizontalSpacer">
<property name="margin"> <property name="orientation">
<number>0</number> <enum>Qt::Horizontal</enum>
</property> </property>
<item> <property name="sizeHint" stdset="0">
<widget class="QLabel" name="artistLabel"> <size>
<property name="text"> <width>40</width>
<string>TextLabel</string> <height>20</height>
</property> </size>
</widget> </property>
</item> </spacer>
<item> </item>
<spacer name="horizontalSpacer"> <item>
<property name="orientation"> <widget class="ClickableLabel" name="anchor1Label">
<enum>Qt::Horizontal</enum> <property name="text">
</property> <string>TextLabel</string>
<property name="sizeHint" stdset="0"> </property>
<size> </widget>
<width>40</width> </item>
<height>20</height> <item>
</size> <spacer name="horizontalSpacer_3">
</property> <property name="orientation">
</spacer> <enum>Qt::Horizontal</enum>
</item> </property>
<item> <property name="sizeType">
<widget class="ClickableLabel" name="anchor1Label"> <enum>QSizePolicy::Fixed</enum>
<property name="text"> </property>
<string>TextLabel</string> <property name="sizeHint" stdset="0">
</property> <size>
</widget> <width>32</width>
</item> <height>20</height>
<item> </size>
<spacer name="horizontalSpacer_3"> </property>
<property name="orientation"> </spacer>
<enum>Qt::Horizontal</enum> </item>
</property> <item>
<property name="sizeType"> <widget class="ClickableLabel" name="anchor2Label">
<enum>QSizePolicy::Fixed</enum> <property name="text">
</property> <string>TextLabel</string>
<property name="sizeHint" stdset="0"> </property>
<size> </widget>
<width>32</width> </item>
<height>20</height> <item>
</size> <spacer name="horizontalSpacer_4">
</property> <property name="orientation">
</spacer> <enum>Qt::Horizontal</enum>
</item> </property>
<item> <property name="sizeType">
<widget class="ClickableLabel" name="anchor2Label"> <enum>QSizePolicy::Fixed</enum>
<property name="text"> </property>
<string>TextLabel</string> <property name="sizeHint" stdset="0">
</property> <size>
</widget> <width>32</width>
</item> <height>20</height>
<item> </size>
<spacer name="horizontalSpacer_4"> </property>
<property name="orientation"> </spacer>
<enum>Qt::Horizontal</enum> </item>
</property> <item>
<property name="sizeType"> <widget class="ClickableLabel" name="anchor3Label">
<enum>QSizePolicy::Fixed</enum> <property name="text">
</property> <string>TextLabel</string>
<property name="sizeHint" stdset="0"> </property>
<size> </widget>
<width>32</width> </item>
<height>20</height> <item>
</size> <spacer name="horizontalSpacer_2">
</property> <property name="orientation">
</spacer> <enum>Qt::Horizontal</enum>
</item> </property>
<item> <property name="sizeHint" stdset="0">
<widget class="ClickableLabel" name="anchor3Label"> <size>
<property name="text"> <width>40</width>
<string>TextLabel</string> <height>20</height>
</property> </size>
</widget> </property>
</item> </spacer>
<item> </item>
<spacer name="horizontalSpacer_2"> <item>
<property name="orientation"> <spacer name="balanceSpacer">
<enum>Qt::Horizontal</enum> <property name="orientation">
</property> <enum>Qt::Horizontal</enum>
<property name="sizeHint" stdset="0"> </property>
<size> <property name="sizeType">
<width>40</width> <enum>QSizePolicy::Fixed</enum>
<height>20</height> </property>
</size> <property name="sizeHint" stdset="0">
</property> <size>
</spacer> <width>32</width>
</item> <height>20</height>
<item> </size>
<spacer name="balanceSpacer"> </property>
<property name="orientation"> </spacer>
<enum>Qt::Horizontal</enum> </item>
</property> </layout>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>32</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
</item> </item>
</layout> </layout>
</widget> </widget>