diff options
Diffstat (limited to 'player.ui')
| -rw-r--r-- | player.ui | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -14,10 +14,10 @@ <string>AleePlayer</string> </property> <widget class="QWidget" name="centralwidget"> - <widget class="QPushButton" name="pushButton"> + <widget class="QPushButton" name="playButton"> <property name="geometry"> <rect> - <x>10</x> + <x>20</x> <y>20</y> <width>88</width> <height>34</height> @@ -27,6 +27,32 @@ <string>Play Audio</string> </property> </widget> + <widget class="QPushButton" name="pauseButton"> + <property name="geometry"> + <rect> + <x>130</x> + <y>20</y> + <width>88</width> + <height>34</height> + </rect> + </property> + <property name="text"> + <string>Pause</string> + </property> + </widget> + <widget class="QPushButton" name="pushButton"> + <property name="geometry"> + <rect> + <x>240</x> + <y>20</y> + <width>88</width> + <height>34</height> + </rect> + </property> + <property name="text"> + <string>Set Media</string> + </property> + </widget> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> |
