buildtools/autotools/addicondlgbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './addicondlgbase.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_ICON_DIALOG_H 00011 #define ADD_ICON_DIALOG_H 00012 00013 #include <qvariant.h> 00014 #include <qdialog.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QSpacerItem; 00020 class QLabel; 00021 class QComboBox; 00022 class QFrame; 00023 class QPushButton; 00024 class QLineEdit; 00025 00026 class AddIconDialogBase : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 AddIconDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~AddIconDialogBase(); 00033 00034 QLabel* type_label; 00035 QLabel* size_label; 00036 QComboBox* size_combo; 00037 QLabel* filename_label; 00038 QLabel* name_label; 00039 QFrame* Line1; 00040 QPushButton* okbutton; 00041 QPushButton* cancelbutton; 00042 QLineEdit* name_edit; 00043 QComboBox* type_combo; 00044 QLabel* filename_edit; 00045 00046 public slots: 00047 virtual void somethingChanged(); 00048 00049 protected: 00050 QGridLayout* add_icon_dialogLayout; 00051 QSpacerItem* Spacer22; 00052 QHBoxLayout* Layout1; 00053 QSpacerItem* Horizontal_Spacing2; 00054 00055 protected slots: 00056 virtual void languageChange(); 00057 00058 }; 00059 00060 #endif // ADD_ICON_DIALOG_H