00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #include "../comun/bconfiguracion.h"
00011 #if !defined(Q_MOC_OUTPUT_REVISION)
00012 #error "The header file 'bconfiguracion.h' doesn't include <QObject>."
00013 #elif Q_MOC_OUTPUT_REVISION != 59
00014 #error "This file was generated using the moc from 4.2.2. It"
00015 #error "cannot be used with the include files from this version of Qt."
00016 #error "(The moc has changed too much.)"
00017 #endif
00018
00019 static const uint qt_meta_data_BConfiguracion[] = {
00020
00021
00022 1,
00023 0,
00024 0, 0,
00025 22, 10,
00026 0, 0,
00027 0, 0,
00028
00029
00030 16, 15, 15, 15, 0x08,
00031 25, 15, 15, 15, 0x08,
00032 71, 68, 15, 15, 0x08,
00033 132, 128, 15, 15, 0x08,
00034 187, 15, 15, 15, 0x08,
00035 208, 15, 15, 15, 0x08,
00036 229, 15, 15, 15, 0x08,
00037 245, 15, 15, 15, 0x08,
00038 264, 15, 15, 15, 0x08,
00039 284, 15, 15, 15, 0x08,
00040 308, 15, 15, 15, 0x08,
00041 333, 15, 15, 15, 0x08,
00042 348, 15, 15, 15, 0x08,
00043 364, 15, 15, 15, 0x08,
00044 382, 15, 15, 15, 0x08,
00045 400, 15, 15, 15, 0x08,
00046 419, 15, 15, 15, 0x08,
00047 436, 15, 15, 15, 0x08,
00048 462, 15, 15, 15, 0x08,
00049 490, 15, 15, 15, 0x08,
00050 518, 15, 15, 15, 0x08,
00051 551, 15, 15, 15, 0x08,
00052
00053 0
00054 };
00055
00056 static const char qt_meta_stringdata_BConfiguracion[] = {
00057 "BConfiguracion\0\0cerrar()\0"
00058 "listView1_currentChanged(QListWidgetItem*)\0"
00059 ",,\0listView2_clickBotonDerecho(QListWidgetItem*,QPoint,int)\0"
00060 ",,,\0listiView2_clickMouse(int,QListWidgetItem*,QPoint,int)\0"
00061 "FontChanged(QString)\0FontSizeChanged(int)\0"
00062 "salvarEmpresa()\0BotonA_10aceptar()\0"
00063 "BotonA_11rechazar()\0BotonA_6nombreEmpresa()\0"
00064 "BotonA_61clonarEmpresa()\0nuevaEmpresa()\0"
00065 "borrarEmpresa()\0BotonB_1Aplicar()\0"
00066 "BotonB_2Desacer()\0nuevaFacturacion()\0"
00067 "BotonContaplus()\0s_importexportbulmafact()\0"
00068 "on_mui_restaurarc_clicked()\0"
00069 "on_mui_restaurarf_clicked()\0"
00070 "on_mui_borrarempresabc_clicked()\0"
00071 "on_mui_borrarempresabf_clicked()\0"
00072 };
00073
00074 const QMetaObject BConfiguracion::staticMetaObject = {
00075 { &QDialog::staticMetaObject, qt_meta_stringdata_BConfiguracion,
00076 qt_meta_data_BConfiguracion, 0 }
00077 };
00078
00079 const QMetaObject *BConfiguracion::metaObject() const
00080 {
00081 return &staticMetaObject;
00082 }
00083
00084 void *BConfiguracion::qt_metacast(const char *_clname)
00085 {
00086 if (!_clname) return 0;
00087 if (!strcmp(_clname, qt_meta_stringdata_BConfiguracion))
00088 return static_cast<void*>(const_cast<BConfiguracion*>(this));
00089 if (!strcmp(_clname, "Ui_UIconfiguracion"))
00090 return static_cast<Ui_UIconfiguracion*>(const_cast<BConfiguracion*>(this));
00091 return QDialog::qt_metacast(_clname);
00092 }
00093
00094 int BConfiguracion::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
00095 {
00096 _id = QDialog::qt_metacall(_c, _id, _a);
00097 if (_id < 0)
00098 return _id;
00099 if (_c == QMetaObject::InvokeMetaMethod) {
00100 switch (_id) {
00101 case 0: cerrar(); break;
00102 case 1: listView1_currentChanged((*reinterpret_cast< QListWidgetItem*(*)>(_a[1]))); break;
00103 case 2: listView2_clickBotonDerecho((*reinterpret_cast< QListWidgetItem*(*)>(_a[1])),(*reinterpret_cast< const QPoint(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
00104 case 3: listiView2_clickMouse((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< QListWidgetItem*(*)>(_a[2])),(*reinterpret_cast< const QPoint(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4]))); break;
00105 case 4: FontChanged((*reinterpret_cast< const QString(*)>(_a[1]))); break;
00106 case 5: FontSizeChanged((*reinterpret_cast< int(*)>(_a[1]))); break;
00107 case 6: salvarEmpresa(); break;
00108 case 7: BotonA_10aceptar(); break;
00109 case 8: BotonA_11rechazar(); break;
00110 case 9: BotonA_6nombreEmpresa(); break;
00111 case 10: BotonA_61clonarEmpresa(); break;
00112 case 11: nuevaEmpresa(); break;
00113 case 12: borrarEmpresa(); break;
00114 case 13: BotonB_1Aplicar(); break;
00115 case 14: BotonB_2Desacer(); break;
00116 case 15: nuevaFacturacion(); break;
00117 case 16: BotonContaplus(); break;
00118 case 17: s_importexportbulmafact(); break;
00119 case 18: on_mui_restaurarc_clicked(); break;
00120 case 19: on_mui_restaurarf_clicked(); break;
00121 case 20: on_mui_borrarempresabc_clicked(); break;
00122 case 21: on_mui_borrarempresabf_clicked(); break;
00123 }
00124 _id -= 22;
00125 }
00126 return _id;
00127 }