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

newdrinks.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Created: Sat Jul 20 08:11:05 2002
00003 **      by:  L.J. Potter <ljp@llornkcor.com>
00004 **     copyright            : (C) 2002 by ljp
00005     email                : ljp@llornkcor.com
00006     *   This program is free software; you can redistribute it and/or modify  *
00007     *   it under the terms of the GNU General Public License as published by  *
00008     *   the Free Software Foundation; either version 2 of the License, or     *
00009     *   (at your option) any later version.                                   *
00010     ***************************************************************************/
00011 #ifndef NEW_DRINK_H
00012 #define NEW_DRINK_H
00013 
00014 #include <qvariant.h>
00015 #include <qwidget.h>
00016 #include <qdialog.h>
00017 
00018 class QVBoxLayout; 
00019 class QHBoxLayout; 
00020 class QGridLayout; 
00021 class QLabel;
00022 class QLineEdit;
00023 class QMultiLineEdit;
00024 
00025 class New_Drink : public QDialog
00026 { 
00027     Q_OBJECT
00028 
00029 public:
00030     New_Drink( QWidget* parent = 0, const char* name = 0, bool modal=TRUE, WFlags fl = 0 );
00031     ~New_Drink();
00032 
00033     QLabel* TextLabel1;
00034     QLineEdit* LineEdit1;
00035     QLabel* TextLabel2;
00036     QMultiLineEdit* MultiLineEdit1;
00037 
00038 protected:
00039     QGridLayout* Layout5;
00040     QHBoxLayout* Layout4;
00041     QString drinkName;
00042     
00043 };
00044 
00045 #endif // NEW_DRINK_H

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