diff options
| author | Brianna | 2017-05-28 23:00:48 -0400 |
|---|---|---|
| committer | GitHub | 2017-05-28 23:00:48 -0400 |
| commit | 025bc2c2e6041f402b132560585b14aeed041757 (patch) | |
| tree | 14c61c69dad54b9aeffc4f6a78ade0d3191c4b2e /mainwindow.ui | |
| parent | 6433f6d5804fa5021a4187f59905089b2c20bbb6 (diff) | |
| parent | db7acbf3ea353d6c5b21de44b4f532b43339ac5c (diff) | |
Merge pull request #2 from IamDH4/feature-newgui-presets
basic start to implementing presets
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> |
