ExportDialog.h
Go to the documentation of this file.
1#ifndef EXPORTDIALOG_H
2#define EXPORTDIALOG_H
3
4#include <QDialog>
5
6namespace Ui
7{
8 class ExportDialog;
9}
10
11class ExportDialog : public QDialog
12{
13 Q_OBJECT
14
15public:
16 explicit ExportDialog(QWidget* parent = 0);
18
19private:
20 Ui::ExportDialog* ui;
21};
22
23#endif // EXPORTDIALOG_H
ExportDialog(QWidget *parent=0)
ArmarX Headers.