listzonacomercialview.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  *                                                                         *
00007  *   This program is free software; you can redistribute it and/or modify  *
00008  *   it under the terms of the GNU General Public License as published by  *
00009  *   the Free Software Foundation; either version 2 of the License, or     *
00010  *   (at your option) any later version.                                   *
00011  *                                                                         *
00012  *   This program is distributed in the hope that it will be useful,       *
00013  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00014  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00015  *   GNU General Public License for more details.                          *
00016  *                                                                         *
00017  *   You should have received a copy of the GNU General Public License     *
00018  *   along with this program; if not, write to the                         *
00019  *   Free Software Foundation, Inc.,                                       *
00020  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00021  ***************************************************************************/
00022 
00023 #ifndef LISTZONACOMERCIALVIEW_H
00024 #define LISTZONACOMERCIALVIEW_H
00025 
00026 #include <QLineEdit>
00027 #include <QLabel>
00028 #include <QCheckBox>
00029 
00030 #include "postgresiface2.h"
00031 #include "busquedacliente.h"
00032 #include "busquedafecha.h"
00033 #include "subform2bf.h"
00034 #include "fichabf.h"
00035 
00036 
00037 class ListZonaComercialSubForm : public SubForm2Bf {
00038     Q_OBJECT
00039 
00040 public:
00041     ListZonaComercialSubForm(QWidget *parent = 0);
00042     ~ListZonaComercialSubForm() {};
00043 
00044 public slots:
00045     virtual void cargar() {
00046         _depura("ListZonaComercialSubForm::cargar\n",0);
00047         SubForm3::cargar("SELECT * FROM zonacomercial");
00048     };
00049 };
00050 
00051 
00052 #include "ui_listzonacomercialbase.h"
00053 
00054 
00055 class ListZonaComercialView : public FichaBf, public Ui_ListZonaComercialBase {
00056     Q_OBJECT
00057 
00058 public:
00059     ListZonaComercialView(Company *, QWidget *);
00060     ~ListZonaComercialView();
00061 
00062 public slots:
00063     virtual void on_mui_aceptar_clicked() {
00064         mui_listado->guardar();
00065         close();
00066     };
00067 };
00068 
00069 #endif
00070 

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