/src/libtomahawk/context/ContextWidget.ui

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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ContextWidget</class>
  4. <widget class="QWidget" name="ContextWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>774</width>
  10. <height>173</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>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="text">
  38. <string>Show Footnotes</string>
  39. </property>
  40. <property name="alignment">
  41. <set>Qt::AlignCenter</set>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <layout class="QHBoxLayout" name="horizontalLayout">
  47. <item>
  48. <spacer name="verticalSpacer">
  49. <property name="orientation">
  50. <enum>Qt::Vertical</enum>
  51. </property>
  52. <property name="sizeHint" stdset="0">
  53. <size>
  54. <width>1</width>
  55. <height>16</height>
  56. </size>
  57. </property>
  58. </spacer>
  59. </item>
  60. <item>
  61. <widget class="QGraphicsView" name="contextView"/>
  62. </item>
  63. </layout>
  64. </item>
  65. </layout>
  66. </widget>
  67. <customwidgets>
  68. <customwidget>
  69. <class>HeaderLabel</class>
  70. <extends>QLabel</extends>
  71. <header location="global">widgets/HeaderLabel.h</header>
  72. </customwidget>
  73. </customwidgets>
  74. <resources/>
  75. <connections/>
  76. </ui>