listconfiguracionview.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 LISTCONFIGURACIONVIEW_H
00025 #define LISTCONFIGURACIONVIEW_H
00026 
00027 #include <QLineEdit>
00028 #include <QLabel>
00029 #include <QCheckBox>
00030 
00031 #include "fichabf.h"
00032 #include "postgresiface2.h"
00033 #include "busquedacliente.h"
00034 #include "busquedafecha.h"
00035 #include "subform2bf.h"
00036 
00037 
00038 
00039 
00041 
00042 class ListConfiguracionSubForm : public SubForm2Bf {
00043     Q_OBJECT
00044 
00045 public:
00046     ListConfiguracionSubForm(QWidget *parent = 0);
00047     ~ListConfiguracionSubForm() {}
00048 
00049 public slots:
00050     virtual void cargar() {
00051         _depura("ListConfiguracionSubForm::cargar\n", 0);
00052         SubForm3::cargar("SELECT *, nombre AS nombreorig FROM configuracion");
00053     };
00054 };
00055 
00056 
00057 #include "ui_listconfiguracionbase.h"
00058 
00059 
00061 
00062 class ListConfiguracionView : public FichaBf, public Ui_ListConfiguracionBase {
00063     Q_OBJECT
00064 public:
00065     ListConfiguracionView(Company *comp, QWidget *parent = 0);
00066     ~ListConfiguracionView();
00067 
00068 public slots:
00069     virtual void on_mui_aceptar_clicked() {
00070         mui_listado->guardar();
00071         close();
00072     };
00073 };
00074 
00075 #endif
00076 

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