/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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>QueueView</class>
  4. <widget class="QWidget" name="QueueView">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>774</width>
  10. <height>72</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>72</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string notr="true" extracomment="not translatable because not shown to the user">InfoBar</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <item>
  30. <widget class="HeaderLabel" name="toggleButton">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="acceptDrops">
  38. <bool>true</bool>
  39. </property>
  40. <property name="text">
  41. <string>Open Queue</string>
  42. </property>
  43. <property name="alignment">
  44. <set>Qt::AlignCenter</set>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <layout class="QHBoxLayout" name="horizontalLayout">
  50. <item>
  51. <widget class="TrackView" name="queue"/>
  52. </item>
  53. <item>
  54. <spacer name="verticalSpacer">
  55. <property name="orientation">
  56. <enum>Qt::Vertical</enum>
  57. </property>
  58. <property name="sizeHint" stdset="0">
  59. <size>
  60. <width>1</width>
  61. <height>16</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. </layout>
  67. </item>
  68. </layout>
  69. </widget>
  70. <customwidgets>
  71. <customwidget>
  72. <class>HeaderLabel</class>
  73. <extends>QLabel</extends>
  74. <header location="global">widgets/HeaderLabel.h</header>
  75. </customwidget>
  76. <customwidget>
  77. <class>TrackView</class>
  78. <extends>QTreeView</extends>
  79. <header location="global">playlist/TrackView.h</header>
  80. </customwidget>
  81. </customwidgets>
  82. <resources/>
  83. <connections/>
  84. </ui>