2021-03-21 Fred Gleason <fredg@paravelsystems.com>

* Added a 'Cut Gain' control to 'RDMarkerDialog'.
	* Added a 'No Fade on Segue Out' checkbox to 'RDMarkerDialog'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-03-21 13:19:05 -04:00
parent a4a8c05458
commit 87e29e855e
12 changed files with 195 additions and 2 deletions

View File

@@ -21,10 +21,12 @@
#ifndef RDMARKERDIALOG_H
#define RDMARKERDIALOG_H
#include <QCheckBox>
#include <QGroupBox>
#include <QLabel>
#include <QLineEdit>
#include <QPushButton>
#include <QSpinBox>
#include <QTimer>
#include <rddialog.h>
@@ -109,6 +111,13 @@ class RDMarkerDialog : public RDDialog
QPushButton *d_goto_home_button;
QPushButton *d_goto_end_button;
QCheckBox *d_no_segue_fade_check;
QLabel *d_no_segue_fade_label;
QLabel *d_play_gain_label;
QSpinBox *d_play_gain_spin;
QLabel *d_play_gain_unit_label;
QPushButton *d_ok_button;
QPushButton *d_cancel_button;
unsigned d_cart_number;