Base class for BuilderView components. More...
#include <builderview.h>
Public Member Functions | |
BuilderViewComponent (QWidget *parent=0) | |
virtual QWidget * | header ()=0 |
virtual QWidget * | viewPort ()=0 |
Base class for BuilderView components.
BuilderViewComponent::BuilderViewComponent | ( | QWidget * | parent = 0 |
) |
: QWidget(parent) { QVBoxLayout *l = new QVBoxLayout(); setLayout(l); layout()->setContentsMargins(0, 0, 0, 0); }
virtual QWidget* BuilderViewComponent::header | ( | ) | [pure virtual] |
Implemented in DataBuilderView, and TimestampBuiderView.
virtual QWidget* BuilderViewComponent::viewPort | ( | ) | [pure virtual] |
Implemented in DataBuilderView, and TimestampBuiderView.