diff options
| author | tassaron | 2017-05-29 20:40:59 -0400 |
|---|---|---|
| committer | tassaron | 2017-05-29 20:40:59 -0400 |
| commit | d1852619dfa22833cc5fd13af17afe031ee08ece (patch) | |
| tree | 484e6f165e8c1767cbffc24c53c7ba5aca2fa3ac /mainwindow.ui | |
| parent | 8dd7b7d59ab3ef3caf2bbd69dd0b2a7eb134edc7 (diff) | |
| parent | 025bc2c2e6041f402b132560585b14aeed041757 (diff) | |
Merge branch 'feature-newgui' of https://www.github.com/IamDH4/audio-visualizer-python into feature-newgui
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index b15cc8e..0dcce91 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -217,10 +217,12 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout_15"> <item> - <widget class="QPushButton" name="pushButton_openPreset"> - <property name="text"> - <string>Open Preset</string> - </property> + <widget class="QComboBox" name="comboBox_openPreset"> + <item> + <property name="text"> + <string>Open Preset</string> + </property> + </item> </widget> </item> <item> |
