total.cpp

Go to the documentation of this file.
00001 #include "total.h"
00002 #include <QWidget>
00003 
00004 Total::Total(EmpresaTPV *emp, QWidget *parent) : BLWidget(emp, parent){
00005         setupUi(this);
00006 }
00007 
00008 
00009 Total::~Total() {
00010 
00011 }
00012 
00013 void Total::on_mui_cobrar_clicked() {
00014         ((EmpresaTPV *)empresaBase())->pulsaTecla(Qt::Key_F1);
00015 }
00016 
00017 void Total::on_mui_abrircajon_clicked() {
00018         ((EmpresaTPV *)empresaBase())->pulsaTecla(Qt::Key_F3);
00019 }

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