fctypeeditbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './fctypeeditbase.ui' 00003 ** 00004 ** Created: Tue Feb 22 08:54:42 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 FCTYPEEDITBASE_H 00011 #define FCTYPEEDITBASE_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 QLineEdit; 00022 class KIconButton; 00023 class KURLRequester; 00024 class QPushButton; 00025 00026 class FCTypeEditBase : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 FCTypeEditBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~FCTypeEditBase(); 00033 00034 QLabel* textLabel1; 00035 QLineEdit* typeext_edit; 00036 QLabel* textLabel3; 00037 QLineEdit* typename_edit; 00038 QLabel* textLabel3_2; 00039 QLineEdit* typedescr_edit; 00040 KIconButton* icon_url; 00041 QLabel* textLabel1_2; 00042 KURLRequester* template_url; 00043 QPushButton* ok_button; 00044 QPushButton* cancel_button; 00045 00046 public slots: 00047 virtual void init(); 00048 00049 protected: 00050 QGridLayout* FCTypeEditBaseLayout; 00051 QVBoxLayout* layout5; 00052 QVBoxLayout* layout3; 00053 QVBoxLayout* layout3_2; 00054 QVBoxLayout* layout4; 00055 QHBoxLayout* layout1; 00056 QSpacerItem* spacer1; 00057 00058 protected slots: 00059 virtual void languageChange(); 00060 00061 }; 00062 00063 #endif // FCTYPEEDITBASE_H