summaryrefslogtreecommitdiff
path: root/dgedit/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'dgedit/mainwindow.h')
-rw-r--r--dgedit/mainwindow.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/dgedit/mainwindow.h b/dgedit/mainwindow.h
index 280b60c..5fbf0ec 100644
--- a/dgedit/mainwindow.h
+++ b/dgedit/mainwindow.h
@@ -83,11 +83,22 @@ private:
QScrollBar *xoffset;
QScrollBar *sb_playsamples;
QComboBox *presets;
+ QLineEdit *lineed_attacklength;
QSlider *slider_attacklength;
+ QLineEdit *lineed_falloff;
QSlider *slider_falloff;
+ QLineEdit *lineed_fadelength;
QSlider *slider_fadelength;
+ QLineEdit *lineed_slider4;
QLineEdit *prefix;
- QLineEdit *exportp;
+ QLineEdit *lineed_exportp;
+
+private slots:
+ void setAttackLengthLineEd(int);
+ void setFalloffLineEd(int);
+ void setFadeLengthLineEd(int);
+ void setVolumeLineEd(int);
+
};
#endif/*__DRUMGIZMO_MAINWINDOW_H__*/