KDevelop API Documentation

editors/qeditor/indentconfigpage.h

Go to the documentation of this file.
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './indentconfigpage.ui' 00003 ** 00004 ** Created: Tue Oct 19 07:59:19 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 INDENTCONFIGPAGE_H 00011 #define INDENTCONFIGPAGE_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 #include <qvariant.h> 00016 #include <qmap.h> 00017 00018 class QVBoxLayout; 00019 class QHBoxLayout; 00020 class QGridLayout; 00021 class QSpacerItem; 00022 class QSpinBox; 00023 class QLabel; 00024 class QEditorPart; 00025 00026 class IndentConfigPage : public QWidget 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 IndentConfigPage( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00032 ~IndentConfigPage(); 00033 00034 QSpinBox* spinCommentOffset; 00035 QSpinBox* spinIndentSize; 00036 QLabel* TextLabel1; 00037 QLabel* TextLabel2; 00038 QLabel* TextLabel3; 00039 QSpinBox* spinTabSize; 00040 QSpinBox* spinContinuationSize; 00041 QLabel* TextLabel4; 00042 00043 public slots: 00044 virtual void init(); 00045 virtual void destroy(); 00046 virtual void setPart( QEditorPart * p ); 00047 virtual void accept(); 00048 00049 protected: 00050 QMap<QString, QVariant> values; 00051 QEditorPart* part; 00052 00053 QGridLayout* IndentConfigPageLayout; 00054 QSpacerItem* Spacer1; 00055 QSpacerItem* Spacer2; 00056 QGridLayout* Layout1; 00057 00058 protected slots: 00059 virtual void languageChange(); 00060 00061 }; 00062 00063 #endif // INDENTCONFIGPAGE_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 Tue Oct 19 08:01:38 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003