KDevelop API Documentation

custommakeconfigwidgetbase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './custommakeconfigwidgetbase.ui'
00003 **
00004 ** Created: Tue Feb 22 09:12:47 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 CUSTOMMAKECONFIGWIDGETBASE_H
00011 #define CUSTOMMAKECONFIGWIDGETBASE_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 QCheckBox;
00021 class QGroupBox;
00022 class QLabel;
00023 class QComboBox;
00024 class QPushButton;
00025 class QLineEdit;
00026 class QSpinBox;
00027 
00028 class CustomMakeConfigWidgetBase : public QWidget
00029 {
00030     Q_OBJECT
00031 
00032 public:
00033     CustomMakeConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00034     ~CustomMakeConfigWidgetBase();
00035 
00036     QCheckBox* abort_box;
00037     QCheckBox* dontact_box;
00038     QGroupBox* env_var_group;
00039     QLabel* envs_label;
00040     QComboBox* envs_combo;
00041     QPushButton* addenvs_button;
00042     QPushButton* copyenvs_button;
00043     QPushButton* removeenvs_button;
00044     QLineEdit* makebin_edit;
00045     QLabel* makebin_label;
00046     QLabel* makeoptions_label;
00047     QLineEdit* makeoptions_edit;
00048     QLabel* jobs_label;
00049     QSpinBox* jobs_box;
00050     QLabel* prio_label;
00051     QSpinBox* prio_box;
00052 
00053 protected:
00054     QGridLayout* CustomMakeConfigWidgetBaseLayout;
00055     QHBoxLayout* layout3;
00056     QHBoxLayout* layout2;
00057     QSpacerItem* spacer1;
00058     QSpacerItem* spacer2;
00059 
00060 protected slots:
00061     virtual void languageChange();
00062 
00063     virtual void envNameChanged(const QString &);
00064     virtual void envChanged(const QString&);
00065     virtual void envAdded();
00066     virtual void envRemoved();
00067     virtual void envCopied();
00068 
00069 
00070 };
00071 
00072 #endif // CUSTOMMAKECONFIGWIDGETBASE_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:22 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003