diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-04-02 20:41:14 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-04-02 20:41:14 +0200 |
commit | e9720cba4e117dc26da46b0a72b56a576a950e17 (patch) | |
tree | b391d09f14a54349adfdc081080eb73116a94cc0 /dgedit/mainwindow.h | |
parent | 8d2f80f5e83ed9b22574562af0db0590f2c67c1f (diff) |
Updating prefix lineedit on presets change.
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r-- | dgedit/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h index c358d3c..efdce99 100644 --- a/dgedit/mainwindow.h +++ b/dgedit/mainwindow.h @@ -31,6 +31,7 @@ #include <QScrollBar> #include <QComboBox> #include <QSlider> +#include <QLineEdit> #include "canvas.h" #include "audioextractor.h" @@ -40,6 +41,7 @@ class Preset { public: + QString name; int attacklength; int falloff; int fadelength; @@ -80,6 +82,7 @@ private: QSlider *slider_attacklength; QSlider *slider_falloff; QSlider *slider_fadelength; + QLineEdit *prefix; }; #endif/*__DRUMGIZMO_MAINWINDOW_H__*/ |