KDevelop API Documentation

languages/java/configproblemreporter.h

Go to the documentation of this file.
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './configproblemreporter.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:30:39 2004 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 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 KListView; 00025 class QListViewItem; 00026 class QPushButton; 00027 00028 class ConfigureProblemReporter : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 ConfigureProblemReporter( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~ConfigureProblemReporter(); 00035 00036 QGroupBox* groupBox1; 00037 QCheckBox* bgParserCheckbox; 00038 QLabel* delayLabel; 00039 QSlider* delaySlider; 00040 QGroupBox* groupBox3; 00041 KListView* specialHeaderListView; 00042 QPushButton* pushButton6; 00043 QPushButton* pushButton5; 00044 QPushButton* pushButton3; 00045 QPushButton* pushButton4; 00046 00047 public slots: 00048 virtual void init(); 00049 virtual void destroy(); 00050 virtual void accept(); 00051 virtual void bgParserCheckbox_toggled( bool b ); 00052 virtual void addSpecialHeader(); 00053 virtual void removeSpecialHeader(); 00054 virtual void moveUpSpecialHeader(); 00055 virtual void moveDownSpecialHeader(); 00056 00057 protected: 00058 QVBoxLayout* ConfigureProblemReporterLayout; 00059 QVBoxLayout* groupBox1Layout; 00060 QHBoxLayout* layout2; 00061 QGridLayout* groupBox3Layout; 00062 QSpacerItem* spacer2; 00063 00064 protected slots: 00065 virtual void languageChange(); 00066 00067 virtual void setDelayLabel( int delay ); 00068 00069 00070 }; 00071 00072 #endif // CONFIGUREPROBLEMREPORTER_H
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:00 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003