/src/libtomahawk/infobar/infobar.ui

http://github.com/tomahawk-player/tomahawk · Unknown · 164 lines · 164 code · 0 blank · 0 comment · 0 complexity · 949d0f674a7db459a65ebee47e37b627 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>InfoBar</class>
  4. <widget class="QWidget" name="InfoBar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>772</width>
  10. <height>72</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  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>InfoBar</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout_3">
  29. <item>
  30. <layout class="QHBoxLayout" name="horizontalLayout">
  31. <item>
  32. <widget class="QLabel" name="imageLabel">
  33. <property name="minimumSize">
  34. <size>
  35. <width>64</width>
  36. <height>64</height>
  37. </size>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <spacer name="horizontalSpacer">
  43. <property name="orientation">
  44. <enum>Qt::Horizontal</enum>
  45. </property>
  46. <property name="sizeType">
  47. <enum>QSizePolicy::Fixed</enum>
  48. </property>
  49. <property name="sizeHint" stdset="0">
  50. <size>
  51. <width>16</width>
  52. <height>20</height>
  53. </size>
  54. </property>
  55. </spacer>
  56. </item>
  57. <item>
  58. <layout class="QVBoxLayout" name="verticalLayout">
  59. <property name="bottomMargin">
  60. <number>0</number>
  61. </property>
  62. <item>
  63. <widget class="ElidedLabel" name="captionLabel">
  64. <property name="sizePolicy">
  65. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  66. <horstretch>0</horstretch>
  67. <verstretch>0</verstretch>
  68. </sizepolicy>
  69. </property>
  70. <property name="alignment">
  71. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="ElidedLabel" name="descriptionLabel">
  77. <property name="sizePolicy">
  78. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  79. <horstretch>0</horstretch>
  80. <verstretch>0</verstretch>
  81. </sizepolicy>
  82. </property>
  83. <property name="alignment">
  84. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </item>
  90. <item>
  91. <spacer name="horizontalSpacer_4">
  92. <property name="orientation">
  93. <enum>Qt::Horizontal</enum>
  94. </property>
  95. <property name="sizeType">
  96. <enum>QSizePolicy::Fixed</enum>
  97. </property>
  98. <property name="sizeHint" stdset="0">
  99. <size>
  100. <width>16</width>
  101. <height>0</height>
  102. </size>
  103. </property>
  104. </spacer>
  105. </item>
  106. <item>
  107. <layout class="QVBoxLayout" name="verticalLayout_2">
  108. <item>
  109. <widget class="ElidedLabel" name="longDescriptionLabel">
  110. <property name="sizePolicy">
  111. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  112. <horstretch>0</horstretch>
  113. <verstretch>0</verstretch>
  114. </sizepolicy>
  115. </property>
  116. <property name="minimumSize">
  117. <size>
  118. <width>0</width>
  119. <height>62</height>
  120. </size>
  121. </property>
  122. <property name="maximumSize">
  123. <size>
  124. <width>16777215</width>
  125. <height>62</height>
  126. </size>
  127. </property>
  128. <property name="alignment">
  129. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  130. </property>
  131. <property name="wordWrap">
  132. <bool>true</bool>
  133. </property>
  134. </widget>
  135. </item>
  136. <item>
  137. <spacer name="horizontalSpacer_5">
  138. <property name="orientation">
  139. <enum>Qt::Horizontal</enum>
  140. </property>
  141. <property name="sizeHint" stdset="0">
  142. <size>
  143. <width>40</width>
  144. <height>1</height>
  145. </size>
  146. </property>
  147. </spacer>
  148. </item>
  149. </layout>
  150. </item>
  151. </layout>
  152. </item>
  153. </layout>
  154. </widget>
  155. <customwidgets>
  156. <customwidget>
  157. <class>ElidedLabel</class>
  158. <extends>QLabel</extends>
  159. <header>widgets/ElidedLabel.h</header>
  160. </customwidget>
  161. </customwidgets>
  162. <resources/>
  163. <connections/>
  164. </ui>