buildtools/custommakefiles/custommakeconfigwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './custommakeconfigwidgetbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:34:24 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 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 QLabel; 00021 class QLineEdit; 00022 class QSpinBox; 00023 class QCheckBox; 00024 class QGroupBox; 00025 class QComboBox; 00026 class QPushButton; 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 QLabel* jobs_label; 00037 QLabel* makebin_label; 00038 QLineEdit* makebin_edit; 00039 QSpinBox* jobs_box; 00040 QCheckBox* abort_box; 00041 QCheckBox* dontact_box; 00042 QGroupBox* env_var_group; 00043 QLabel* envs_label; 00044 QComboBox* envs_combo; 00045 QPushButton* addenvs_button; 00046 QPushButton* copyenvs_button; 00047 QPushButton* removeenvs_button; 00048 00049 protected: 00050 QGridLayout* CustomMakeConfigWidgetBaseLayout; 00051 QHBoxLayout* layout3; 00052 00053 protected slots: 00054 virtual void languageChange(); 00055 00056 virtual void envNameChanged(const QString &); 00057 virtual void envChanged(const QString&); 00058 virtual void envAdded(); 00059 virtual void envRemoved(); 00060 virtual void envCopied(); 00061 00062 00063 }; 00064 00065 #endif // CUSTOMMAKECONFIGWIDGETBASE_H