busytaskdialog.cpp
Go to the documentation of this file.
00001 #include "busytaskdialog.h"
00002 #include <QApplication>
00003 
00004 BusyTaskDialog::BusyTaskDialog(QString text, QWidget *parent) :
00005     QProgressDialog(text, "Cancel", 0, 100, parent)
00006 {
00007    setWindowFlags(Qt::FramelessWindowHint | Qt::WindowStaysOnTopHint);
00008    setAttribute( Qt::WA_DeleteOnClose, true );
00009 }
00010 
00011 
00012 
00013 
00014 


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