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