32 #ifndef pqVCRToolbar_h 33 #define pqVCRToolbar_h 48 typedef QToolBar Superclass;
51 pqVCRToolbar(
const QString& title, QWidget* parentObject =
nullptr)
52 : Superclass(title, parentObject)
57 : Superclass(parentObject)
64 void setTimeRanges(
double,
double);
65 void onPlaying(
bool,
bool);
#define PQAPPLICATIONCOMPONENTS_EXPORT