6 : QSplitter(Qt::Vertical, parent),
13 setStretchFactor(0, 1000);
14 setStretchFactor(1, 1);
16 setChildrenCollapsible(
false);
~Planner()
Destructs the planner widget.
Planner(QWidget *parent=nullptr)
Constructs the planner widget.
MapViewer * m_MapViewer
The layout of the planner widget.
A custom QWidget to represent a timeline with keyframes.