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

currency.h

Go to the documentation of this file.
00001 #ifndef CURRENCY_H
00002 #define CURRENCY_H
00003 
00004 #include <qgroupbox.h>
00005 #include <qlabel.h>
00006 #include <qcombobox.h>
00007 #include <qpixmap.h>
00008 #include <qlayout.h>
00009 
00010 class Currency : public QWidget
00011   {
00012     Q_OBJECT
00013 
00014     public:
00015 
00016       Currency ( QWidget *parent );
00017       QLabel *currencylabel;
00018       QComboBox *currencybox;
00019       QBoxLayout *layout;
00020   };
00021 
00022 #endif
00023 

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