/**************************************************************************** ** Form interface generated from reading ui file '/home/lvanek/Projects/Own/kxmleditor/part/kxeattachdialogbase.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 KXEATTACHDIALOGBASE_H #define KXEATTACHDIALOGBASE_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QLabel; class KURLRequester; class QPushButton; class KXEAttachDialogBase : public QDialog { Q_OBJECT public: KXEAttachDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~KXEAttachDialogBase(); QLabel* Label; KURLRequester* attachURI; QPushButton* buttonHelp; QPushButton* buttonOk; QPushButton* buttonCancel; protected: QVBoxLayout* KXEAttachDialogBaseLayout; QHBoxLayout* Layout1; QSpacerItem* Horizontal_Spacing2; protected slots: virtual void languageChange(); }; #endif // KXEATTACHDIALOGBASE_H