occurestagsdlg.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './occurestagsdlg.ui' 00003 ** 00004 ** Created: Tue Feb 22 08:54:17 2005 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef OCCURESTAGSDLG_H 00011 #define OCCURESTAGSDLG_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QPushButton; 00021 class QListBox; 00022 class QListBoxItem; 00023 00024 class OccuresTagsDlg : public QDialog 00025 { 00026 Q_OBJECT 00027 00028 public: 00029 OccuresTagsDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00030 ~OccuresTagsDlg(); 00031 00032 QPushButton* mCancelBtn; 00033 QListBox* mOcurresList; 00034 00035 protected: 00036 QGridLayout* OccuresTagsDlgLayout; 00037 QGridLayout* layout1; 00038 QSpacerItem* spacer1; 00039 00040 protected slots: 00041 virtual void languageChange(); 00042 00043 }; 00044 00045 #endif // OCCURESTAGSDLG_H