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

* Added 'L' and 'R' channel labels when viewing a stereo cut to the
	waveform display in 'RDMarkerDialog'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-03-22 12:28:54 -04:00
parent e1d3a756cc
commit 69445291fd
3 changed files with 23 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
#include <rdcut.h>
#include <rdwavefactory.h>
#include <rdwidget.h>
class RDMarkerHandle : public QGraphicsPolygonItem
{
@@ -77,7 +78,7 @@ class RDMarkerHandle : public QGraphicsPolygonItem
};
class RDMarkerView : public QWidget
class RDMarkerView : public RDWidget
{
Q_OBJECT;
public: