selecttopicbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './selecttopicbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 09:01: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 SELECTTOPICBASE_H 00011 #define SELECTTOPICBASE_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 QLabel; 00022 class QListBox; 00023 class QListBoxItem; 00024 00025 class SelectTopicBase : public QDialog 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 SelectTopicBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00031 ~SelectTopicBase(); 00032 00033 QPushButton* buttonOk; 00034 QPushButton* buttonCancel; 00035 QLabel* topicLabel; 00036 QListBox* topicBox; 00037 00038 public slots: 00039 virtual void newSlot(); 00040 00041 protected: 00042 QGridLayout* SelectTopicBaseLayout; 00043 QHBoxLayout* Layout1; 00044 QSpacerItem* Horizontal_Spacing2; 00045 00046 protected slots: 00047 virtual void languageChange(); 00048 00049 }; 00050 00051 #endif // SELECTTOPICBASE_H