NCL Composer  0.1.5
 All Classes Functions Variables Pages
AboutDialog.h
1 #ifndef ABOUTPLUGINS_H
2 #define ABOUTPLUGINS_H
3 
4 #include <QDialog>
5 
6 namespace Ui {
7 class AboutDialog;
8 }
9 
10 namespace composer {
11 namespace gui {
12 
13 class AboutDialog: public QDialog
14 {
15  Q_OBJECT
16 
17 public:
22  AboutDialog(QWidget *parent = 0);
26  virtual ~AboutDialog();
27 
28 private:
29  Ui::AboutDialog *ui;
30 
31 private slots:
32  void showLicense();
33 };
34 
35 } } // end namespace
36 #endif // ABOUTPLUGINS_H