vlcframe.ui 7.2 KB

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