listtasaivaview.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2004 by Tomeu Borras Riera                              *
00003  *   tborras@conetxia.com                                                  *
00004  *   Copyright (C) 2006 by Fco. Javier M. C. (Porting to QT4)              *
00005  *   fcojavmc@todo-redes.com                                               *
00006  *   http://www.iglues.org                                                 *
00007  *                                                                         *
00008  *   This program is free software; you can redistribute it and/or modify  *
00009  *   it under the terms of the GNU General Public License as published by  *
00010  *   the Free Software Foundation; either version 2 of the License, or     *
00011  *   (at your option) any later version.                                   *
00012  *                                                                         *
00013  *   This program is distributed in the hope that it will be useful,       *
00014  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00015  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00016  *   GNU General Public License for more details.                          *
00017  *                                                                         *
00018  *   You should have received a copy of the GNU General Public License     *
00019  *   along with this program; if not, write to the                         *
00020  *   Free Software Foundation, Inc.,                                       *
00021  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00022  ***************************************************************************/
00023 
00024 #ifndef LISTTASAIVAVIEW_H
00025 #define LISTTASAIVAVIEW_H
00026 
00027 #include <QLineEdit>
00028 #include <QLabel>
00029 #include <QCheckBox>
00030 
00031 #include "postgresiface2.h"
00032 #include "busquedacliente.h"
00033 #include "busquedafecha.h"
00034 #include "subform2bf.h"
00035 #include "fichabf.h"
00036 
00037 
00038 
00040 
00041 class ListTasaIVASubForm : public SubForm2Bf {
00042     Q_OBJECT
00043 
00044 public:
00045     ListTasaIVASubForm(QWidget *parent = 0);
00046     virtual ~ListTasaIVASubForm() {};
00047 
00048 public slots:
00049     virtual void cargar();
00050 };
00051 
00052 
00053 #include "ui_listtasaivabase.h"
00054 
00055 
00057 
00058 class ListTasaIVAView : public FichaBf, public Ui_ListTasaIVABase {
00059     Q_OBJECT
00060 public:
00061     ListTasaIVAView(Company *comp, QWidget *parent);
00062     ~ListTasaIVAView();
00063 public slots:
00064     virtual void on_mui_aceptar_clicked();
00065 };
00066 
00067 #endif
00068 

Generated on Sat Dec 15 00:01:13 2007 for BulmaGes by  doxygen 1.5.1