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

searchresults.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 SEARCH_RESULTS_H
00012 #define SEARCH_RESULTS_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 QListBox;
00024 class QString;
00025 class QListBoxItem;
00026 
00027 class Search_Results : public QDialog
00028 { 
00029     Q_OBJECT
00030 
00031 public:
00032     Search_Results( QWidget* parent = 0, const char* name = 0, bool modal=TRUE, WFlags fl = 0 );
00033     ~Search_Results();
00034 
00035     QListBox* ListBox1;
00036 
00037 protected:
00038     QGridLayout* Layout5;
00039     QString drinkName;
00040 protected slots:
00041     void listSelected( QListBoxItem *);
00042 };
00043 
00044 #endif // SHOW_DRINK_H

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