35 #include <QVBoxLayout> 42 mVerticalLayout(new QVBoxLayout(this))
44 this->setObjectName(
"ExampleWidget");
45 this->setWindowTitle(
"Example");
46 this->setWhatsThis(this->defaultWhatsThis());
48 mVerticalLayout->addWidget(
new QLabel(
"Hello Plugin!"));
55 QString ExampleWidget::defaultWhatsThis()
const 58 "<h3>Example plugin.</h3>" 59 "<p>Used for developers as a starting points for developing a new plugin</p>"
Namespace for all CustusX production code.