aboutdialog.h
Go to the documentation of this file.
00001 #ifndef ABOUTDIALOG_H
00002 #define ABOUTDIALOG_H
00003 
00004 #include <QDialog>
00005 #include <QLabel>
00006 
00007 namespace Ui {
00008 class AboutDialog;
00009 }
00010 
00011 class AboutDialog : public QDialog
00012 {
00013   Q_OBJECT
00014 
00015 public:
00016   explicit AboutDialog(QWidget *parent = 0);
00017   ~AboutDialog();
00018 
00019 private:
00020   Ui::AboutDialog *ui;
00021 };
00022 
00023 #endif // ABOUTDIALOG_H


plotjuggler
Author(s): Davide Faconti
autogenerated on Fri Sep 1 2017 02:41:55