MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / IPProcessPropertiesWidget

Method IPProcessPropertiesWidget

ImagePlay/src/IPProcessPropertiesWidget.cpp:22–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "IPProcessPropertiesWidget.h"
21
22IPProcessPropertiesWidget::IPProcessPropertiesWidget(QWidget *parent) :
23 QWidget(parent)
24{
25 _mainWindow = NULL;
26 _processStep = NULL;
27
28 // add settings to panel
29 QFormLayout* layout = new QFormLayout;
30 layout->setVerticalSpacing(0);
31
32 setLayout(layout);
33 setBackgroundRole(QPalette::Midlight);
34}
35
36IPProcessPropertiesWidget::~IPProcessPropertiesWidget()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected