pluginq19.cpp File Reference

#include <QToolButton>
#include "pluginq19.h"
#include "funcaux.h"
#include "presupuestolist.h"
#include "q19qtoolbutton.h"
#include "bulmafact.h"

Go to the source code of this file.

Functions

int entryPoint (Bulmafact *)
int CobrosList_CobrosList (CobrosList *l)


Function Documentation

int CobrosList_CobrosList ( CobrosList l  ) 

Parameters:
l 
Returns:

Definition at line 47 of file pluginq19.cpp.

References _depura(), and Ui_CobrosListBase::mui_plugbotones.

00047                                          {
00048     _depura("CobrosList_CobrosList", 0);
00049 
00050     Q19QToolButton *sel = new Q19QToolButton( l, l->mui_plugbotones);
00051 
00052     QHBoxLayout *m_hboxLayout1 = l->mui_plugbotones->findChild<QHBoxLayout *>("hboxLayout1");
00053     if (!m_hboxLayout1) {
00054         m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones);
00055         m_hboxLayout1->setSpacing(5);
00056         m_hboxLayout1->setMargin(5);
00057         m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00058     } // end if
00059     m_hboxLayout1->addWidget(sel);
00060 
00061     _depura("END CobrosList_CobrosList", 0);
00062     return 0;
00063 }

int entryPoint ( Bulmafact  ) 

Returns:

Añade en el menú del programa la opci&oacuteMn para acceder al corrector.

Definition at line 36 of file pluginq19.cpp.

References _depura().

00036                             {
00037     _depura("Estoy dentro del plugin de Q19", 0);
00038     return 0;
00039 }


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