14 #include <QVBoxLayout> 21 mVerticalLayout(new QVBoxLayout(this))
23 this->setObjectName(
"ExampleWidget");
24 this->setWindowTitle(
"Example");
25 this->setWhatsThis(this->defaultWhatsThis());
27 mVerticalLayout->addWidget(
new QLabel(
"Hello Plugin!"));
34 QString ExampleWidget::defaultWhatsThis()
const 37 "<h3>Example plugin.</h3>" 38 "<p>Used for developers as a starting points for developing a new plugin</p>"
Namespace for all CustusX production code.