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

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