cctw  0.2.1
cctwqtsetupcheckimportdialog.h
Go to the documentation of this file.
1 #ifndef CCTWQTSETUPCHECKIMPORTDIALOG_H
2 #define CCTWQTSETUPCHECKIMPORTDIALOG_H
3 
4 #include <QDialog>
5 
6 class CctwImporter;
7 class CctwqtMainWindow;
8 
9 namespace Ui {
11 }
12 
13 class CctwqtSetupCheckImportDialog : public QDialog
14 {
15  Q_OBJECT
16 
17 public:
20 
21 public slots:
22  void accept();
23 
24 private:
25  void setCurrentDirectory(QString dir);
26 
27 private:
28  Ui::CctwqtSetupCheckImportDialog *ui;
31 };
32 
33 #endif // CCTWQTSETUPCHECKIMPORTDIALOG_H
CctwqtSetupCheckImportDialog(CctwqtMainWindow *parent, CctwImporter *data)
Ui::CctwqtSetupCheckImportDialog * ui