diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2021-11-21 18:03:11 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@eddy.dev> | 2021-11-29 22:24:37 +0100 |
commit | 9d92121a67188995ced4aa2cc26d320475bb8c94 (patch) | |
tree | 0625499feaa11638e2df2139e87982c839b3c371 /mainwindow.ui | |
parent | fa5b0f760892bcbc2548ec0e516a716bd854ceef (diff) |
Fixed some bugs, added some midi buttons
Diffstat (limited to 'mainwindow.ui')
-rw-r--r-- | mainwindow.ui | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index b4f6afa..429cbd1 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -59,13 +59,20 @@ <item> <layout class="QFormLayout" name="formLayout"> <item row="0" column="1"> - <widget class="QPushButton" name="playPauseButton"> + <widget class="QPushButton" name="playButton"> <property name="text"> - <string>Play/pause</string> + <string>Play</string> </property> </widget> </item> <item row="1" column="1"> + <widget class="QPushButton" name="pauseButton"> + <property name="text"> + <string>Pause</string> + </property> + </widget> + </item> + <item row="9" column="1"> <widget class="QPushButton" name="saveAbButton"> <property name="text"> <string>Save AB</string> @@ -100,6 +107,13 @@ </property> </widget> </item> + <item row="6" column="1"> + <widget class="QPushButton" name="addSongButton"> + <property name="text"> + <string>Add song</string> + </property> + </widget> + </item> </layout> </item> </layout> @@ -108,11 +122,6 @@ </item> </layout> </widget> - <action name="addSongAction"> - <property name="text"> - <string>Add song</string> - </property> - </action> </widget> <resources/> <connections/> |