vlcframe.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>VlcFrame</class>
  4. <widget class="QFrame" name="VlcFrame">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>424</width>
  10. <height>79</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>424</width>
  16. <height>78</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>16777215</width>
  22. <height>10000</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Frame</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout_2">
  29. <property name="spacing">
  30. <number>0</number>
  31. </property>
  32. <property name="leftMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="topMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="rightMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="bottomMargin">
  42. <number>0</number>
  43. </property>
  44. <item>
  45. <layout class="QVBoxLayout" name="verticalLayout_2">
  46. <property name="spacing">
  47. <number>0</number>
  48. </property>
  49. <item>
  50. <layout class="QHBoxLayout" name="horizontalLayout">
  51. <property name="spacing">
  52. <number>12</number>
  53. </property>
  54. <property name="leftMargin">
  55. <number>12</number>
  56. </property>
  57. <property name="topMargin">
  58. <number>12</number>
  59. </property>
  60. <property name="rightMargin">
  61. <number>12</number>
  62. </property>
  63. <property name="bottomMargin">
  64. <number>12</number>
  65. </property>
  66. <item>
  67. <widget class="QToolButton" name="btnPlayPause">
  68. <property name="minimumSize">
  69. <size>
  70. <width>28</width>
  71. <height>28</height>
  72. </size>
  73. </property>
  74. <property name="maximumSize">
  75. <size>
  76. <width>28</width>
  77. <height>28</height>
  78. </size>
  79. </property>
  80. <property name="text">
  81. <string>Lire</string>
  82. </property>
  83. <property name="icon">
  84. <iconset resource="../rsc.qrc">
  85. <normaloff>:/img/rsc/play.png</normaloff>:/img/rsc/play.png</iconset>
  86. </property>
  87. </widget>
  88. </item>
  89. <item>
  90. <widget class="ClickableSlider" name="progressionSlider">
  91. <property name="minimumSize">
  92. <size>
  93. <width>168</width>
  94. <height>28</height>
  95. </size>
  96. </property>
  97. <property name="maximum">
  98. <number>1000</number>
  99. </property>
  100. <property name="orientation">
  101. <enum>Qt::Horizontal</enum>
  102. </property>
  103. </widget>
  104. </item>
  105. <item>
  106. <widget class="QToolButton" name="btnMute">
  107. <property name="minimumSize">
  108. <size>
  109. <width>28</width>
  110. <height>28</height>
  111. </size>
  112. </property>
  113. <property name="maximumSize">
  114. <size>
  115. <width>28</width>
  116. <height>28</height>
  117. </size>
  118. </property>
  119. <property name="text">
  120. <string>Vol.</string>
  121. </property>
  122. <property name="icon">
  123. <iconset resource="../rsc.qrc">
  124. <normaloff>:/img/rsc/volume.png</normaloff>:/img/rsc/volume.png</iconset>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="ClickableSlider" name="volumeSlider">
  130. <property name="minimumSize">
  131. <size>
  132. <width>100</width>
  133. <height>28</height>
  134. </size>
  135. </property>
  136. <property name="maximumSize">
  137. <size>
  138. <width>100</width>
  139. <height>16777215</height>
  140. </size>
  141. </property>
  142. <property name="value">
  143. <number>50</number>
  144. </property>
  145. <property name="orientation">
  146. <enum>Qt::Horizontal</enum>
  147. </property>
  148. </widget>
  149. </item>
  150. </layout>
  151. </item>
  152. <item>
  153. <layout class="QHBoxLayout" name="horizontalLayout_3">
  154. <property name="leftMargin">
  155. <number>12</number>
  156. </property>
  157. <property name="rightMargin">
  158. <number>12</number>
  159. </property>
  160. <item>
  161. <widget class="QToolButton" name="btnPrevious">
  162. <property name="enabled">
  163. <bool>false</bool>
  164. </property>
  165. <property name="toolTip">
  166. <string>Revenir au morceau précédent</string>
  167. </property>
  168. <property name="text">
  169. <string>...</string>
  170. </property>
  171. <property name="icon">
  172. <iconset resource="../rsc.qrc">
  173. <normaloff>:/img/rsc/rewind.png</normaloff>:/img/rsc/rewind.png</iconset>
  174. </property>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QToolButton" name="btnNext">
  179. <property name="enabled">
  180. <bool>false</bool>
  181. </property>
  182. <property name="toolTip">
  183. <string>Aller au morceau suivant</string>
  184. </property>
  185. <property name="text">
  186. <string>...</string>
  187. </property>
  188. <property name="icon">
  189. <iconset resource="../rsc.qrc">
  190. <normaloff>:/img/rsc/fast-forward.png</normaloff>:/img/rsc/fast-forward.png</iconset>
  191. </property>
  192. </widget>
  193. </item>
  194. <item>
  195. <widget class="QLabel" name="lblTrack">
  196. <property name="minimumSize">
  197. <size>
  198. <width>0</width>
  199. <height>14</height>
  200. </size>
  201. </property>
  202. <property name="text">
  203. <string/>
  204. </property>
  205. <property name="textFormat">
  206. <enum>Qt::PlainText</enum>
  207. </property>
  208. <property name="alignment">
  209. <set>Qt::AlignCenter</set>
  210. </property>
  211. <property name="wordWrap">
  212. <bool>true</bool>
  213. </property>
  214. <property name="textInteractionFlags">
  215. <set>Qt::NoTextInteraction</set>
  216. </property>
  217. </widget>
  218. </item>
  219. </layout>
  220. </item>
  221. </layout>
  222. </item>
  223. </layout>
  224. </widget>
  225. <customwidgets>
  226. <customwidget>
  227. <class>ClickableSlider</class>
  228. <extends>QSlider</extends>
  229. <header location="global">.clickable_slider.h</header>
  230. </customwidget>
  231. </customwidgets>
  232. <resources>
  233. <include location="../rsc.qrc"/>
  234. </resources>
  235. <connections/>
  236. </ui>