/**************************************************************************** ** Form interface generated from reading ui file '/home/lvanek/Projects/Own/kxmleditor/part/kxeattributedialogbase.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 KXEATTRIBUTEDIALOGBASE_H #define KXEATTRIBUTEDIALOGBASE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QLineEdit; class QPushButton; class QLabel; class KXEAttributeDialogBase : public QDialog { Q_OBJECT public: KXEAttributeDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~KXEAttributeDialogBase(); QLineEdit* m_pEditNamespace; QLineEdit* m_pEditValue; QLineEdit* m_pEditQName; QPushButton* m_pBtnOK; QPushButton* m_pBtnCancel; QLabel* m_pLblValue; QLabel* m_pLblQName; QLabel* m_pLblNamespace; QLabel* m_pTextLabelMessage; protected: QGridLayout* KXEAttributeDialogBaseLayout; QSpacerItem* Spacer3; QSpacerItem* Spacer4; QSpacerItem* Spacer4_2; QHBoxLayout* Layout1; QSpacerItem* Horizontal_Spacing2; protected slots: virtual void languageChange(); }; #endif // KXEATTRIBUTEDIALOGBASE_H