ExportDialog.cpp
Go to the documentation of this file.
1#include "ExportDialog.h"
2
3#include "ui_ExportDialog.h"
4
5ExportDialog::ExportDialog(QWidget* parent) : QDialog(parent), ui(new Ui::ExportDialog)
6{
7 ui->setupUi(this);
8}
9
11{
12 delete ui;
13}
ExportDialog(QWidget *parent=0)
ArmarX Headers.