14 #include <QVBoxLayout> 16 #include <QStringList> 28 BaseWidget(NULL,
"export_data_widget",
"Export Data"),
29 mFileManager(filemanager),
30 mVisServices(services)
32 QVBoxLayout * topLayout =
new QVBoxLayout();
38 this->setLayout(topLayout);
39 topLayout->addWidget(exportImageWidget);
40 topLayout->addWidget(exportMeshWidget);
41 topLayout->addWidget(exportPointMetricWidget);
42 topLayout->addStretch();
boost::shared_ptr< class FileManagerService > FileManagerServicePtr
boost::shared_ptr< class VisServices > VisServicesPtr
static StringPropertySelectPointMetricPtr New(PatientModelServicePtr patientModelService)
static StringPropertySelectMeshPtr New(PatientModelServicePtr patientModelService)
static StringPropertySelectImagePtr New(PatientModelServicePtr patientModelService)
Namespace for all CustusX production code.