• Main Page
  • Related Pages
  • Modules
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

qguisimplebox.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: qbsimplebox.h 809 2006-01-20 14:15:15Z cstim $
00005     begin       : Mon Mar 01 2004
00006     copyright   : (C) 2004 by Martin Preuss
00007     email       : martin@libchipcard.de
00008 
00009  ***************************************************************************
00010  *          Please see toplevel file COPYING for license details           *
00011  ***************************************************************************/
00012 
00013 #ifndef QGUI_SIMPLEBOX_H
00014 #define QGUI_SIMPLEBOX_H
00015 
00016 
00017 #include "qguisimplebox.ui.h"
00018 #include <gwenhywfar/types.h>
00019 
00020 
00021 
00022 class QGuiSimpleBox: public QGuiSimpleBoxUi {
00023   Q_OBJECT
00024 private:
00025   uint32_t _id;
00026 
00027 public:
00028   QGuiSimpleBox(uint32_t id,
00029               const QString& title,
00030               const QString& text,
00031               QWidget* parent=0, const char* name=0, WFlags fl=0);
00032   ~QGuiSimpleBox();
00033 
00034   uint32_t getId();
00035 };
00036 
00037 
00038 
00039 
00040 
00041 
00042 
00043 #endif /* QGUI_SIMPLEBOX_H */
00044 

Generated on Tue Aug 3 2010 17:34:15 for aqbanking by  doxygen 1.7.1