custombuildoptionswidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './custombuildoptionswidgetbase.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 CONFIGURE_OPTIONS_WIDGET_H 00011 #define CONFIGURE_OPTIONS_WIDGET_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 QButtonGroup; 00021 class QRadioButton; 00022 class QLabel; 00023 class QLineEdit; 00024 00025 class CustomBuildOptionsWidgetBase : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 CustomBuildOptionsWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~CustomBuildOptionsWidgetBase(); 00032 00033 QButtonGroup* buildtool_group; 00034 QRadioButton* make_button; 00035 QRadioButton* ant_button; 00036 QLabel* builddir_label; 00037 QLineEdit* builddir_edit; 00038 00039 protected: 00040 QVBoxLayout* configure_options_widgetLayout; 00041 QSpacerItem* Spacer19; 00042 QSpacerItem* Spacer39; 00043 QVBoxLayout* buildtool_groupLayout; 00044 QHBoxLayout* Layout1; 00045 QSpacerItem* Spacer38; 00046 00047 protected slots: 00048 virtual void languageChange(); 00049 00050 virtual void makeToggled(bool); 00051 00052 00053 }; 00054 00055 #endif // CONFIGURE_OPTIONS_WIDGET_H