parts/filecreate/fcconfigwidgetbase.h
Go to the documentation of this file.00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './fcconfigwidgetbase.ui' 00003 ** 00004 ** Created: Tue Oct 19 07:50:07 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 FCCONFIGWIDGETBASE_H 00011 #define FCCONFIGWIDGETBASE_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 QTabWidget; 00021 class QPushButton; 00022 class QListView; 00023 class QListViewItem; 00024 class QCheckBox; 00025 class QLabel; 00026 class AddGlobalDlg; 00027 00028 class FCConfigWidgetBase : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 FCConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~FCConfigWidgetBase(); 00035 00036 QTabWidget* fc_tabs; 00037 QWidget* tab1; 00038 QPushButton* remove_button; 00039 QPushButton* edittype_button; 00040 QPushButton* newsubtype_button; 00041 QPushButton* newtype_button; 00042 QListView* fc_view; 00043 QCheckBox* sidetab_checkbox; 00044 QPushButton* moveup_button; 00045 QPushButton* movedown_button; 00046 QPushButton* edit_type_content_button; 00047 QWidget* tab2; 00048 QListView* fcglobal_view; 00049 QPushButton* copyToProject_button; 00050 QWidget* tab3; 00051 QListView* fctemplates_view; 00052 QPushButton* edittemplate_button; 00053 QPushButton* newtemplate_button; 00054 QLabel* templatesDir_label; 00055 QPushButton* removetemplate_button; 00056 QPushButton* edit_template_content_button; 00057 00058 public slots: 00059 virtual void removetemplate_button_clicked(); 00060 virtual void copyToProject_button_clicked(); 00061 virtual void newtype_button_clicked(); 00062 virtual void newsubtype_button_clicked(); 00063 virtual void remove_button_clicked(); 00064 virtual void moveup_button_clicked(); 00065 virtual void movedown_button_clicked(); 00066 virtual void edittype_button_clicked(); 00067 virtual void newtemplate_button_clicked(); 00068 virtual void edittemplate_button_clicked(); 00069 virtual void edit_template_contents_button_clicked(); 00070 virtual void edit_template_content_button_clicked(); 00071 virtual void edit_type_content_button_clicked(); 00072 00073 protected: 00074 AddGlobalDlg *global_dlg; 00075 00076 QGridLayout* FCConfigWidgetBaseLayout; 00077 QGridLayout* tab1Layout; 00078 QSpacerItem* spacer2; 00079 QSpacerItem* spacer1; 00080 QSpacerItem* spacer1_2; 00081 QGridLayout* tab2Layout; 00082 QSpacerItem* spacer4_2; 00083 QGridLayout* tab3Layout; 00084 QSpacerItem* spacer4; 00085 QSpacerItem* spacer6; 00086 00087 protected slots: 00088 virtual void languageChange(); 00089 00090 }; 00091 00092 #endif // FCCONFIGWIDGETBASE_H