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


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