/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NewPlaylistWidget</class>
  4. <widget class="QWidget" name="NewPlaylistWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>729</width>
  10. <height>460</height>
  11. </rect>
  12. </property>
  13. <property name="focusPolicy">
  14. <enum>Qt::TabFocus</enum>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="label_2">
  19. <property name="text">
  20. <string>Enter a title for the new playlist:</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item>
  25. <widget class="QLineEdit" name="titleEdit">
  26. <property name="minimumSize">
  27. <size>
  28. <width>0</width>
  29. <height>26</height>
  30. </size>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <widget class="QLabel" name="label">
  36. <property name="text">
  37. <string>Tomahawk offers a variety of ways to help you create playlists and find music you enjoy!</string>
  38. </property>
  39. <property name="wordWrap">
  40. <bool>true</bool>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <widget class="QLabel" name="label_3">
  46. <property name="text">
  47. <string>Just enter a genre or tag name and Tomahawk will suggest a few songs to get you started with your new playlist:</string>
  48. </property>
  49. <property name="wordWrap">
  50. <bool>true</bool>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QLineEdit" name="tagEdit">
  56. <property name="minimumSize">
  57. <size>
  58. <width>0</width>
  59. <height>26</height>
  60. </size>
  61. </property>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="PlaylistView" name="suggestionsView"/>
  66. </item>
  67. <item>
  68. <widget class="QDialogButtonBox" name="buttonBox">
  69. <property name="standardButtons">
  70. <set>QDialogButtonBox::Cancel</set>
  71. </property>
  72. </widget>
  73. </item>
  74. </layout>
  75. </widget>
  76. <customwidgets>
  77. <customwidget>
  78. <class>PlaylistView</class>
  79. <extends>QTreeView</extends>
  80. <header>playlist/PlaylistView.h</header>
  81. </customwidget>
  82. </customwidgets>
  83. <resources/>
  84. <connections/>
  85. </ui>