#include <ui_importexportbulmafactbase.h>
Inheritance diagram for Ui_ImportExportBulmafactBase:

Public Member Functions | |
| void | setupUi (QDialog *ImportExportBulmafactBase) |
| void | retranslateUi (QDialog *ImportExportBulmafactBase) |
Data Fields | |
| QVBoxLayout * | vboxLayout |
| QHBoxLayout * | hboxLayout |
| QVBoxLayout * | vboxLayout1 |
| QLabel * | textLabel1_3 |
| QLineEdit * | m_XML |
| QToolButton * | toolButton1_5 |
| QHBoxLayout * | hboxLayout1 |
| QLabel * | textLabel2 |
| BusquedaFecha * | m_fechainicial |
| QLabel * | textLabel2_2 |
| BusquedaFecha * | m_fechafinal |
| QSpacerItem * | spacerItem |
| QCheckBox * | m_test |
| QVBoxLayout * | vboxLayout2 |
| QLabel * | textLabel3 |
| QTextEdit * | m_mensajes |
| QProgressBar * | m_progressbar |
| QHBoxLayout * | hboxLayout2 |
| QSpacerItem * | spacerItem1 |
| QPushButton * | pushButtonF_X |
| QPushButton * | pushButton33_2 |
| QPushButton * | pushButton33 |
Definition at line 30 of file ui_importexportbulmafactbase.h.
| void Ui_ImportExportBulmafactBase::setupUi | ( | QDialog * | ImportExportBulmafactBase | ) | [inline] |
Definition at line 56 of file ui_importexportbulmafactbase.h.
References hboxLayout, hboxLayout1, hboxLayout2, m_fechafinal, m_fechainicial, m_mensajes, m_progressbar, m_test, m_XML, pushButton33, pushButton33_2, pushButtonF_X, retranslateUi(), spacerItem, spacerItem1, textLabel1_3, textLabel2, textLabel2_2, textLabel3, toolButton1_5, vboxLayout, vboxLayout1, and vboxLayout2.
Referenced by ImportExportBulmafactView::ImportExportBulmafactView().
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
| void Ui_ImportExportBulmafactBase::retranslateUi | ( | QDialog * | ImportExportBulmafactBase | ) | [inline] |
Definition at line 196 of file ui_importexportbulmafactbase.h.
References m_test, pushButton33, pushButton33_2, pushButtonF_X, textLabel1_3, textLabel2, textLabel2_2, textLabel3, and toolButton1_5.
Referenced by setupUi().
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
| QVBoxLayout* Ui_ImportExportBulmafactBase::vboxLayout |
| QHBoxLayout* Ui_ImportExportBulmafactBase::hboxLayout |
| QVBoxLayout* Ui_ImportExportBulmafactBase::vboxLayout1 |
Definition at line 36 of file ui_importexportbulmafactbase.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 37 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::botonBuscarXML(), ImportExportBulmafactView::botonExportar(), ImportExportBulmafactView::botonImportar(), and setupUi().
Definition at line 38 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::ImportExportBulmafactView(), retranslateUi(), and setupUi().
| QHBoxLayout* Ui_ImportExportBulmafactBase::hboxLayout1 |
Definition at line 40 of file ui_importexportbulmafactbase.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 41 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::botonExportar(), ImportExportBulmafactView::botonImportar(), and setupUi().
Definition at line 42 of file ui_importexportbulmafactbase.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 43 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::botonExportar(), ImportExportBulmafactView::botonImportar(), and setupUi().
| QSpacerItem* Ui_ImportExportBulmafactBase::spacerItem |
| QCheckBox* Ui_ImportExportBulmafactBase::m_test |
Definition at line 45 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::botonExportar(), retranslateUi(), and setupUi().
| QVBoxLayout* Ui_ImportExportBulmafactBase::vboxLayout2 |
Definition at line 47 of file ui_importexportbulmafactbase.h.
Referenced by retranslateUi(), and setupUi().
Definition at line 48 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::botonExportar(), ImportExportBulmafactView::botonImportar(), ImportExportBulmafactView::mensajeria(), and setupUi().
| QProgressBar* Ui_ImportExportBulmafactBase::m_progressbar |
Definition at line 49 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::alerta(), and setupUi().
| QHBoxLayout* Ui_ImportExportBulmafactBase::hboxLayout2 |
| QSpacerItem* Ui_ImportExportBulmafactBase::spacerItem1 |
| QPushButton* Ui_ImportExportBulmafactBase::pushButtonF_X |
Definition at line 52 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::ImportExportBulmafactView(), retranslateUi(), and setupUi().
| QPushButton* Ui_ImportExportBulmafactBase::pushButton33_2 |
Definition at line 53 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::ImportExportBulmafactView(), retranslateUi(), and setupUi().
| QPushButton* Ui_ImportExportBulmafactBase::pushButton33 |
Definition at line 54 of file ui_importexportbulmafactbase.h.
Referenced by ImportExportBulmafactView::ImportExportBulmafactView(), retranslateUi(), and setupUi().
1.5.1