/* This file is part of the extensible drawing editor Ipe. Copyright (C) 1993-2004 Otfried Cheong Ipe is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. As a special exception, you have permission to link Ipe with the CGAL library and distribute executables, as long as you follow the requirements of the Gnu General Public License in regard to all of the software in the executable aside from CGAL. Ipe is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Ipe; if not, you can find it at "http://www.gnu.org/copyleft/gpl.html", or write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /**************************************************************************** ** Form interface generated from reading ui file 'ipedlgtext.ui' ** ** Created: Fri Sep 24 10:49:06 2004 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.2 edited Nov 24 13:47 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef IPEDLGCREATETEXT_H #define IPEDLGCREATETEXT_H #include #include class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QMultiLineEdit; class QLabel; class QPushButton; class IpeDlgCreateText : public QDialog { Q_OBJECT public: IpeDlgCreateText( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~IpeDlgCreateText(); QMultiLineEdit* iEditor; QLabel* iLabel; QPushButton* iFlushLeft; QPushButton* buttonOk; QPushButton* buttonCancel; public slots: virtual void UpdateData(); virtual void FlushLeft(); protected: QGridLayout* IpeDlgCreateTextLayout; QSpacerItem* Horizontal_Spacing2; protected slots: virtual void languageChange(); }; #endif // IPEDLGCREATETEXT_H