00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef UI_CANUALESPRINTBASE_H
00015 #define UI_CANUALESPRINTBASE_H
00016
00017 #include "../../bulmalib/src/busquedafecha.h"
00018 #include <QtCore/QVariant>
00019 #include <QtGui/QAction>
00020 #include <QtGui/QApplication>
00021 #include <QtGui/QButtonGroup>
00022 #include <QtGui/QDialog>
00023 #include <QtGui/QHBoxLayout>
00024 #include <QtGui/QLabel>
00025 #include <QtGui/QLineEdit>
00026 #include <QtGui/QProgressBar>
00027 #include <QtGui/QPushButton>
00028 #include <QtGui/QSpacerItem>
00029 #include <QtGui/QVBoxLayout>
00030
00031 class Ui_CAnualesPrintBase
00032 {
00033 public:
00034 QVBoxLayout *vboxLayout;
00035 QHBoxLayout *hboxLayout;
00036 QLabel *textLabel1;
00037 QLineEdit *m_nomBalance;
00038 QLabel *label;
00039 QHBoxLayout *hboxLayout1;
00040 QLabel *textLabel1_2;
00041 BusquedaFecha *mui_fechainicial;
00042 QLabel *textLabel1_2_2;
00043 BusquedaFecha *mui_fechafinal;
00044 QLabel *label_2;
00045 QHBoxLayout *hboxLayout2;
00046 QLabel *textLabel1_3;
00047 BusquedaFecha *mui_fechainicial1;
00048 QLabel *textLabel1_2_3;
00049 BusquedaFecha *mui_fechafinal1;
00050 QProgressBar *progressBar;
00051 QHBoxLayout *hboxLayout3;
00052 QSpacerItem *spacerItem;
00053 QPushButton *mui_aceptar;
00054 QPushButton *mui_cancelar;
00055
00056 void setupUi(QDialog *CAnualesPrintBase)
00057 {
00058 CAnualesPrintBase->setObjectName(QString::fromUtf8("CAnualesPrintBase"));
00059 CAnualesPrintBase->setWindowIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_estadisticas.xpm")));
00060 vboxLayout = new QVBoxLayout(CAnualesPrintBase);
00061 vboxLayout->setSpacing(5);
00062 vboxLayout->setMargin(5);
00063 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00064 hboxLayout = new QHBoxLayout();
00065 hboxLayout->setSpacing(0);
00066 hboxLayout->setMargin(0);
00067 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00068 textLabel1 = new QLabel(CAnualesPrintBase);
00069 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00070
00071 hboxLayout->addWidget(textLabel1);
00072
00073 m_nomBalance = new QLineEdit(CAnualesPrintBase);
00074 m_nomBalance->setObjectName(QString::fromUtf8("m_nomBalance"));
00075 m_nomBalance->setEnabled(false);
00076
00077 hboxLayout->addWidget(m_nomBalance);
00078
00079
00080 vboxLayout->addLayout(hboxLayout);
00081
00082 label = new QLabel(CAnualesPrintBase);
00083 label->setObjectName(QString::fromUtf8("label"));
00084
00085 vboxLayout->addWidget(label);
00086
00087 hboxLayout1 = new QHBoxLayout();
00088 hboxLayout1->setSpacing(0);
00089 hboxLayout1->setMargin(0);
00090 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00091 textLabel1_2 = new QLabel(CAnualesPrintBase);
00092 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00093
00094 hboxLayout1->addWidget(textLabel1_2);
00095
00096 mui_fechainicial = new BusquedaFecha(CAnualesPrintBase);
00097 mui_fechainicial->setObjectName(QString::fromUtf8("mui_fechainicial"));
00098
00099 hboxLayout1->addWidget(mui_fechainicial);
00100
00101 textLabel1_2_2 = new QLabel(CAnualesPrintBase);
00102 textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00103
00104 hboxLayout1->addWidget(textLabel1_2_2);
00105
00106 mui_fechafinal = new BusquedaFecha(CAnualesPrintBase);
00107 mui_fechafinal->setObjectName(QString::fromUtf8("mui_fechafinal"));
00108
00109 hboxLayout1->addWidget(mui_fechafinal);
00110
00111
00112 vboxLayout->addLayout(hboxLayout1);
00113
00114 label_2 = new QLabel(CAnualesPrintBase);
00115 label_2->setObjectName(QString::fromUtf8("label_2"));
00116
00117 vboxLayout->addWidget(label_2);
00118
00119 hboxLayout2 = new QHBoxLayout();
00120 hboxLayout2->setSpacing(0);
00121 hboxLayout2->setMargin(0);
00122 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00123 textLabel1_3 = new QLabel(CAnualesPrintBase);
00124 textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00125
00126 hboxLayout2->addWidget(textLabel1_3);
00127
00128 mui_fechainicial1 = new BusquedaFecha(CAnualesPrintBase);
00129 mui_fechainicial1->setObjectName(QString::fromUtf8("mui_fechainicial1"));
00130
00131 hboxLayout2->addWidget(mui_fechainicial1);
00132
00133 textLabel1_2_3 = new QLabel(CAnualesPrintBase);
00134 textLabel1_2_3->setObjectName(QString::fromUtf8("textLabel1_2_3"));
00135
00136 hboxLayout2->addWidget(textLabel1_2_3);
00137
00138 mui_fechafinal1 = new BusquedaFecha(CAnualesPrintBase);
00139 mui_fechafinal1->setObjectName(QString::fromUtf8("mui_fechafinal1"));
00140
00141 hboxLayout2->addWidget(mui_fechafinal1);
00142
00143
00144 vboxLayout->addLayout(hboxLayout2);
00145
00146 progressBar = new QProgressBar(CAnualesPrintBase);
00147 progressBar->setObjectName(QString::fromUtf8("progressBar"));
00148 progressBar->setValue(0);
00149 progressBar->setOrientation(Qt::Horizontal);
00150
00151 vboxLayout->addWidget(progressBar);
00152
00153 hboxLayout3 = new QHBoxLayout();
00154 hboxLayout3->setSpacing(0);
00155 hboxLayout3->setMargin(0);
00156 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00157 spacerItem = new QSpacerItem(168, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00158
00159 hboxLayout3->addItem(spacerItem);
00160
00161 mui_aceptar = new QPushButton(CAnualesPrintBase);
00162 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00163 mui_aceptar->setAutoDefault(false);
00164
00165 hboxLayout3->addWidget(mui_aceptar);
00166
00167 mui_cancelar = new QPushButton(CAnualesPrintBase);
00168 mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00169 mui_cancelar->setAutoDefault(false);
00170
00171 hboxLayout3->addWidget(mui_cancelar);
00172
00173
00174 vboxLayout->addLayout(hboxLayout3);
00175
00176 QWidget::setTabOrder(m_nomBalance, mui_aceptar);
00177 QWidget::setTabOrder(mui_aceptar, mui_cancelar);
00178
00179 retranslateUi(CAnualesPrintBase);
00180
00181 QSize size(445, 273);
00182 size = size.expandedTo(CAnualesPrintBase->minimumSizeHint());
00183 CAnualesPrintBase->resize(size);
00184
00185 QObject::connect(mui_cancelar, SIGNAL(clicked()), CAnualesPrintBase, SLOT(close()));
00186 QObject::connect(mui_aceptar, SIGNAL(clicked()), CAnualesPrintBase, SLOT(accept()));
00187
00188 QMetaObject::connectSlotsByName(CAnualesPrintBase);
00189 }
00190
00191 void retranslateUi(QDialog *CAnualesPrintBase)
00192 {
00193 CAnualesPrintBase->setWindowTitle(QApplication::translate("CAnualesPrintBase", "Impresi\303\263n de Balances", 0, QApplication::UnicodeUTF8));
00194 textLabel1->setText(QApplication::translate("CAnualesPrintBase", "Balance", 0, QApplication::UnicodeUTF8));
00195 label->setText(QApplication::translate("CAnualesPrintBase", "Primer Periodo", 0, QApplication::UnicodeUTF8));
00196 textLabel1_2->setText(QApplication::translate("CAnualesPrintBase", "Fecha Inicial", 0, QApplication::UnicodeUTF8));
00197 textLabel1_2_2->setText(QApplication::translate("CAnualesPrintBase", "Fecha Final", 0, QApplication::UnicodeUTF8));
00198 label_2->setText(QApplication::translate("CAnualesPrintBase", "Segundo Periodo", 0, QApplication::UnicodeUTF8));
00199 textLabel1_3->setText(QApplication::translate("CAnualesPrintBase", "Fecha Inicial", 0, QApplication::UnicodeUTF8));
00200 textLabel1_2_3->setText(QApplication::translate("CAnualesPrintBase", "Fecha Final", 0, QApplication::UnicodeUTF8));
00201 mui_aceptar->setText(QApplication::translate("CAnualesPrintBase", "Acep&tar", 0, QApplication::UnicodeUTF8));
00202 mui_cancelar->setText(QApplication::translate("CAnualesPrintBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00203 Q_UNUSED(CAnualesPrintBase);
00204 }
00205
00206 };
00207
00208 namespace Ui {
00209 class CAnualesPrintBase: public Ui_CAnualesPrintBase {};
00210 }
00211
00212 #endif // UI_CANUALESPRINTBASE_H