From 05315b14bd2ab85791baab057634d913a3bf1105 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser <muesli@gmail.com> Date: Sun, 4 Sep 2011 07:25:21 +0200 Subject: [PATCH] * Add forgotten ui file. --- src/libtomahawk/playlist/queueview.ui | 81 +++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 src/libtomahawk/playlist/queueview.ui diff --git a/src/libtomahawk/playlist/queueview.ui b/src/libtomahawk/playlist/queueview.ui new file mode 100644 index 000000000..a55036fce --- /dev/null +++ b/src/libtomahawk/playlist/queueview.ui @@ -0,0 +1,81 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>QueueView</class> + <widget class="QWidget" name="QueueView"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>774</width> + <height>72</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>72</height> + </size> + </property> + <property name="windowTitle"> + <string>InfoBar</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="HeaderLabel" name="toggleButton"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Open Queue</string> + </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="PlaylistView" name="queue"/> + </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>1</width> + <height>16</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </widget> + <customwidgets> + <customwidget> + <class>HeaderLabel</class> + <extends>QLabel</extends> + <header location="global">widgets/HeaderLabel.h</header> + </customwidget> + <customwidget> + <class>PlaylistView</class> + <extends>QTreeView</extends> + <header location="global">playlist/playlistview.h</header> + </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui>