ui_efacturaenviobase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'efacturaenviobase.ui'
00003 **
00004 ** Created: Fri Dec 14 01:22:47 2007
00005 **      by: Qt User Interface Compiler version 4.2.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_EFACTURAENVIOBASE_H
00011 #define UI_EFACTURAENVIOBASE_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QLineEdit>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QTableWidget>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025 
00026 class Ui_EFacturaEnvioBase
00027 {
00028 public:
00029     QWidget *widget;
00030     QHBoxLayout *hboxLayout;
00031     QPushButton *mui_enviar;
00032     QPushButton *mui_salir;
00033     QWidget *widget1;
00034     QVBoxLayout *vboxLayout;
00035     QLineEdit *mui_textoBuscar;
00036     QPushButton *mui_buscar;
00037     QLabel *label;
00038     QTableWidget *mui_listadoFacturas;
00039     QCheckBox *checkBox;
00040 
00041     void setupUi(QWidget *EFacturaEnvioBase)
00042     {
00043     EFacturaEnvioBase->setObjectName(QString::fromUtf8("EFacturaEnvioBase"));
00044     widget = new QWidget(EFacturaEnvioBase);
00045     widget->setObjectName(QString::fromUtf8("widget"));
00046     widget->setGeometry(QRect(230, 430, 351, 30));
00047     hboxLayout = new QHBoxLayout(widget);
00048     hboxLayout->setSpacing(6);
00049     hboxLayout->setMargin(0);
00050     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00051     mui_enviar = new QPushButton(widget);
00052     mui_enviar->setObjectName(QString::fromUtf8("mui_enviar"));
00053 
00054     hboxLayout->addWidget(mui_enviar);
00055 
00056     mui_salir = new QPushButton(widget);
00057     mui_salir->setObjectName(QString::fromUtf8("mui_salir"));
00058 
00059     hboxLayout->addWidget(mui_salir);
00060 
00061     widget1 = new QWidget(EFacturaEnvioBase);
00062     widget1->setObjectName(QString::fromUtf8("widget1"));
00063     widget1->setGeometry(QRect(30, 70, 112, 61));
00064     vboxLayout = new QVBoxLayout(widget1);
00065     vboxLayout->setSpacing(6);
00066     vboxLayout->setMargin(0);
00067     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00068     mui_textoBuscar = new QLineEdit(widget1);
00069     mui_textoBuscar->setObjectName(QString::fromUtf8("mui_textoBuscar"));
00070 
00071     vboxLayout->addWidget(mui_textoBuscar);
00072 
00073     mui_buscar = new QPushButton(widget1);
00074     mui_buscar->setObjectName(QString::fromUtf8("mui_buscar"));
00075 
00076     vboxLayout->addWidget(mui_buscar);
00077 
00078     label = new QLabel(EFacturaEnvioBase);
00079     label->setObjectName(QString::fromUtf8("label"));
00080     label->setGeometry(QRect(190, 20, 241, 17));
00081     mui_listadoFacturas = new QTableWidget(EFacturaEnvioBase);
00082     mui_listadoFacturas->setObjectName(QString::fromUtf8("mui_listadoFacturas"));
00083     mui_listadoFacturas->setGeometry(QRect(190, 50, 461, 361));
00084     checkBox = new QCheckBox(EFacturaEnvioBase);
00085     checkBox->setObjectName(QString::fromUtf8("checkBox"));
00086     checkBox->setGeometry(QRect(10, 150, 174, 21));
00087 
00088     retranslateUi(EFacturaEnvioBase);
00089 
00090     QSize size(663, 468);
00091     size = size.expandedTo(EFacturaEnvioBase->minimumSizeHint());
00092     EFacturaEnvioBase->resize(size);
00093 
00094     QObject::connect(mui_salir, SIGNAL(clicked()), EFacturaEnvioBase, SLOT(close()));
00095 
00096     QMetaObject::connectSlotsByName(EFacturaEnvioBase);
00097     } // setupUi
00098 
00099     void retranslateUi(QWidget *EFacturaEnvioBase)
00100     {
00101     EFacturaEnvioBase->setWindowTitle(QApplication::translate("EFacturaEnvioBase", "Menu de envio de factura electronica", 0, QApplication::UnicodeUTF8));
00102     mui_enviar->setText(QApplication::translate("EFacturaEnvioBase", "Enviar como eFactura", 0, QApplication::UnicodeUTF8));
00103     mui_salir->setText(QApplication::translate("EFacturaEnvioBase", "Salir", 0, QApplication::UnicodeUTF8));
00104     mui_buscar->setText(QApplication::translate("EFacturaEnvioBase", "Buscar", 0, QApplication::UnicodeUTF8));
00105     label->setText(QApplication::translate("EFacturaEnvioBase", "Listado de facturas", 0, QApplication::UnicodeUTF8));
00106     checkBox->setText(QApplication::translate("EFacturaEnvioBase", "Mostrar ya enviadas", 0, QApplication::UnicodeUTF8));
00107     Q_UNUSED(EFacturaEnvioBase);
00108     } // retranslateUi
00109 
00110 };
00111 
00112 namespace Ui {
00113     class EFacturaEnvioBase: public Ui_EFacturaEnvioBase {};
00114 } // namespace Ui
00115 
00116 #endif // UI_EFACTURAENVIOBASE_H

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