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: Tue Mar 22 23:47:30 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 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 QWidgetStack; 00025 class QCheckBox; 00026 00027 class DialogWidget : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 DialogWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~DialogWidget(); 00034 00035 QGroupBox* groupBox1; 00036 KURLRequester* executableEdit; 00037 QLabel* textLabel3; 00038 QLabel* textLabel2; 00039 KLineEdit* paramEdit; 00040 QWidgetStack* stack; 00041 QWidget* WStackPage; 00042 QGroupBox* groupBox2; 00043 QCheckBox* memleakBox; 00044 QCheckBox* reachableBox; 00045 QCheckBox* childrenBox; 00046 QLabel* textLabel5; 00047 KLineEdit* valParamEdit; 00048 KURLRequester* valExecutableEdit; 00049 QLabel* textLabel4; 00050 QWidget* WStackPage_2; 00051 QGroupBox* groupBox3; 00052 QLabel* textLabel5_2; 00053 KLineEdit* ctParamEdit; 00054 KURLRequester* ctExecutableEdit; 00055 QLabel* textLabel4_2; 00056 QCheckBox* ctChildrenBox; 00057 QGroupBox* groupBox4; 00058 KURLRequester* kcExecutableEdit; 00059 QLabel* textLabel4_2_2; 00060 00061 public slots: 00062 virtual void init(); 00063 00064 protected: 00065 QGridLayout* DialogWidgetLayout; 00066 QGridLayout* groupBox1Layout; 00067 QGridLayout* WStackPageLayout; 00068 QVBoxLayout* groupBox2Layout; 00069 QHBoxLayout* layout2; 00070 QSpacerItem* spacer1; 00071 QGridLayout* layout3; 00072 QGridLayout* WStackPageLayout_2; 00073 QGridLayout* groupBox3Layout; 00074 QGridLayout* layout3_2; 00075 QGridLayout* groupBox4Layout; 00076 00077 protected slots: 00078 virtual void languageChange(); 00079 00080 private slots: 00081 void checkBoxToggled(); 00082 00083 }; 00084 00085 #endif // DIALOGWIDGET_H