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

showdrinks.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 SHOW_DRINK_H
00012 #define SHOW_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 class QString;
00025 class QPushButton;
00026 
00027 class Show_Drink : public QDialog
00028 { 
00029     Q_OBJECT
00030 
00031 public:
00032     Show_Drink( QWidget* parent = 0, const char* name = 0, bool modal=TRUE, WFlags fl = 0 );
00033     ~Show_Drink();
00034 
00035     QMultiLineEdit* MultiLineEdit1;
00036     QPushButton *editDrinkButton;
00037 public slots:
00038     void slotEditDrink();
00039 protected:
00040     QGridLayout* Layout5;
00041     QString drinkName;
00042 };
00043 
00044 #endif // SHOW_DRINK_H

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