playback_dock.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PlaybackDock</class>
  4. <widget class="QDockWidget" name="PlaybackDock">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>363</width>
  10. <height>150</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Playbac&amp;k Dock</string>
  15. </property>
  16. <widget class="QWidget" name="dockWidgetContents">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <layout class="QHBoxLayout" name="button_layout">
  20. <item>
  21. <widget class="QToolButton" name="move_start_button">
  22. <property name="text">
  23. <string>To start</string>
  24. </property>
  25. <property name="icon">
  26. <iconset theme="media-skip-backward">
  27. <normaloff>.</normaloff>.</iconset>
  28. </property>
  29. </widget>
  30. </item>
  31. <item>
  32. <widget class="QToolButton" name="play_button">
  33. <property name="text">
  34. <string>Play</string>
  35. </property>
  36. <property name="icon">
  37. <iconset theme="media-playback-start">
  38. <normaloff>.</normaloff>.</iconset>
  39. </property>
  40. <property name="checkable">
  41. <bool>true</bool>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QToolButton" name="stop_button">
  47. <property name="text">
  48. <string>Stop</string>
  49. </property>
  50. <property name="icon">
  51. <iconset theme="media-playback-stop">
  52. <normaloff>.</normaloff>.</iconset>
  53. </property>
  54. </widget>
  55. </item>
  56. <item>
  57. <widget class="QToolButton" name="move_end_button">
  58. <property name="text">
  59. <string>To end</string>
  60. </property>
  61. <property name="icon">
  62. <iconset theme="media-skip-forward">
  63. <normaloff>.</normaloff>.</iconset>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QSlider" name="timeline_zoom">
  69. <property name="maximum">
  70. <number>7</number>
  71. </property>
  72. <property name="orientation">
  73. <enum>Qt::Horizontal</enum>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </item>
  79. <item>
  80. <widget class="QScrollArea" name="scrollArea">
  81. <property name="sizePolicy">
  82. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  83. <horstretch>0</horstretch>
  84. <verstretch>0</verstretch>
  85. </sizepolicy>
  86. </property>
  87. <property name="maximumSize">
  88. <size>
  89. <width>16777215</width>
  90. <height>64</height>
  91. </size>
  92. </property>
  93. <property name="verticalScrollBarPolicy">
  94. <enum>Qt::ScrollBarAlwaysOff</enum>
  95. </property>
  96. <property name="horizontalScrollBarPolicy">
  97. <enum>Qt::ScrollBarAlwaysOn</enum>
  98. </property>
  99. <property name="sizeAdjustPolicy">
  100. <enum>QAbstractScrollArea::AdjustToContents</enum>
  101. </property>
  102. <property name="widgetResizable">
  103. <bool>true</bool>
  104. </property>
  105. <widget class="QWidget" name="scrollAreaWidgetContents">
  106. <property name="geometry">
  107. <rect>
  108. <x>0</x>
  109. <y>0</y>
  110. <width>343</width>
  111. <height>40</height>
  112. </rect>
  113. </property>
  114. <layout class="QHBoxLayout" name="horizontalLayout">
  115. <item>
  116. <widget class="studio::TimelineView" name="timeline" native="true"/>
  117. </item>
  118. </layout>
  119. </widget>
  120. </widget>
  121. </item>
  122. </layout>
  123. </widget>
  124. </widget>
  125. <customwidgets>
  126. <customwidget>
  127. <class>studio::TimelineView</class>
  128. <extends>QWidget</extends>
  129. <header location="global">widgets/timeline_view.h</header>
  130. <container>1</container>
  131. </customwidget>
  132. </customwidgets>
  133. <resources/>
  134. <connections/>
  135. </ui>