ui_importContaplusBase.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'importContaplusBase.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_IMPORTCONTAPLUSBASE_H
00011 #define UI_IMPORTCONTAPLUSBASE_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/QTabWidget>
00027 #include <QtGui/QTextEdit>
00028 #include <QtGui/QToolButton>
00029 #include <QtGui/QVBoxLayout>
00030 #include <QtGui/QWidget>
00031 
00032 class Ui_importContaplusBase
00033 {
00034 public:
00035     QVBoxLayout *vboxLayout;
00036     QTabWidget *tabWidget3;
00037     QWidget *tab;
00038     QVBoxLayout *vboxLayout1;
00039     QHBoxLayout *hboxLayout;
00040     QVBoxLayout *vboxLayout2;
00041     QLabel *textLabel1;
00042     QLineEdit *m_subCta;
00043     QToolButton *toolButton1;
00044     QHBoxLayout *hboxLayout1;
00045     QVBoxLayout *vboxLayout3;
00046     QLabel *textLabel1_2;
00047     QLineEdit *m_diario;
00048     QToolButton *toolButton1_2;
00049     QWidget *tab1;
00050     QVBoxLayout *vboxLayout4;
00051     QHBoxLayout *hboxLayout2;
00052     QVBoxLayout *vboxLayout5;
00053     QLabel *textLabel1_3;
00054     QLineEdit *m_XML;
00055     QToolButton *toolButton1_5;
00056     QSpacerItem *spacerItem;
00057     QHBoxLayout *hboxLayout3;
00058     QLabel *textLabel2;
00059     BusquedaFecha *m_fechainicial;
00060     QLabel *textLabel2_2;
00061     BusquedaFecha *m_fechafinal;
00062     QSpacerItem *spacerItem1;
00063     QCheckBox *m_test;
00064     QVBoxLayout *vboxLayout6;
00065     QLabel *textLabel3;
00066     QTextEdit *m_mensajes;
00067     QProgressBar *m_progressbar;
00068     QHBoxLayout *hboxLayout4;
00069     QSpacerItem *spacerItem2;
00070     QPushButton *pushButtonF_X;
00071     QPushButton *pushButton33_2;
00072     QPushButton *pushButton33;
00073 
00074     void setupUi(QDialog *importContaplusBase)
00075     {
00076     importContaplusBase->setObjectName(QString::fromUtf8("importContaplusBase"));
00077     vboxLayout = new QVBoxLayout(importContaplusBase);
00078     vboxLayout->setSpacing(5);
00079     vboxLayout->setMargin(5);
00080     vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00081     tabWidget3 = new QTabWidget(importContaplusBase);
00082     tabWidget3->setObjectName(QString::fromUtf8("tabWidget3"));
00083     tab = new QWidget();
00084     tab->setObjectName(QString::fromUtf8("tab"));
00085     vboxLayout1 = new QVBoxLayout(tab);
00086     vboxLayout1->setSpacing(6);
00087     vboxLayout1->setMargin(0);
00088     vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00089     hboxLayout = new QHBoxLayout();
00090     hboxLayout->setSpacing(6);
00091     hboxLayout->setMargin(0);
00092     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00093     vboxLayout2 = new QVBoxLayout();
00094     vboxLayout2->setSpacing(6);
00095     vboxLayout2->setMargin(0);
00096     vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00097     textLabel1 = new QLabel(tab);
00098     textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00099 
00100     vboxLayout2->addWidget(textLabel1);
00101 
00102     m_subCta = new QLineEdit(tab);
00103     m_subCta->setObjectName(QString::fromUtf8("m_subCta"));
00104 
00105     vboxLayout2->addWidget(m_subCta);
00106 
00107 
00108     hboxLayout->addLayout(vboxLayout2);
00109 
00110     toolButton1 = new QToolButton(tab);
00111     toolButton1->setObjectName(QString::fromUtf8("toolButton1"));
00112     QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00113     sizePolicy.setHorizontalStretch(32);
00114     sizePolicy.setVerticalStretch(32);
00115     sizePolicy.setHeightForWidth(toolButton1->sizePolicy().hasHeightForWidth());
00116     toolButton1->setSizePolicy(sizePolicy);
00117     toolButton1->setMinimumSize(QSize(32, 32));
00118 
00119     hboxLayout->addWidget(toolButton1);
00120 
00121 
00122     vboxLayout1->addLayout(hboxLayout);
00123 
00124     hboxLayout1 = new QHBoxLayout();
00125     hboxLayout1->setSpacing(6);
00126     hboxLayout1->setMargin(0);
00127     hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00128     vboxLayout3 = new QVBoxLayout();
00129     vboxLayout3->setSpacing(6);
00130     vboxLayout3->setMargin(0);
00131     vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00132     textLabel1_2 = new QLabel(tab);
00133     textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00134 
00135     vboxLayout3->addWidget(textLabel1_2);
00136 
00137     m_diario = new QLineEdit(tab);
00138     m_diario->setObjectName(QString::fromUtf8("m_diario"));
00139 
00140     vboxLayout3->addWidget(m_diario);
00141 
00142 
00143     hboxLayout1->addLayout(vboxLayout3);
00144 
00145     toolButton1_2 = new QToolButton(tab);
00146     toolButton1_2->setObjectName(QString::fromUtf8("toolButton1_2"));
00147     QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00148     sizePolicy1.setHorizontalStretch(32);
00149     sizePolicy1.setVerticalStretch(32);
00150     sizePolicy1.setHeightForWidth(toolButton1_2->sizePolicy().hasHeightForWidth());
00151     toolButton1_2->setSizePolicy(sizePolicy1);
00152     toolButton1_2->setMinimumSize(QSize(32, 32));
00153 
00154     hboxLayout1->addWidget(toolButton1_2);
00155 
00156 
00157     vboxLayout1->addLayout(hboxLayout1);
00158 
00159     tabWidget3->addTab(tab, QApplication::translate("importContaplusBase", "&Contalus", 0, QApplication::UnicodeUTF8));
00160     tab1 = new QWidget();
00161     tab1->setObjectName(QString::fromUtf8("tab1"));
00162     vboxLayout4 = new QVBoxLayout(tab1);
00163     vboxLayout4->setSpacing(6);
00164     vboxLayout4->setMargin(0);
00165     vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00166     hboxLayout2 = new QHBoxLayout();
00167     hboxLayout2->setSpacing(6);
00168     hboxLayout2->setMargin(0);
00169     hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00170     vboxLayout5 = new QVBoxLayout();
00171     vboxLayout5->setSpacing(6);
00172     vboxLayout5->setMargin(0);
00173     vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
00174     textLabel1_3 = new QLabel(tab1);
00175     textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00176 
00177     vboxLayout5->addWidget(textLabel1_3);
00178 
00179     m_XML = new QLineEdit(tab1);
00180     m_XML->setObjectName(QString::fromUtf8("m_XML"));
00181 
00182     vboxLayout5->addWidget(m_XML);
00183 
00184 
00185     hboxLayout2->addLayout(vboxLayout5);
00186 
00187     toolButton1_5 = new QToolButton(tab1);
00188     toolButton1_5->setObjectName(QString::fromUtf8("toolButton1_5"));
00189     QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00190     sizePolicy2.setHorizontalStretch(32);
00191     sizePolicy2.setVerticalStretch(32);
00192     sizePolicy2.setHeightForWidth(toolButton1_5->sizePolicy().hasHeightForWidth());
00193     toolButton1_5->setSizePolicy(sizePolicy2);
00194     toolButton1_5->setMinimumSize(QSize(32, 32));
00195 
00196     hboxLayout2->addWidget(toolButton1_5);
00197 
00198 
00199     vboxLayout4->addLayout(hboxLayout2);
00200 
00201     spacerItem = new QSpacerItem(61, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
00202 
00203     vboxLayout4->addItem(spacerItem);
00204 
00205     tabWidget3->addTab(tab1, QApplication::translate("importContaplusBase", "&XML", 0, QApplication::UnicodeUTF8));
00206 
00207     vboxLayout->addWidget(tabWidget3);
00208 
00209     hboxLayout3 = new QHBoxLayout();
00210     hboxLayout3->setSpacing(6);
00211     hboxLayout3->setMargin(0);
00212     hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00213     textLabel2 = new QLabel(importContaplusBase);
00214     textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00215 
00216     hboxLayout3->addWidget(textLabel2);
00217 
00218     m_fechainicial = new BusquedaFecha(importContaplusBase);
00219     m_fechainicial->setObjectName(QString::fromUtf8("m_fechainicial"));
00220 
00221     hboxLayout3->addWidget(m_fechainicial);
00222 
00223     textLabel2_2 = new QLabel(importContaplusBase);
00224     textLabel2_2->setObjectName(QString::fromUtf8("textLabel2_2"));
00225 
00226     hboxLayout3->addWidget(textLabel2_2);
00227 
00228     m_fechafinal = new BusquedaFecha(importContaplusBase);
00229     m_fechafinal->setObjectName(QString::fromUtf8("m_fechafinal"));
00230 
00231     hboxLayout3->addWidget(m_fechafinal);
00232 
00233     spacerItem1 = new QSpacerItem(70, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00234 
00235     hboxLayout3->addItem(spacerItem1);
00236 
00237 
00238     vboxLayout->addLayout(hboxLayout3);
00239 
00240     m_test = new QCheckBox(importContaplusBase);
00241     m_test->setObjectName(QString::fromUtf8("m_test"));
00242 
00243     vboxLayout->addWidget(m_test);
00244 
00245     vboxLayout6 = new QVBoxLayout();
00246     vboxLayout6->setSpacing(6);
00247     vboxLayout6->setMargin(0);
00248     vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6"));
00249     textLabel3 = new QLabel(importContaplusBase);
00250     textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
00251 
00252     vboxLayout6->addWidget(textLabel3);
00253 
00254     m_mensajes = new QTextEdit(importContaplusBase);
00255     m_mensajes->setObjectName(QString::fromUtf8("m_mensajes"));
00256 
00257     vboxLayout6->addWidget(m_mensajes);
00258 
00259 
00260     vboxLayout->addLayout(vboxLayout6);
00261 
00262     m_progressbar = new QProgressBar(importContaplusBase);
00263     m_progressbar->setObjectName(QString::fromUtf8("m_progressbar"));
00264     m_progressbar->setValue(24);
00265     m_progressbar->setOrientation(Qt::Horizontal);
00266 
00267     vboxLayout->addWidget(m_progressbar);
00268 
00269     hboxLayout4 = new QHBoxLayout();
00270     hboxLayout4->setSpacing(6);
00271     hboxLayout4->setMargin(0);
00272     hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00273     spacerItem2 = new QSpacerItem(340, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00274 
00275     hboxLayout4->addItem(spacerItem2);
00276 
00277     pushButtonF_X = new QPushButton(importContaplusBase);
00278     pushButtonF_X->setObjectName(QString::fromUtf8("pushButtonF_X"));
00279 
00280     hboxLayout4->addWidget(pushButtonF_X);
00281 
00282     pushButton33_2 = new QPushButton(importContaplusBase);
00283     pushButton33_2->setObjectName(QString::fromUtf8("pushButton33_2"));
00284 
00285     hboxLayout4->addWidget(pushButton33_2);
00286 
00287     pushButton33 = new QPushButton(importContaplusBase);
00288     pushButton33->setObjectName(QString::fromUtf8("pushButton33"));
00289 
00290     hboxLayout4->addWidget(pushButton33);
00291 
00292 
00293     vboxLayout->addLayout(hboxLayout4);
00294 
00295 
00296     retranslateUi(importContaplusBase);
00297 
00298     QSize size(617, 429);
00299     size = size.expandedTo(importContaplusBase->minimumSizeHint());
00300     importContaplusBase->resize(size);
00301 
00302 
00303     tabWidget3->setCurrentIndex(0);
00304 
00305 
00306     QMetaObject::connectSlotsByName(importContaplusBase);
00307     } // setupUi
00308 
00309     void retranslateUi(QDialog *importContaplusBase)
00310     {
00311     importContaplusBase->setWindowTitle(QApplication::translate("importContaplusBase", "Importar y Exportar Datos", 0, QApplication::UnicodeUTF8));
00312     textLabel1->setText(QApplication::translate("importContaplusBase", "Archivo de SubCta", 0, QApplication::UnicodeUTF8));
00313     toolButton1->setText(QApplication::translate("importContaplusBase", "...", 0, QApplication::UnicodeUTF8));
00314     textLabel1_2->setText(QApplication::translate("importContaplusBase", "Archivo de Diario", 0, QApplication::UnicodeUTF8));
00315     toolButton1_2->setText(QApplication::translate("importContaplusBase", "...", 0, QApplication::UnicodeUTF8));
00316     tabWidget3->setTabText(tabWidget3->indexOf(tab), QApplication::translate("importContaplusBase", "&Contalus", 0, QApplication::UnicodeUTF8));
00317     textLabel1_3->setText(QApplication::translate("importContaplusBase", "Archivo XML", 0, QApplication::UnicodeUTF8));
00318     toolButton1_5->setText(QApplication::translate("importContaplusBase", "...", 0, QApplication::UnicodeUTF8));
00319     tabWidget3->setTabText(tabWidget3->indexOf(tab1), QApplication::translate("importContaplusBase", "&XML", 0, QApplication::UnicodeUTF8));
00320     textLabel2->setText(QApplication::translate("importContaplusBase", "Fecha Inicial", 0, QApplication::UnicodeUTF8));
00321     textLabel2_2->setText(QApplication::translate("importContaplusBase", "Fecha Final", 0, QApplication::UnicodeUTF8));
00322     m_test->setText(QApplication::translate("importContaplusBase", "Realizar s\303\263lo &un Testeo", 0, QApplication::UnicodeUTF8));
00323     textLabel3->setText(QApplication::translate("importContaplusBase", "Resultado", 0, QApplication::UnicodeUTF8));
00324     pushButtonF_X->setText(QApplication::translate("importContaplusBase", "Ca&ncelar", 0, QApplication::UnicodeUTF8));
00325     pushButton33_2->setText(QApplication::translate("importContaplusBase", "Expor&tar", 0, QApplication::UnicodeUTF8));
00326     pushButton33->setText(QApplication::translate("importContaplusBase", "&Importar", 0, QApplication::UnicodeUTF8));
00327     Q_UNUSED(importContaplusBase);
00328     } // retranslateUi
00329 
00330 };
00331 
00332 namespace Ui {
00333     class importContaplusBase: public Ui_importContaplusBase {};
00334 } // namespace Ui
00335 
00336 #endif // UI_IMPORTCONTAPLUSBASE_H

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