haskellproject_optionsdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './haskellproject_optionsdlgbase.ui' 00003 ** 00004 ** Created: Tue Mar 22 23:57:29 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 HASKELLPROJECTOPTIONSDLGBASE_H 00011 #define HASKELLPROJECTOPTIONSDLGBASE_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 QComboBox; 00022 class QPushButton; 00023 class QLineEdit; 00024 class QFrame; 00025 class KURLRequester; 00026 00027 class HaskellProjectOptionsDlgBase : public QWidget 00028 { 00029 Q_OBJECT 00030 00031 public: 00032 HaskellProjectOptionsDlgBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00033 ~HaskellProjectOptionsDlgBase(); 00034 00035 QLabel* config_label; 00036 QComboBox* config_combo; 00037 QPushButton* addconfig_button; 00038 QPushButton* removeconfig_button; 00039 QPushButton* options_button; 00040 QLabel* options_label; 00041 QLabel* compiler_label; 00042 QLineEdit* exec_edit; 00043 QLineEdit* options_edit; 00044 QComboBox* compiler_box; 00045 QLabel* exec_label; 00046 QFrame* configuration_line; 00047 QPushButton* defaultopts_button; 00048 KURLRequester* mainSourceUrl; 00049 QLabel* mainSourceLabel; 00050 00051 protected: 00052 QGridLayout* HaskellProjectOptionsDlgBaseLayout; 00053 QSpacerItem* spacer11; 00054 QSpacerItem* spacer12; 00055 QSpacerItem* spacer13; 00056 QSpacerItem* spacer7; 00057 QSpacerItem* spacer1; 00058 QHBoxLayout* configuration_layout; 00059 QSpacerItem* Spacer17_2; 00060 QSpacerItem* Spacer18_2; 00061 00062 protected slots: 00063 virtual void languageChange(); 00064 00065 virtual void compiler_box_activated(const QString&); 00066 virtual void addconfig_button_clicked(); 00067 virtual void configRemoved(); 00068 virtual void configComboTextChanged(const QString&); 00069 virtual void configChanged(const QString&); 00070 virtual void optionsButtonClicked(); 00071 virtual void configAdded(); 00072 virtual void setDirty(); 00073 virtual void setDefaultOptions(); 00074 00075 00076 }; 00077 00078 #endif // HASKELLPROJECTOPTIONSDLGBASE_H