mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user