configproblemreporter.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './configproblemreporter.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:52:35 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 CONFIGUREPROBLEMREPORTER_H 00011 #define CONFIGUREPROBLEMREPORTER_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QGroupBox; 00021 class QCheckBox; 00022 class QLabel; 00023 class QSlider; 00024 class QTextEdit; 00025 class CppSupportPart; 00026 00027 class ConfigureProblemReporter : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 ConfigureProblemReporter( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~ConfigureProblemReporter(); 00034 00035 QGroupBox* groupBox1; 00036 QCheckBox* bgParserCheckbox; 00037 QLabel* delayLabel; 00038 QSlider* delaySlider; 00039 QGroupBox* groupBox3; 00040 QTextEdit* specialHeader; 00041 00042 public slots: 00043 virtual void init(); 00044 virtual void destroy(); 00045 virtual void setPart( CppSupportPart * part ); 00046 virtual void accept(); 00047 virtual void bgParserCheckbox_toggled( bool b ); 00048 00049 protected: 00050 CppSupportPart* m_part; 00051 00052 QVBoxLayout* ConfigureProblemReporterLayout; 00053 QVBoxLayout* groupBox1Layout; 00054 QHBoxLayout* layout2; 00055 QVBoxLayout* groupBox3Layout; 00056 00057 protected slots: 00058 virtual void languageChange(); 00059 00060 virtual void setDelayLabel( int delay ); 00061 00062 00063 }; 00064 00065 #endif // CONFIGUREPROBLEMREPORTER_H