vlcframe.ui 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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="spacing">
  187. <number>12</number>
  188. </property>
  189. <property name="leftMargin">
  190. <number>12</number>
  191. </property>
  192. <property name="rightMargin">
  193. <number>12</number>
  194. </property>
  195. <item>
  196. <widget class="QToolButton" name="btnPrevious">
  197. <property name="enabled">
  198. <bool>false</bool>
  199. </property>
  200. <property name="toolTip">
  201. <string>Revenir au morceau précédent</string>
  202. </property>
  203. <property name="text">
  204. <string>...</string>
  205. </property>
  206. <property name="icon">
  207. <iconset resource="../rsc.qrc">
  208. <normaloff>:/img/rsc/rewind.png</normaloff>:/img/rsc/rewind.png</iconset>
  209. </property>
  210. </widget>
  211. </item>
  212. <item>
  213. <widget class="QToolButton" name="btnNext">
  214. <property name="enabled">
  215. <bool>false</bool>
  216. </property>
  217. <property name="toolTip">
  218. <string>Aller au morceau suivant</string>
  219. </property>
  220. <property name="text">
  221. <string>...</string>
  222. </property>
  223. <property name="icon">
  224. <iconset resource="../rsc.qrc">
  225. <normaloff>:/img/rsc/fast-forward.png</normaloff>:/img/rsc/fast-forward.png</iconset>
  226. </property>
  227. </widget>
  228. </item>
  229. <item>
  230. <widget class="QLabel" name="lblTrack">
  231. <property name="minimumSize">
  232. <size>
  233. <width>0</width>
  234. <height>14</height>
  235. </size>
  236. </property>
  237. <property name="text">
  238. <string/>
  239. </property>
  240. <property name="textFormat">
  241. <enum>Qt::PlainText</enum>
  242. </property>
  243. <property name="alignment">
  244. <set>Qt::AlignCenter</set>
  245. </property>
  246. <property name="wordWrap">
  247. <bool>true</bool>
  248. </property>
  249. <property name="textInteractionFlags">
  250. <set>Qt::NoTextInteraction</set>
  251. </property>
  252. </widget>
  253. </item>
  254. </layout>
  255. </item>
  256. </layout>
  257. </item>
  258. </layout>
  259. </widget>
  260. <customwidgets>
  261. <customwidget>
  262. <class>ClickableSlider</class>
  263. <extends>QSlider</extends>
  264. <header location="global">.clickable_slider.h</header>
  265. </customwidget>
  266. </customwidgets>
  267. <resources>
  268. <include location="../rsc.qrc"/>
  269. </resources>
  270. <connections/>
  271. </ui>