diff options
author | Eddy Pedroni <eddy@0xf7.com> | 2021-11-04 22:02:06 +0100 |
---|---|---|
committer | Eddy Pedroni <eddy@0xf7.com> | 2021-11-04 22:02:06 +0100 |
commit | fa5b0f760892bcbc2548ec0e516a716bd854ceef (patch) | |
tree | d90a9ecc50b6c445697b9440fa0e6c356594ea97 /mainwindow.ui | |
parent | 27f908340a5b8d3c8a9f3354f99712be5a0f739c (diff) |
Added MIDI support, test files, removed mediaplayer example
Diffstat (limited to 'mainwindow.ui')
-rw-r--r-- | mainwindow.ui | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index fc63434..b4f6afa 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -93,6 +93,13 @@ </property> </widget> </item> + <item row="5" column="1"> + <widget class="QPushButton" name="initMidiButton"> + <property name="text"> + <string>Connect MIDI</string> + </property> + </widget> + </item> </layout> </item> </layout> |