/**************************************************************************** ** Form interface generated from reading ui file 'totemplateeditui.ui' ** ** Created: Mon Feb 20 12:46:37 2006 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.4 edited Nov 24 2003 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef TOTEMPLATEEDITUI_H #define TOTEMPLATEEDITUI_H #include #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class toMarkedText; class QListView; class QListViewItem; class QFrame; class QLineEdit; class QLabel; class QTextView; class QPushButton; class toTemplateEditUI : public QDialog { Q_OBJECT public: toTemplateEditUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~toTemplateEditUI(); QListView* Templates; QFrame* Frame3; QLineEdit* Name; toMarkedText* Description; QLabel* TextLabel3; QTextView* Preview; QPushButton* PreviewButton; QLabel* TextLabel2; QPushButton* TrashButton; QPushButton* NewButton; QLabel* TextLabel4; QPushButton* PushButton2; QPushButton* PushButton1; public slots: virtual void newTemplate(); virtual void changeSelection(); virtual void preview(); virtual void remove(); virtual void updateFromMap(); protected: QGridLayout* toTemplateEditUILayout; QSpacerItem* Spacer1; QGridLayout* Frame3Layout; protected slots: virtual void languageChange(); private: QPixmap image0; QPixmap image1; QPixmap image2; }; #endif // TOTEMPLATEEDITUI_H