Main Page | Class Hierarchy | Class List | File List | Class Members

progressdialog.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '.\progressdialog.ui'
00003 **
00004 ** Created: Wed Nov 26 00:41:23 2003
00005 **      by:  The User Interface Compiler (uic)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 #ifndef PROGRESSDIALOGBASE_H
00010 #define PROGRESSDIALOGBASE_H
00011 
00012 #include <qvariant.h>
00013 #include <qdialog.h>
00014 class QVBoxLayout; 
00015 class QHBoxLayout; 
00016 class QGridLayout; 
00017 class QLabel;
00018 class QProgressBar;
00019 
00021 
00025 class progressDialogBase : public QDialog
00026 { 
00027     Q_OBJECT
00028 
00029 public:
00031 
00034     progressDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00036         ~progressDialogBase();
00037 
00039 
00043         QLabel* progressText;
00045 
00048     QProgressBar* progressBar;
00049 
00050 };
00051 
00052 #endif // PROGRESSDIALOGBASE_H

Generated on Wed Dec 3 00:44:08 2003 for Volvis by doxygen 1.3.5