KDevelop API Documentation

phpconfigwidgetbase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './phpconfigwidgetbase.ui'
00003 **
00004 ** Created: Tue Feb 22 09:10:03 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 PHPCONFIGWIDGETBASE_H
00011 #define PHPCONFIGWIDGETBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qpixmap.h>
00015 #include <qwidget.h>
00016 
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class QTabWidget;
00022 class QLabel;
00023 class QButtonGroup;
00024 class QRadioButton;
00025 class QLineEdit;
00026 class QToolButton;
00027 class QCheckBox;
00028 
00029 class PHPConfigWidgetBase : public QWidget
00030 {
00031     Q_OBJECT
00032 
00033 public:
00034     PHPConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00035     ~PHPConfigWidgetBase();
00036 
00037     QTabWidget* TabWidget1;
00038     QWidget* tab;
00039     QLabel* select_label;
00040     QButtonGroup* ButtonGroup3;
00041     QRadioButton* callPHPDirectly_radio;
00042     QRadioButton* callWebserver_radio;
00043     QLabel* TextLabel1;
00044     QLabel* TextLabel1_4;
00045     QLabel* PixmapLabel1;
00046     QWidget* tab_2;
00047     QLabel* TextLabel1_2;
00048     QLineEdit* weburl_edit;
00049     QButtonGroup* ButtonGroup1;
00050     QRadioButton* useDefaultFile_radio;
00051     QLineEdit* useDefaultFile_edit;
00052     QRadioButton* useCurrentFile_radio;
00053     QWidget* tab_3;
00054     QLineEdit* exe_edit;
00055     QToolButton* zend_button;
00056     QToolButton* about_button;
00057     QToolButton* exe_button;
00058     QCheckBox* zend_checkbox;
00059     QLineEdit* zend_edit;
00060     QCheckBox* phpini_checkbox;
00061     QToolButton* phpini_button;
00062     QLabel* TextLabel1_3_2;
00063     QLineEdit* phpini_edit;
00064 
00065 public slots:
00066     virtual void slotAboutClicked();
00067     virtual void slotPHPExeButtonClicked();
00068     virtual void slotPHPIniButtonClicked();
00069     virtual void slotZendButtonClicked();
00070 
00071 protected:
00072     QGridLayout* PHPConfigWidgetBaseLayout;
00073     QGridLayout* tabLayout;
00074     QSpacerItem* Spacer5;
00075     QGridLayout* ButtonGroup3Layout;
00076     QGridLayout* tabLayout_2;
00077     QSpacerItem* Spacer12;
00078     QGridLayout* ButtonGroup1Layout;
00079     QGridLayout* tabLayout_3;
00080     QSpacerItem* Spacer11;
00081     QGridLayout* Layout5;
00082 
00083 protected slots:
00084     virtual void languageChange();
00085 
00086 private:
00087     QPixmap image0;
00088 
00089 };
00090 
00091 #endif // PHPCONFIGWIDGETBASE_H
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:33 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003