qbbankselector.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  $RCSfile$
00003                              -------------------
00004     cvs         : $Id: qbbankselector.h 811 2006-01-20 14:52:36Z aquamaniac $
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 QBANKING_BANKSELECTOR_H
00014 #define QBANKING_BANKSELECTOR_H
00015 
00016 #include <qbanking/qbbankselector.ui.h>
00017 #include <qbanking/qbanking.h>
00018 
00019 
00020 class QBanking;
00021 
00022 
00023 class QBANKING_API QBBankSelector : protected QBBankSelectorUi {
00024   Q_OBJECT
00025 
00026 private:
00027   QBanking *_qbanking;
00028   QString _country;
00029 
00030 public:
00031   QBBankSelector(QBanking *qb,
00032                  const QString &country=QString("de"),
00033                  QWidget* parent=0, const char* name=0, WFlags fl=0);
00034   ~QBBankSelector();
00035 
00036   QString getBankCode();
00037 
00038 private slots:
00039   void slotButtonClicked();
00040 };
00041 
00042 #endif
00043 

Generated on Wed Oct 18 16:17:27 2006 for aqbanking by  doxygen 1.4.7