busytaskdialog.h
Go to the documentation of this file.
00001 #ifndef BUSYTASKDIALOG_H
00002 #define BUSYTASKDIALOG_H
00003 
00004 #include <QObject>
00005 #include <QProgressDialog>
00006 
00007 class BusyTaskDialog : public QProgressDialog
00008 {
00009     Q_OBJECT
00010 public:
00011     explicit BusyTaskDialog(QString text, QWidget *parent = 0);
00012 
00013 signals:
00014 
00015 public slots:
00016 
00017 private:
00018 
00019 public slots:
00020 };
00021 
00022 
00023 
00024 #endif // BUSYTASKDIALOG_H


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