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();