00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file '/var/tmp/repot-build/BUILD/kradio-snapshot-2006-11-12-r497/kradio3/src/standardscandialog-ui.ui' 00003 ** 00004 ** Created by User Interface Compiler 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef STANDARDSCANDIALOGUI_H 00010 #define STANDARDSCANDIALOGUI_H 00011 00012 #include <qvariant.h> 00013 #include <qdialog.h> 00014 00015 class QVBoxLayout; 00016 class QHBoxLayout; 00017 class QGridLayout; 00018 class QSpacerItem; 00019 class QProgressBar; 00020 class QPushButton; 00021 class QLabel; 00022 00023 class StandardScanDialogUI : public QDialog 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 StandardScanDialogUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00029 ~StandardScanDialogUI(); 00030 00031 QProgressBar* progressBar; 00032 QPushButton* buttonCancel; 00033 QLabel* labelTimeDescr; 00034 QLabel* labelTime; 00035 00036 protected: 00037 QGridLayout* StandardScanDialogUILayout; 00038 QHBoxLayout* layout2; 00039 QSpacerItem* spacer8_2; 00040 QSpacerItem* spacer8; 00041 QHBoxLayout* layout2_2; 00042 00043 protected slots: 00044 virtual void languageChange(); 00045 00046 }; 00047 00048 #endif // STANDARDSCANDIALOGUI_H