ui_importexportbulmafactbase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'importexportbulmafactbase.ui'
00003 **
00004 ** Created: Fri Dec 14 01:45:54 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_IMPORTEXPORTBULMAFACTBASE_H
00011 #define UI_IMPORTEXPORTBULMAFACTBASE_H
00012 
00013 #include "../../../bulmalib/src/busquedafecha.h"
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QCheckBox>
00019 #include <QtGui/QDialog>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QProgressBar>
00024 #include <QtGui/QPushButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QTextEdit>
00027 #include <QtGui/QToolButton>
00028 #include <QtGui/QVBoxLayout>
00029 
00030 class Ui_ImportExportBulmafactBase
00031 {
00032 public:
00033     QVBoxLayout *vboxLayout;
00034     QHBoxLayout *hboxLayout;
00035     QVBoxLayout *vboxLayout1;
00036     QLabel *textLabel1_3;
00037     QLineEdit *m_XML;
00038     QToolButton *toolButton1_5;
00039     QHBoxLayout *hboxLayout1;
00040     QLabel *textLabel2;
00041     BusquedaFecha *m_fechainicial;
00042     QLabel *textLabel2_2;
00043     BusquedaFecha *m_fechafinal;
00044     QSpacerItem *spacerItem;
00045     QCheckBox *m_test;
00046     QVBoxLayout *vboxLayout2;
00047     QLabel *textLabel3;
00048     QTextEdit *m_mensajes;
00049     QProgressBar *m_progressbar;
00050     QHBoxLayout *hboxLayout2;
00051     QSpacerItem *spacerItem1;
00052     QPushButton *pushButtonF_X;
00053     QPushButton *pushButton33_2;
00054     QPushButton *pushButton33;
00055 
00056     void setupUi(QDialog *ImportExportBulmafactBase)
00057     {
00058     ImportExportBulmafactBase->setObjectName(QString::fromUtf8("ImportExportBulmafactBase"));
00059     vboxLayout = new QVBoxLayout(ImportExportBulmafactBase);
00060     vboxLayout->setSpacing(5);
00061     vboxLayout->setMargin(5);
00062     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00063     hboxLayout = new QHBoxLayout();
00064     hboxLayout->setSpacing(2);
00065     hboxLayout->setMargin(0);
00066     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00067     vboxLayout1 = new QVBoxLayout();
00068     vboxLayout1->setSpacing(2);
00069     vboxLayout1->setMargin(0);
00070     vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00071     textLabel1_3 = new QLabel(ImportExportBulmafactBase);
00072     textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00073     textLabel1_3->setFrameShape(QFrame::NoFrame);
00074 
00075     vboxLayout1->addWidget(textLabel1_3);
00076 
00077     m_XML = new QLineEdit(ImportExportBulmafactBase);
00078     m_XML->setObjectName(QString::fromUtf8("m_XML"));
00079 
00080     vboxLayout1->addWidget(m_XML);
00081 
00082 
00083     hboxLayout->addLayout(vboxLayout1);
00084 
00085     toolButton1_5 = new QToolButton(ImportExportBulmafactBase);
00086     toolButton1_5->setObjectName(QString::fromUtf8("toolButton1_5"));
00087     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00088     sizePolicy.setHorizontalStretch(32);
00089     sizePolicy.setVerticalStretch(32);
00090     sizePolicy.setHeightForWidth(toolButton1_5->sizePolicy().hasHeightForWidth());
00091     toolButton1_5->setSizePolicy(sizePolicy);
00092     toolButton1_5->setMinimumSize(QSize(32, 32));
00093 
00094     hboxLayout->addWidget(toolButton1_5);
00095 
00096 
00097     vboxLayout->addLayout(hboxLayout);
00098 
00099     hboxLayout1 = new QHBoxLayout();
00100     hboxLayout1->setSpacing(2);
00101     hboxLayout1->setMargin(0);
00102     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00103     textLabel2 = new QLabel(ImportExportBulmafactBase);
00104     textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00105 
00106     hboxLayout1->addWidget(textLabel2);
00107 
00108     m_fechainicial = new BusquedaFecha(ImportExportBulmafactBase);
00109     m_fechainicial->setObjectName(QString::fromUtf8("m_fechainicial"));
00110 
00111     hboxLayout1->addWidget(m_fechainicial);
00112 
00113     textLabel2_2 = new QLabel(ImportExportBulmafactBase);
00114     textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
00115 
00116     hboxLayout1->addWidget(textLabel2_2);
00117 
00118     m_fechafinal = new BusquedaFecha(ImportExportBulmafactBase);
00119     m_fechafinal->setObjectName(QString::fromUtf8("m_fechafinal"));
00120 
00121     hboxLayout1->addWidget(m_fechafinal);
00122 
00123     spacerItem = new QSpacerItem(70, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00124 
00125     hboxLayout1->addItem(spacerItem);
00126 
00127 
00128     vboxLayout->addLayout(hboxLayout1);
00129 
00130     m_test = new QCheckBox(ImportExportBulmafactBase);
00131     m_test->setObjectName(QString::fromUtf8("m_test"));
00132 
00133     vboxLayout->addWidget(m_test);
00134 
00135     vboxLayout2 = new QVBoxLayout();
00136     vboxLayout2->setSpacing(6);
00137     vboxLayout2->setMargin(0);
00138     vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00139     textLabel3 = new QLabel(ImportExportBulmafactBase);
00140     textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
00141 
00142     vboxLayout2->addWidget(textLabel3);
00143 
00144     m_mensajes = new QTextEdit(ImportExportBulmafactBase);
00145     m_mensajes->setObjectName(QString::fromUtf8("m_mensajes"));
00146 
00147     vboxLayout2->addWidget(m_mensajes);
00148 
00149 
00150     vboxLayout->addLayout(vboxLayout2);
00151 
00152     m_progressbar = new QProgressBar(ImportExportBulmafactBase);
00153     m_progressbar->setObjectName(QString::fromUtf8("m_progressbar"));
00154     m_progressbar->setValue(24);
00155     m_progressbar->setOrientation(Qt::Horizontal);
00156 
00157     vboxLayout->addWidget(m_progressbar);
00158 
00159     hboxLayout2 = new QHBoxLayout();
00160     hboxLayout2->setSpacing(5);
00161     hboxLayout2->setMargin(0);
00162     hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00163     spacerItem1 = new QSpacerItem(340, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00164 
00165     hboxLayout2->addItem(spacerItem1);
00166 
00167     pushButtonF_X = new QPushButton(ImportExportBulmafactBase);
00168     pushButtonF_X->setObjectName(QString::fromUtf8("pushButtonF_X"));
00169 
00170     hboxLayout2->addWidget(pushButtonF_X);
00171 
00172     pushButton33_2 = new QPushButton(ImportExportBulmafactBase);
00173     pushButton33_2->setObjectName(QString::fromUtf8("pushButton33_2"));
00174 
00175     hboxLayout2->addWidget(pushButton33_2);
00176 
00177     pushButton33 = new QPushButton(ImportExportBulmafactBase);
00178     pushButton33->setObjectName(QString::fromUtf8("pushButton33"));
00179 
00180     hboxLayout2->addWidget(pushButton33);
00181 
00182 
00183     vboxLayout->addLayout(hboxLayout2);
00184 
00185 
00186     retranslateUi(ImportExportBulmafactBase);
00187 
00188     QSize size(605, 387);
00189     size = size.expandedTo(ImportExportBulmafactBase->minimumSizeHint());
00190     ImportExportBulmafactBase->resize(size);
00191 
00192 
00193     QMetaObject::connectSlotsByName(ImportExportBulmafactBase);
00194     } // setupUi
00195 
00196     void retranslateUi(QDialog *ImportExportBulmafactBase)
00197     {
00198     ImportExportBulmafactBase->setWindowTitle(QApplication::translate("ImportExportBulmafactBase", "Importar y Exportar Datos", 0, QApplication::UnicodeUTF8));
00199     textLabel1_3->setText(QApplication::translate("ImportExportBulmafactBase", "Archivo XML:", 0, QApplication::UnicodeUTF8));
00200     toolButton1_5->setText(QApplication::translate("ImportExportBulmafactBase", "...", 0, QApplication::UnicodeUTF8));
00201     textLabel2->setText(QApplication::translate("ImportExportBulmafactBase", "Fecha Inicial", 0, QApplication::UnicodeUTF8));
00202     textLabel2_2->setText(QApplication::translate("ImportExportBulmafactBase", "Fecha Final", 0, QApplication::UnicodeUTF8));
00203     m_test->setText(QApplication::translate("ImportExportBulmafactBase", "Realizar s\303\263lo &una comprobaci\303\263n.", 0, QApplication::UnicodeUTF8));
00204     textLabel3->setText(QApplication::translate("ImportExportBulmafactBase", "Resultado:", 0, QApplication::UnicodeUTF8));
00205     pushButtonF_X->setText(QApplication::translate("ImportExportBulmafactBase", "Ca&ncelar", 0, QApplication::UnicodeUTF8));
00206     pushButton33_2->setText(QApplication::translate("ImportExportBulmafactBase", "Expor&tar", 0, QApplication::UnicodeUTF8));
00207     pushButton33->setText(QApplication::translate("ImportExportBulmafactBase", "&Importar", 0, QApplication::UnicodeUTF8));
00208     Q_UNUSED(ImportExportBulmafactBase);
00209     } // retranslateUi
00210 
00211 };
00212 
00213 namespace Ui {
00214     class ImportExportBulmafactBase: public Ui_ImportExportBulmafactBase {};
00215 } // namespace Ui
00216 
00217 #endif // UI_IMPORTEXPORTBULMAFACTBASE_H

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