/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PlaylistTypeSelectorDlg</class>
  4. <widget class="QDialog" name="PlaylistTypeSelectorDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>420</width>
  10. <height>128</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>420</width>
  22. <height>100</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>10000</width>
  28. <height>10000</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>New Playlist</string>
  33. </property>
  34. <property name="modal">
  35. <bool>false</bool>
  36. </property>
  37. <layout class="QVBoxLayout" name="verticalLayout">
  38. <item>
  39. <layout class="QHBoxLayout" name="horizontalLayout_2">
  40. <item>
  41. <widget class="QLabel" name="label">
  42. <property name="minimumSize">
  43. <size>
  44. <width>190</width>
  45. <height>0</height>
  46. </size>
  47. </property>
  48. <property name="text">
  49. <string>Just a regular old playlist... Give it a name, drag in some tracks, and go!</string>
  50. </property>
  51. <property name="wordWrap">
  52. <bool>true</bool>
  53. </property>
  54. <property name="margin">
  55. <number>2</number>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="Line" name="line">
  61. <property name="orientation">
  62. <enum>Qt::Vertical</enum>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QLabel" name="label_2">
  68. <property name="sizePolicy">
  69. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  70. <horstretch>0</horstretch>
  71. <verstretch>0</verstretch>
  72. </sizepolicy>
  73. </property>
  74. <property name="text">
  75. <string>Don't know exactly what you want? Give Tomahawk a few pointers and let it build a playlist for you!</string>
  76. </property>
  77. <property name="wordWrap">
  78. <bool>true</bool>
  79. </property>
  80. <property name="margin">
  81. <number>1</number>
  82. </property>
  83. </widget>
  84. </item>
  85. </layout>
  86. </item>
  87. <item>
  88. <layout class="QHBoxLayout" name="horizontalLayout">
  89. <item>
  90. <widget class="QLabel" name="label_3">
  91. <property name="text">
  92. <string>Name:</string>
  93. </property>
  94. <property name="margin">
  95. <number>1</number>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QLineEdit" name="playlistNameLine">
  101. <property name="placeholderText">
  102. <string>New Playlist...</string>
  103. </property>
  104. </widget>
  105. </item>
  106. </layout>
  107. </item>
  108. <item>
  109. <layout class="QHBoxLayout" name="horizontalLayout_3">
  110. <item>
  111. <widget class="QPushButton" name="manualPlaylistButton">
  112. <property name="text">
  113. <string>Create Manual Playlist</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QPushButton" name="autoPlaylistButton">
  119. <property name="enabled">
  120. <bool>true</bool>
  121. </property>
  122. <property name="text">
  123. <string>Create Automatic Playlist</string>
  124. </property>
  125. </widget>
  126. </item>
  127. </layout>
  128. </item>
  129. </layout>
  130. </widget>
  131. <resources/>
  132. <connections/>
  133. </ui>