buildtools/autotools/addtargetdlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './addtargetdlgbase.ui' 00003 ** 00004 ** Created: Wed Oct 6 17:33:20 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 ADD_TARGET_DIALOG_H 00011 #define ADD_TARGET_DIALOG_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qdialog.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QGroupBox; 00022 class QLabel; 00023 class QComboBox; 00024 class QLineEdit; 00025 class KSqueezedTextLabel; 00026 class QCheckBox; 00027 class QPushButton; 00028 00029 class AddTargetDialogBase : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 AddTargetDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~AddTargetDialogBase(); 00036 00037 QGroupBox* groupBox2; 00038 QLabel* primary_label; 00039 QComboBox* primary_combo; 00040 QLabel* prefix_label; 00041 QComboBox* prefix_combo; 00042 QLabel* filename_label; 00043 QLineEdit* filename_edit; 00044 KSqueezedTextLabel* canonicalLabel; 00045 QLabel* textLabel1; 00046 QGroupBox* ldflags_group; 00047 QCheckBox* allstatic_box; 00048 QCheckBox* avoidversion_box; 00049 QCheckBox* module_box; 00050 QCheckBox* noundefined_box; 00051 QLabel* ldflagsother_label; 00052 QLineEdit* ldflagsother_edit; 00053 QPushButton* okbutton; 00054 QPushButton* cancelbutton; 00055 00056 protected: 00057 QVBoxLayout* add_target_dialogLayout; 00058 QSpacerItem* Spacer22; 00059 QGridLayout* groupBox2Layout; 00060 QSpacerItem* Spacer21; 00061 QVBoxLayout* ldflags_groupLayout; 00062 QHBoxLayout* Layout11_2; 00063 QHBoxLayout* Layout1; 00064 QSpacerItem* Horizontal_Spacing2; 00065 00066 protected slots: 00067 virtual void languageChange(); 00068 00069 virtual void primaryChanged(); 00070 00071 00072 private: 00073 QPixmap image0; 00074 00075 }; 00076 00077 #endif // ADD_TARGET_DIALOG_H