KDevelop API Documentation

parts/valgrind/dialog_widget.h

Go to the documentation of this file.
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './dialog_widget.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:23:03 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 DIALOGWIDGET_H 00011 #define DIALOGWIDGET_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 KURLRequester; 00022 class QLabel; 00023 class KLineEdit; 00024 class QCheckBox; 00025 00026 class DialogWidget : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 DialogWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~DialogWidget(); 00033 00034 QGroupBox* groupBox1; 00035 KURLRequester* executableEdit; 00036 QLabel* textLabel3; 00037 QLabel* textLabel2; 00038 KLineEdit* paramEdit; 00039 QGroupBox* groupBox2; 00040 QCheckBox* memleakBox; 00041 QCheckBox* reachableBox; 00042 QCheckBox* childrenBox; 00043 QLabel* textLabel5; 00044 KLineEdit* valParamEdit; 00045 KURLRequester* valExecutableEdit; 00046 QLabel* textLabel4; 00047 00048 public slots: 00049 virtual void init(); 00050 00051 protected: 00052 QVBoxLayout* DialogWidgetLayout; 00053 QGridLayout* groupBox1Layout; 00054 QVBoxLayout* groupBox2Layout; 00055 QHBoxLayout* layout2; 00056 QSpacerItem* spacer1; 00057 QGridLayout* layout3; 00058 00059 protected slots: 00060 virtual void languageChange(); 00061 00062 private slots: 00063 void checkBoxToggled(); 00064 00065 }; 00066 00067 #endif // DIALOGWIDGET_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:13 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003