/src/libtomahawk/widgets/newplaylistwidget.ui
http://github.com/tomahawk-player/tomahawk · Unknown · 85 lines · 85 code · 0 blank · 0 comment · 0 complexity · 3ea3e22afdb4eec4f386fa4f68b3e308 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>NewPlaylistWidget</class>
- <widget class="QWidget" name="NewPlaylistWidget">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>729</width>
- <height>460</height>
- </rect>
- </property>
- <property name="focusPolicy">
- <enum>Qt::TabFocus</enum>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Enter a title for the new playlist:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="titleEdit">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>26</height>
- </size>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Tomahawk offers a variety of ways to help you create playlists and find music you enjoy!</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Just enter a genre or tag name and Tomahawk will suggest a few songs to get you started with your new playlist:</string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="tagEdit">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>26</height>
- </size>
- </property>
- </widget>
- </item>
- <item>
- <widget class="PlaylistView" name="suggestionsView"/>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>PlaylistView</class>
- <extends>QTreeView</extends>
- <header>playlist/PlaylistView.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>