aboutsummaryrefslogtreecommitdiff
path: root/player.ui
diff options
context:
space:
mode:
Diffstat (limited to 'player.ui')
-rw-r--r--player.ui92
1 files changed, 81 insertions, 11 deletions
diff --git a/player.ui b/player.ui
index 8c50a77..9f63c19 100644
--- a/player.ui
+++ b/player.ui
@@ -14,13 +14,29 @@
<string>AleePlayer</string>
</property>
<widget class="QWidget" name="centralwidget">
- <widget class="QPushButton" name="playButton">
+ <widget class="QPushButton" name="mediaButton">
<property name="geometry">
<rect>
<x>20</x>
- <y>20</y>
- <width>88</width>
- <height>34</height>
+ <y>500</y>
+ <width>80</width>
+ <height>26</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Set Media</string>
+ </property>
+ <property name="flat">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QPushButton" name="playButton">
+ <property name="geometry">
+ <rect>
+ <x>280</x>
+ <y>500</y>
+ <width>80</width>
+ <height>26</height>
</rect>
</property>
<property name="text">
@@ -32,18 +48,72 @@
<property name="checked">
<bool>false</bool>
</property>
+ <property name="flat">
+ <bool>false</bool>
+ </property>
</widget>
- <widget class="QPushButton" name="mediaButton">
+ <widget class="QSlider" name="volumeSlider">
<property name="geometry">
<rect>
- <x>130</x>
- <y>20</y>
- <width>88</width>
- <height>34</height>
+ <x>560</x>
+ <y>500</y>
+ <width>160</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="value">
+ <number>0</number>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="tickPosition">
+ <enum>QSlider::NoTicks</enum>
+ </property>
+ <property name="tickInterval">
+ <number>0</number>
+ </property>
+ </widget>
+ <widget class="QPushButton" name="stopButton">
+ <property name="geometry">
+ <rect>
+ <x>400</x>
+ <y>500</y>
+ <width>80</width>
+ <height>26</height>
</rect>
</property>
<property name="text">
- <string>Set Media</string>
+ <string>Stop</string>
+ </property>
+ <property name="flat">
+ <bool>false</bool>
+ </property>
+ </widget>
+ <widget class="QLabel" name="label">
+ <property name="geometry">
+ <rect>
+ <x>570</x>
+ <y>530</y>
+ <width>58</width>
+ <height>18</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Volume</string>
+ </property>
+ </widget>
+ <widget class="QSlider" name="playbackSlider">
+ <property name="geometry">
+ <rect>
+ <x>40</x>
+ <y>445</y>
+ <width>741</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
</property>
</widget>
</widget>
@@ -53,7 +123,7 @@
<x>0</x>
<y>0</y>
<width>800</width>
- <height>30</height>
+ <height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">