aboutsummaryrefslogtreecommitdiff
path: root/player.ui
diff options
context:
space:
mode:
Diffstat (limited to 'player.ui')
-rw-r--r--player.ui30
1 files changed, 22 insertions, 8 deletions
diff --git a/player.ui b/player.ui
index d1ce767..f03497e 100644
--- a/player.ui
+++ b/player.ui
@@ -11,9 +11,23 @@
</rect>
</property>
<property name="windowTitle">
- <string>Player</string>
+ <string>AleePlayer</string>
</property>
- <widget class="QWidget" name="centralwidget"/>
+ <widget class="QWidget" name="centralwidget">
+ <widget class="QPushButton" name="pushButton">
+ <property name="geometry">
+ <rect>
+ <x>10</x>
+ <y>20</y>
+ <width>88</width>
+ <height>34</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Play Audio</string>
+ </property>
+ </widget>
+ </widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
@@ -27,15 +41,10 @@
<property name="title">
<string>File</string>
</property>
+ <addaction name="actionAbout"/>
<addaction name="actionQuit"/>
</widget>
- <widget class="QMenu" name="menuAbout">
- <property name="title">
- <string>About</string>
- </property>
- </widget>
<addaction name="menuFile"/>
- <addaction name="menuAbout"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionQuit">
@@ -43,6 +52,11 @@
<string>Quit</string>
</property>
</action>
+ <action name="actionAbout">
+ <property name="text">
+ <string>About</string>
+ </property>
+ </action>
</widget>
<resources/>
<connections/>