aboutsummaryrefslogtreecommitdiff
path: root/player.ui
diff options
context:
space:
mode:
Diffstat (limited to 'player.ui')
-rw-r--r--player.ui31
1 files changed, 31 insertions, 0 deletions
diff --git a/player.ui b/player.ui
index 8cb0eda..902e4a4 100644
--- a/player.ui
+++ b/player.ui
@@ -26,6 +26,12 @@
<property name="text">
<string>Play Audio</string>
</property>
+ <property name="checkable">
+ <bool>false</bool>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
</widget>
<widget class="QPushButton" name="pauseButton">
<property name="geometry">
@@ -53,6 +59,24 @@
<string>Set Media</string>
</property>
</widget>
+ <widget class="QLabel" name="titleLabel">
+ <property name="geometry">
+ <rect>
+ <x>30</x>
+ <y>70</y>
+ <width>81</width>
+ <height>31</height>
+ </rect>
+ </property>
+ <property name="font">
+ <font>
+ <pointsize>14</pointsize>
+ </font>
+ </property>
+ <property name="text">
+ <string>Nothing</string>
+ </property>
+ </widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
@@ -67,6 +91,8 @@
<property name="title">
<string>File</string>
</property>
+ <addaction name="actionOpen"/>
+ <addaction name="separator"/>
<addaction name="actionAbout"/>
<addaction name="actionQuit"/>
</widget>
@@ -83,6 +109,11 @@
<string>About</string>
</property>
</action>
+ <action name="actionOpen">
+ <property name="text">
+ <string>Open</string>
+ </property>
+ </action>
</widget>
<resources/>
<connections/>