cctw  0.2.1
cctwqtsetupoutputdialog.h
Go to the documentation of this file.
1 #ifndef CCTWQTSETUPOUTPUTDIALOG_H
2 #define CCTWQTSETUPOUTPUTDIALOG_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
8 }
9 
10 class CctwqtMainWindow;
11 class CctwChunkedData;
12 
13 class CctwqtSetupOutputDialog : public QDialog
14 {
15  Q_OBJECT
16 
17 public:
20 
21 public slots:
22  void accept();
23  void doBrowseOutputFile();
24 
25 private:
26  Ui::CctwqtSetupOutputDialog *ui;
29 };
30 
31 #endif // CCTWQTSETUPOUTPUTDIALOG_H
Ui::CctwqtSetupOutputDialog * ui
CctwqtSetupOutputDialog(CctwqtMainWindow *parent, CctwChunkedData *data)