mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-03-12 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDMarkerView' class. * Added a 'RDMarkerDialog' class. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
|
||||
#include <rdcart.h>
|
||||
#include <rdcutlistmodel.h>
|
||||
#include <rdmarkerdialog.h>
|
||||
#include <rdtableview.h>
|
||||
#include <rdwidget.h>
|
||||
|
||||
@@ -37,6 +38,7 @@ class AudioCart : public RDWidget
|
||||
public:
|
||||
AudioCart(AudioControls *controls,RDCart *cart,QString *path,bool select_cut,
|
||||
bool profile_rip,QWidget *parent=0);
|
||||
~AudioCart();
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
RDCutListModel *cutListModel();
|
||||
@@ -79,6 +81,8 @@ class AudioCart : public RDWidget
|
||||
bool rdcart_import_metadata;
|
||||
bool rdcart_profile_rip;
|
||||
bool rdcart_use_weighting;
|
||||
|
||||
RDMarkerDialog *rdcart_marker_dialog;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user