QT: Add reset button

This commit is contained in:
Simon McFarlane
2015-05-02 16:18:02 -07:00
parent 5988750fe4
commit 6c6fe8d724
3 changed files with 15 additions and 0 deletions

View File

@ -51,6 +51,7 @@
</property>
<addaction name="actionPlay_mnu"/>
<addaction name="actionStop_mnu"/>
<addaction name="actionReset"/>
</widget>
<widget class="QMenu" name="mnuOptions">
<property name="title">
@ -225,6 +226,11 @@
<string>Stop</string>
</property>
</action>
<action name="actionReset">
<property name="text">
<string>Reset</string>
</property>
</action>
</widget>
<resources/>
<connections/>