| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>VlcFrame</class>
- <widget class="QFrame" name="VlcFrame">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>524</width>
- <height>78</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>524</width>
- <height>78</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Frame</string>
- </property>
- <layout class="QHBoxLayout" name="horizontalLayout_2">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <item>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <property name="spacing">
- <number>0</number>
- </property>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <property name="spacing">
- <number>12</number>
- </property>
- <property name="leftMargin">
- <number>12</number>
- </property>
- <property name="topMargin">
- <number>12</number>
- </property>
- <property name="rightMargin">
- <number>12</number>
- </property>
- <property name="bottomMargin">
- <number>12</number>
- </property>
- <item>
- <widget class="QToolButton" name="btnPlayPause">
- <property name="minimumSize">
- <size>
- <width>56</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>56</width>
- <height>28</height>
- </size>
- </property>
- <property name="text">
- <string>Lire</string>
- </property>
- <property name="icon">
- <iconset resource="../rsc.qrc">
- <normaloff>:/img/rsc/play.png</normaloff>:/img/rsc/play.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="lblPosition">
- <property name="minimumSize">
- <size>
- <width>50</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>50</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="ClickableSlider" name="progressionSlider">
- <property name="minimumSize">
- <size>
- <width>150</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximum">
- <number>1000</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="lblDuration">
- <property name="minimumSize">
- <size>
- <width>50</width>
- <height>0</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>50</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="btnMute">
- <property name="minimumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>28</width>
- <height>28</height>
- </size>
- </property>
- <property name="text">
- <string>Vol.</string>
- </property>
- <property name="icon">
- <iconset resource="../rsc.qrc">
- <normaloff>:/img/rsc/volume.png</normaloff>:/img/rsc/volume.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="ClickableSlider" name="volumeSlider">
- <property name="minimumSize">
- <size>
- <width>100</width>
- <height>28</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>100</width>
- <height>16777215</height>
- </size>
- </property>
- <property name="value">
- <number>50</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <property name="leftMargin">
- <number>12</number>
- </property>
- <property name="rightMargin">
- <number>12</number>
- </property>
- <item>
- <widget class="QToolButton" name="btnPrevious">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="toolTip">
- <string>Revenir au morceau précédent</string>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- <property name="icon">
- <iconset resource="../rsc.qrc">
- <normaloff>:/img/rsc/rewind.png</normaloff>:/img/rsc/rewind.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="btnNext">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="toolTip">
- <string>Aller au morceau suivant</string>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- <property name="icon">
- <iconset resource="../rsc.qrc">
- <normaloff>:/img/rsc/fast-forward.png</normaloff>:/img/rsc/fast-forward.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="lblTrack">
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>14</height>
- </size>
- </property>
- <property name="text">
- <string/>
- </property>
- <property name="textFormat">
- <enum>Qt::PlainText</enum>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- <property name="textInteractionFlags">
- <set>Qt::NoTextInteraction</set>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>ClickableSlider</class>
- <extends>QSlider</extends>
- <header location="global">.clickable_slider.h</header>
- </customwidget>
- </customwidgets>
- <resources>
- <include location="../rsc.qrc"/>
- </resources>
- <connections/>
- </ui>
|