00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_BALANCEPRINTBASE_H
00011 #define UI_BALANCEPRINTBASE_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/QComboBox>
00020 #include <QtGui/QDialog>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QRadioButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QToolButton>
00027 #include <QtGui/QVBoxLayout>
00028 #include "busquedacuenta.h"
00029
00030 class Ui_BalancePrintBase
00031 {
00032 public:
00033 QVBoxLayout *vboxLayout;
00034 QHBoxLayout *hboxLayout;
00035 QToolButton *mui_ccostes;
00036 QToolButton *mui_canales;
00037 QToolButton *mui_imprimir;
00038 QSpacerItem *spacerItem;
00039 QGroupBox *groupBox_2;
00040 QVBoxLayout *vboxLayout1;
00041 QHBoxLayout *hboxLayout1;
00042 QHBoxLayout *hboxLayout2;
00043 QLabel *textLabel1;
00044 BusquedaCuenta *m_codigoinicial;
00045 QHBoxLayout *hboxLayout3;
00046 QLabel *textLabel1_3;
00047 BusquedaFecha *m_fechainicial1;
00048 QHBoxLayout *hboxLayout4;
00049 QHBoxLayout *hboxLayout5;
00050 QLabel *textLabel1_2;
00051 BusquedaCuenta *m_codigofinal;
00052 QHBoxLayout *hboxLayout6;
00053 QLabel *textLabel1_2_2;
00054 BusquedaFecha *m_fechafinal1;
00055 QHBoxLayout *hboxLayout7;
00056 QHBoxLayout *hboxLayout8;
00057 QLabel *textLabel1_3_2;
00058 QComboBox *combonivel;
00059 QVBoxLayout *vboxLayout2;
00060 QCheckBox *checksuperiores;
00061 QCheckBox *checkBox1_2;
00062 QHBoxLayout *hboxLayout9;
00063 QGroupBox *groupBox;
00064 QHBoxLayout *hboxLayout10;
00065 QRadioButton *radiotexto;
00066 QRadioButton *radiopropietario;
00067 QRadioButton *radiohtml;
00068 QRadioButton *radiokugar;
00069
00070 void setupUi(QDialog *BalancePrintBase)
00071 {
00072 BalancePrintBase->setObjectName(QString::fromUtf8("BalancePrintBase"));
00073 vboxLayout = new QVBoxLayout(BalancePrintBase);
00074 vboxLayout->setSpacing(6);
00075 vboxLayout->setMargin(5);
00076 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00077 hboxLayout = new QHBoxLayout();
00078 hboxLayout->setSpacing(0);
00079 hboxLayout->setMargin(5);
00080 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00081 mui_ccostes = new QToolButton(BalancePrintBase);
00082 mui_ccostes->setObjectName(QString::fromUtf8("mui_ccostes"));
00083 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00084 sizePolicy.setHorizontalStretch(0);
00085 sizePolicy.setVerticalStretch(0);
00086 sizePolicy.setHeightForWidth(mui_ccostes->sizePolicy().hasHeightForWidth());
00087 mui_ccostes->setSizePolicy(sizePolicy);
00088 mui_ccostes->setIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_centroCoste.xpm")));
00089
00090 hboxLayout->addWidget(mui_ccostes);
00091
00092 mui_canales = new QToolButton(BalancePrintBase);
00093 mui_canales->setObjectName(QString::fromUtf8("mui_canales"));
00094 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00095 sizePolicy1.setHorizontalStretch(0);
00096 sizePolicy1.setVerticalStretch(0);
00097 sizePolicy1.setHeightForWidth(mui_canales->sizePolicy().hasHeightForWidth());
00098 mui_canales->setSizePolicy(sizePolicy1);
00099 mui_canales->setIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_canales.xpm")));
00100
00101 hboxLayout->addWidget(mui_canales);
00102
00103 mui_imprimir = new QToolButton(BalancePrintBase);
00104 mui_imprimir->setObjectName(QString::fromUtf8("mui_imprimir"));
00105 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00106 sizePolicy2.setHorizontalStretch(0);
00107 sizePolicy2.setVerticalStretch(0);
00108 sizePolicy2.setHeightForWidth(mui_imprimir->sizePolicy().hasHeightForWidth());
00109 mui_imprimir->setSizePolicy(sizePolicy2);
00110 mui_imprimir->setIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_filePrint.xpm")));
00111
00112 hboxLayout->addWidget(mui_imprimir);
00113
00114 spacerItem = new QSpacerItem(430, 21, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
00115
00116 hboxLayout->addItem(spacerItem);
00117
00118
00119 vboxLayout->addLayout(hboxLayout);
00120
00121 groupBox_2 = new QGroupBox(BalancePrintBase);
00122 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00123 vboxLayout1 = new QVBoxLayout(groupBox_2);
00124 vboxLayout1->setSpacing(5);
00125 vboxLayout1->setMargin(5);
00126 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00127 hboxLayout1 = new QHBoxLayout();
00128 hboxLayout1->setSpacing(5);
00129 hboxLayout1->setMargin(5);
00130 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00131 hboxLayout2 = new QHBoxLayout();
00132 hboxLayout2->setSpacing(2);
00133 hboxLayout2->setMargin(5);
00134 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00135 textLabel1 = new QLabel(groupBox_2);
00136 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00137
00138 hboxLayout2->addWidget(textLabel1);
00139
00140 m_codigoinicial = new BusquedaCuenta(groupBox_2);
00141 m_codigoinicial->setObjectName(QString::fromUtf8("m_codigoinicial"));
00142
00143 hboxLayout2->addWidget(m_codigoinicial);
00144
00145
00146 hboxLayout1->addLayout(hboxLayout2);
00147
00148 hboxLayout3 = new QHBoxLayout();
00149 hboxLayout3->setSpacing(2);
00150 hboxLayout3->setMargin(5);
00151 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00152 textLabel1_3 = new QLabel(groupBox_2);
00153 textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00154
00155 hboxLayout3->addWidget(textLabel1_3);
00156
00157 m_fechainicial1 = new BusquedaFecha(groupBox_2);
00158 m_fechainicial1->setObjectName(QString::fromUtf8("m_fechainicial1"));
00159
00160 hboxLayout3->addWidget(m_fechainicial1);
00161
00162
00163 hboxLayout1->addLayout(hboxLayout3);
00164
00165
00166 vboxLayout1->addLayout(hboxLayout1);
00167
00168 hboxLayout4 = new QHBoxLayout();
00169 hboxLayout4->setSpacing(5);
00170 hboxLayout4->setMargin(5);
00171 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00172 hboxLayout5 = new QHBoxLayout();
00173 hboxLayout5->setSpacing(2);
00174 hboxLayout5->setMargin(5);
00175 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00176 textLabel1_2 = new QLabel(groupBox_2);
00177 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00178
00179 hboxLayout5->addWidget(textLabel1_2);
00180
00181 m_codigofinal = new BusquedaCuenta(groupBox_2);
00182 m_codigofinal->setObjectName(QString::fromUtf8("m_codigofinal"));
00183
00184 hboxLayout5->addWidget(m_codigofinal);
00185
00186
00187 hboxLayout4->addLayout(hboxLayout5);
00188
00189 hboxLayout6 = new QHBoxLayout();
00190 hboxLayout6->setSpacing(2);
00191 hboxLayout6->setMargin(5);
00192 hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00193 textLabel1_2_2 = new QLabel(groupBox_2);
00194 textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00195
00196 hboxLayout6->addWidget(textLabel1_2_2);
00197
00198 m_fechafinal1 = new BusquedaFecha(groupBox_2);
00199 m_fechafinal1->setObjectName(QString::fromUtf8("m_fechafinal1"));
00200
00201 hboxLayout6->addWidget(m_fechafinal1);
00202
00203
00204 hboxLayout4->addLayout(hboxLayout6);
00205
00206
00207 vboxLayout1->addLayout(hboxLayout4);
00208
00209 hboxLayout7 = new QHBoxLayout();
00210 hboxLayout7->setSpacing(5);
00211 hboxLayout7->setMargin(5);
00212 hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
00213 hboxLayout8 = new QHBoxLayout();
00214 hboxLayout8->setSpacing(2);
00215 hboxLayout8->setMargin(5);
00216 hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
00217 textLabel1_3_2 = new QLabel(groupBox_2);
00218 textLabel1_3_2->setObjectName(QString::fromUtf8("textLabel1_3_2"));
00219
00220 hboxLayout8->addWidget(textLabel1_3_2);
00221
00222 combonivel = new QComboBox(groupBox_2);
00223 combonivel->setObjectName(QString::fromUtf8("combonivel"));
00224
00225 hboxLayout8->addWidget(combonivel);
00226
00227
00228 hboxLayout7->addLayout(hboxLayout8);
00229
00230 vboxLayout2 = new QVBoxLayout();
00231 vboxLayout2->setSpacing(2);
00232 vboxLayout2->setMargin(5);
00233 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00234 checksuperiores = new QCheckBox(groupBox_2);
00235 checksuperiores->setObjectName(QString::fromUtf8("checksuperiores"));
00236
00237 vboxLayout2->addWidget(checksuperiores);
00238
00239 checkBox1_2 = new QCheckBox(groupBox_2);
00240 checkBox1_2->setObjectName(QString::fromUtf8("checkBox1_2"));
00241
00242 vboxLayout2->addWidget(checkBox1_2);
00243
00244
00245 hboxLayout7->addLayout(vboxLayout2);
00246
00247
00248 vboxLayout1->addLayout(hboxLayout7);
00249
00250
00251 vboxLayout->addWidget(groupBox_2);
00252
00253 hboxLayout9 = new QHBoxLayout();
00254 hboxLayout9->setSpacing(6);
00255 hboxLayout9->setMargin(5);
00256 hboxLayout9->setObjectName(QString::fromUtf8("hboxLayout9"));
00257 groupBox = new QGroupBox(BalancePrintBase);
00258 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00259 hboxLayout10 = new QHBoxLayout(groupBox);
00260 hboxLayout10->setSpacing(6);
00261 hboxLayout10->setMargin(5);
00262 hboxLayout10->setObjectName(QString::fromUtf8("hboxLayout10"));
00263 radiotexto = new QRadioButton(groupBox);
00264 radiotexto->setObjectName(QString::fromUtf8("radiotexto"));
00265 radiotexto->setChecked(true);
00266
00267 hboxLayout10->addWidget(radiotexto);
00268
00269 radiopropietario = new QRadioButton(groupBox);
00270 radiopropietario->setObjectName(QString::fromUtf8("radiopropietario"));
00271
00272 hboxLayout10->addWidget(radiopropietario);
00273
00274 radiohtml = new QRadioButton(groupBox);
00275 radiohtml->setObjectName(QString::fromUtf8("radiohtml"));
00276
00277 hboxLayout10->addWidget(radiohtml);
00278
00279 radiokugar = new QRadioButton(groupBox);
00280 radiokugar->setObjectName(QString::fromUtf8("radiokugar"));
00281
00282 hboxLayout10->addWidget(radiokugar);
00283
00284
00285 hboxLayout9->addWidget(groupBox);
00286
00287
00288 vboxLayout->addLayout(hboxLayout9);
00289
00290
00291 retranslateUi(BalancePrintBase);
00292
00293 QSize size(551, 335);
00294 size = size.expandedTo(BalancePrintBase->minimumSizeHint());
00295 BalancePrintBase->resize(size);
00296
00297
00298 QMetaObject::connectSlotsByName(BalancePrintBase);
00299 }
00300
00301 void retranslateUi(QDialog *BalancePrintBase)
00302 {
00303 BalancePrintBase->setWindowTitle(QApplication::translate("BalancePrintBase", "Impresi\303\263n del Balance de Sumas y Saldos", 0, QApplication::UnicodeUTF8));
00304 mui_ccostes->setText(QString());
00305 mui_canales->setText(QString());
00306 mui_imprimir->setText(QString());
00307 groupBox_2->setTitle(QApplication::translate("BalancePrintBase", "Datos del listado:", 0, QApplication::UnicodeUTF8));
00308 textLabel1->setText(QApplication::translate("BalancePrintBase", "C\303\263digo Inicial\n"
00309 "", 0, QApplication::UnicodeUTF8));
00310 textLabel1_3->setText(QApplication::translate("BalancePrintBase", "Fecha Inicial", 0, QApplication::UnicodeUTF8));
00311 textLabel1_2->setText(QApplication::translate("BalancePrintBase", "C\303\263digo Final", 0, QApplication::UnicodeUTF8));
00312 textLabel1_2_2->setText(QApplication::translate("BalancePrintBase", "Fecha Final", 0, QApplication::UnicodeUTF8));
00313 textLabel1_3_2->setText(QApplication::translate("BalancePrintBase", "Nivel de Cuentas", 0, QApplication::UnicodeUTF8));
00314 checksuperiores->setText(QApplication::translate("BalancePrintBase", "Incluir &niveles superiores.", 0, QApplication::UnicodeUTF8));
00315 checkBox1_2->setText(QApplication::translate("BalancePrintBase", "Incl&uir resultados parciales", 0, QApplication::UnicodeUTF8));
00316 groupBox->setTitle(QApplication::translate("BalancePrintBase", "Formato:", 0, QApplication::UnicodeUTF8));
00317 radiotexto->setText(QApplication::translate("BalancePrintBase", "&Texto Plano", 0, QApplication::UnicodeUTF8));
00318 radiopropietario->setText(QApplication::translate("BalancePrintBase", "Propietario", 0, QApplication::UnicodeUTF8));
00319 radiohtml->setText(QApplication::translate("BalancePrintBase", "HT&ML", 0, QApplication::UnicodeUTF8));
00320 radiokugar->setText(QApplication::translate("BalancePrintBase", "&Kugar", 0, QApplication::UnicodeUTF8));
00321 Q_UNUSED(BalancePrintBase);
00322 }
00323
00324 };
00325
00326 namespace Ui {
00327 class BalancePrintBase: public Ui_BalancePrintBase {};
00328 }
00329
00330 #endif // UI_BALANCEPRINTBASE_H