00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'qguiprogresswidget.ui' 00003 ** 00004 ** Created: Tue Aug 3 17:28:34 2010 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef QGUIPROGRESSWIDGETUI_H 00010 #define QGUIPROGRESSWIDGETUI_H 00011 00012 #include <qvariant.h> 00013 #include <qwidget.h> 00014 00015 class QVBoxLayout; 00016 class QHBoxLayout; 00017 class QGridLayout; 00018 class QSpacerItem; 00019 class QLabel; 00020 class QTextBrowser; 00021 class QGroupBox; 00022 class QProgressBar; 00023 class QPushButton; 00024 00025 class QGuiProgressWidgetUI : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 QGuiProgressWidgetUI( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~QGuiProgressWidgetUI(); 00032 00033 QLabel* textWidget; 00034 QTextBrowser* logWidget; 00035 QGroupBox* currentGroupBox; 00036 QLabel* currentLabel; 00037 QProgressBar* currentProgressBar; 00038 QProgressBar* progressBar; 00039 QLabel* textLabel2; 00040 QLabel* timeLabel; 00041 QLabel* textLabel3; 00042 QPushButton* abortButton; 00043 QPushButton* closeButton; 00044 00045 protected: 00046 QVBoxLayout* QGuiProgressWidgetUILayout; 00047 QHBoxLayout* currentGroupBoxLayout; 00048 QHBoxLayout* layout2; 00049 QSpacerItem* spacer14; 00050 QSpacerItem* spacer12; 00051 00052 protected slots: 00053 virtual void languageChange(); 00054 00055 }; 00056 00057 #endif // QGUIPROGRESSWIDGETUI_H