Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

inputDialog.h

Go to the documentation of this file.
00001 /***************************************************************************
00002    inputDialog.h
00003                              -------------------
00004 ** Created: Sat Mar 9 23:33:09 2002
00005     copyright            : (C) 2002 by ljp
00006     email                : ljp@llornkcor.com
00007  *   This program is free software; you can redistribute it and/or modify  *
00008  *   it under the terms of the GNU General Public License as published by  *
00009  *   the Free Software Foundation; either version 2 of the License, or     *
00010  *   (at your option) any later version.                                   *
00011  ***************************************************************************/
00012 #ifndef INPUTDIALOG_H
00013 #define INPUTDIALOG_H
00014 
00015 #include <qvariant.h>
00016 #include <qdialog.h>
00017 class QVBoxLayout; 
00018 class QHBoxLayout; 
00019 class QGridLayout; 
00020 class QLineEdit;
00021 
00022 class InputDialog : public QDialog
00023 { 
00024     Q_OBJECT
00025 
00026 public:
00027     InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00028     ~InputDialog();
00029     QString inputText;
00030     QLineEdit* LineEdit1;
00031     void setTextEdit(const QString &);
00032 };
00033 
00034 #endif // INPUTDIALOG_H

Generated on Sat Nov 5 16:15:34 2005 for OPIE by  doxygen 1.4.2