/src/libtomahawk/widgets/playlisttypeselectordlg.ui
http://github.com/tomahawk-player/tomahawk · Unknown · 133 lines · 133 code · 0 blank · 0 comment · 0 complexity · 480045bccd13e25119df41e2b30ad7ea MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PlaylistTypeSelectorDlg</class>
- <widget class="QDialog" name="PlaylistTypeSelectorDlg">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>420</width>
- <height>128</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>420</width>
- <height>100</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>10000</width>
- <height>10000</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>New Playlist</string>
- </property>
- <property name="modal">
- <bool>false</bool>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <item>
- <widget class="QLabel" name="label">
- <property name="minimumSize">
- <size>
- <width>190</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Just a regular old playlist... Give it a name, drag in some tracks, and go!</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- <property name="margin">
- <number>2</number>
- </property>
- </widget>
- </item>
- <item>
- <widget class="Line" name="line">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_2">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Don't know exactly what you want? Give Tomahawk a few pointers and let it build a playlist for you!</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- <property name="margin">
- <number>1</number>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Name:</string>
- </property>
- <property name="margin">
- <number>1</number>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="playlistNameLine">
- <property name="placeholderText">
- <string>New Playlist...</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <widget class="QPushButton" name="manualPlaylistButton">
- <property name="text">
- <string>Create Manual Playlist</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="autoPlaylistButton">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Create Automatic Playlist</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections/>
- </ui>