diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 23:54:10 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 23:54:10 -0400 |
| commit | c11461d9c46351afa9f479fc05d4f97901ba09ab (patch) | |
| tree | aaab753ba062abda50265d7c596650d736afd053 /player.ui | |
| parent | ff7d439298895683d73fff243f81faa38426386f (diff) | |
| download | erable-godot-c11461d9c46351afa9f479fc05d4f97901ba09ab.tar.gz erable-godot-c11461d9c46351afa9f479fc05d4f97901ba09ab.tar.bz2 erable-godot-c11461d9c46351afa9f479fc05d4f97901ba09ab.zip | |
New icon, taglib, name change
Diffstat (limited to 'player.ui')
| -rw-r--r-- | player.ui | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -127,7 +127,7 @@ <item row="6" column="3" colspan="2"> <widget class="QSlider" name="volumeSlider"> <property name="enabled"> - <bool>false</bool> + <bool>true</bool> </property> <property name="value"> <number>99</number> @@ -179,7 +179,6 @@ </property> <addaction name="actionOpen"/> <addaction name="separator"/> - <addaction name="actionAbout"/> <addaction name="actionQuit"/> </widget> <widget class="QMenu" name="menuView"> @@ -187,8 +186,15 @@ <string>View</string> </property> </widget> + <widget class="QMenu" name="menuHelp"> + <property name="title"> + <string>Help</string> + </property> + <addaction name="actionAbout"/> + </widget> <addaction name="menuFile"/> <addaction name="menuView"/> + <addaction name="menuHelp"/> </widget> <widget class="QStatusBar" name="statusbar"/> <action name="actionQuit"> |
