#include <QToolButton>#include "catalogoqtoolbutton.h"#include "plugincatalogo.h"#include "company.h"#include "funcaux.h"Go to the source code of this file.
Functions | |
| void | entryPoint (Bulmafact *) |
| int | ArticuloList_ArticuloList (ArticuloList *l) |
| int ArticuloList_ArticuloList | ( | ArticuloList * | l | ) |
| l |
Definition at line 46 of file plugincatalogo.cpp.
00046 { 00047 _depura("ArticuloList_ArticuloList", 0); 00048 //================================ 00049 CatalogoQToolButton *mui_exporta_efactura2 = new CatalogoQToolButton( l, l->mui_plugbotones); 00050 00051 QHBoxLayout *m_hboxLayout1 = l->mui_plugbotones->findChild<QHBoxLayout *>("hboxLayout1"); 00052 if (!m_hboxLayout1) { 00053 m_hboxLayout1 = new QHBoxLayout(l->mui_plugbotones); 00054 m_hboxLayout1->setSpacing(5); 00055 m_hboxLayout1->setMargin(5); 00056 m_hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1")); 00057 } // end if 00058 m_hboxLayout1->addWidget(mui_exporta_efactura2); 00059 //================================ 00060 _depura("END ArticuloList_ArticuloList", 0); 00061 return 0; 00062 }
| void entryPoint | ( | Bulmafact * | ) |
| bges |
Cargamos el sistema de traducciones una vez pasado por las configuraciones generales
Definition at line 36 of file plugincatalogo.cpp.
References _depura().
00036 { 00037 _depura("Estoy dentro del plugin de catalogo", 0); 00038 }
1.5.1