/src/libtomahawk/playlist/QueueView.ui
http://github.com/tomahawk-player/tomahawk · Qt · 84 lines · 84 code · 0 blank · 0 comment · 0 complexity · 72261b1e354f759b7add935b9adcc233 MD5 · raw file
- <?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 notr="true" extracomment="not translatable because not shown to the user">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="acceptDrops">
- <bool>true</bool>
- </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="TrackView" 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>TrackView</class>
- <extends>QTreeView</extends>
- <header location="global">playlist/TrackView.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>