KDevelop API Documentation

subclassingdlgbase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './subclassingdlgbase.ui'
00003 **
00004 ** Created: Tue Mar 22 23:52:36 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 SUBCLASSINGDLGBASE_H
00011 #define SUBCLASSINGDLGBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QGroupBox;
00021 class QLabel;
00022 class QLineEdit;
00023 class QListView;
00024 class QListViewItem;
00025 class QCheckBox;
00026 class QPushButton;
00027 
00028 class SubclassingDlgBase : public QDialog
00029 {
00030     Q_OBJECT
00031 
00032 public:
00033     SubclassingDlgBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00034     ~SubclassingDlgBase();
00035 
00036     QGroupBox* groupBox1;
00037     QLabel* textLabel1;
00038     QLineEdit* m_edClassName;
00039     QLabel* textLabel2;
00040     QLabel* textLabel3;
00041     QLineEdit* m_edFileName;
00042     QListView* m_slotView;
00043     QCheckBox* reformat_box;
00044     QCheckBox* reformatDefault_box;
00045     QPushButton* m_btnOk;
00046     QPushButton* m_btnCancel;
00047 
00048 public slots:
00049     virtual void onChangedClassName();
00050 
00051 protected:
00052     QGridLayout* SubclassingDlgBaseLayout;
00053     QSpacerItem* spacer1;
00054     QGridLayout* groupBox1Layout;
00055 
00056 protected slots:
00057     virtual void languageChange();
00058 
00059 };
00060 
00061 #endif // SUBCLASSINGDLGBASE_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 Wed Mar 23 00:03:47 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003