kmail
snippetdlgbase.h
00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './snippetdlgbase.ui' 00003 ** 00004 ** Created: Fri Aug 22 18:32:00 2008 00005 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00006 ** 00007 ** WARNING! All changes made in this file will be lost! 00008 ****************************************************************************/ 00009 00010 #ifndef SNIPPETDLGBASE_H 00011 #define SNIPPETDLGBASE_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 KPushButton; 00021 class KLineEdit; 00022 class QLabel; 00023 class KComboBox; 00024 class KTextEdit; 00025 00026 class SnippetDlgBase : public QDialog 00027 { 00028 Q_OBJECT 00029 00030 public: 00031 SnippetDlgBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00032 ~SnippetDlgBase(); 00033 00034 KPushButton* btnAdd; 00035 KPushButton* btnCancel; 00036 KLineEdit* snippetName; 00037 QLabel* textLabel1; 00038 QLabel* textLabel2; 00039 QLabel* textLabelGroup; 00040 KComboBox* cbGroup; 00041 KTextEdit* snippetText; 00042 00043 protected: 00044 QGridLayout* SnippetDlgBaseLayout; 00045 QHBoxLayout* layout5; 00046 QSpacerItem* spacer1; 00047 QGridLayout* layout3; 00048 QSpacerItem* spacer2; 00049 00050 protected slots: 00051 virtual void languageChange(); 00052 00053 }; 00054 00055 #endif // SNIPPETDLGBASE_H