/**************************************************************************** ** Form interface generated from reading ui file '/home/lvanek/Projects/Own/kxmleditor/part/kxechardatadialogbase.ui' ** ** Created: Ne pro 12 11:48:58 2004 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.3 edited Nov 24 2003 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef KXECHARDATADIALOGBASE_H #define KXECHARDATADIALOGBASE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QLabel; class QComboBox; class QTextEdit; class QPushButton; class KXECharDataDialogBase : public QDialog { Q_OBJECT public: KXECharDataDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~KXECharDataDialogBase(); QLabel* m_pLblInsert; QComboBox* m_pComboInsert; QTextEdit* m_pEditData; QPushButton* m_pBtnOK; QPushButton* m_pBtnCancel; QLabel* m_pTextLabelMessage; protected: QGridLayout* KXECharDataDialogBaseLayout; QHBoxLayout* Layout4; QSpacerItem* Spacer6; QHBoxLayout* Layout1; QSpacerItem* Horizontal_Spacing2; protected slots: virtual void languageChange(); }; #endif // KXECHARDATADIALOGBASE_H