00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_AMORTIZACIONBASE_H
00011 #define UI_AMORTIZACIONBASE_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/QComboBox>
00019 #include <QtGui/QFrame>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QRadioButton>
00027 #include <QtGui/QSpacerItem>
00028 #include <QtGui/QTabWidget>
00029 #include <QtGui/QToolButton>
00030 #include <QtGui/QVBoxLayout>
00031 #include <QtGui/QWidget>
00032 #include "amortizacionview.h"
00033 #include "busquedacuenta.h"
00034
00035 class Ui_AmortizacionBase
00036 {
00037 public:
00038 QVBoxLayout *vboxLayout;
00039 QHBoxLayout *hboxLayout;
00040 QLabel *pixmapLabel1;
00041 QFrame *frame_3;
00042 QHBoxLayout *hboxLayout1;
00043 QToolButton *mui_guardar;
00044 QToolButton *mui_borrar;
00045 QSpacerItem *spacerItem;
00046 QHBoxLayout *hboxLayout2;
00047 QHBoxLayout *hboxLayout3;
00048 QLabel *textLabel1;
00049 QLineEdit *nomamortizacion;
00050 QHBoxLayout *hboxLayout4;
00051 QLabel *textLabel1_3;
00052 QLineEdit *agrupacion;
00053 QTabWidget *tabWidget3;
00054 QWidget *tab1;
00055 QVBoxLayout *vboxLayout1;
00056 QGridLayout *gridLayout;
00057 QSpacerItem *spacerItem1;
00058 QLabel *textLabel1_2_3_4;
00059 QLabel *textLabel1_2_3_5;
00060 QLineEdit *numcuotas;
00061 QComboBox *periodicidad;
00062 QLabel *textLabel1_2_3_2_2;
00063 QLineEdit *valorcompra;
00064 BusquedaFecha *fecha1cuota;
00065 QLabel *textLabel1_2_4;
00066 QLabel *textLabel1_2_3_4_2;
00067 QLabel *textLabel1_2_3_4_3;
00068 QLabel *textLabel1_2_2_2;
00069 BusquedaFecha *fechacompra;
00070 QSpacerItem *spacerItem2;
00071 BusquedaCuenta *ctaactivo;
00072 BusquedaCuenta *ctaamortizacion;
00073 QHBoxLayout *hboxLayout5;
00074 QGroupBox *groupBox;
00075 QGridLayout *gridLayout1;
00076 QRadioButton *metodoporcentual;
00077 QRadioButton *metododecremental;
00078 QRadioButton *metodoincremental;
00079 QSpacerItem *spacerItem3;
00080 QRadioButton *metodolineal;
00081 QSpacerItem *spacerItem4;
00082 QPushButton *mui_btcalcular;
00083 QVBoxLayout *vboxLayout2;
00084 QLabel *textLabel1_2_3_3;
00085 AmortizacionSubForm *mui_listcuotas;
00086 QHBoxLayout *hboxLayout6;
00087 QSpacerItem *spacerItem5;
00088 QLabel *textLabel1_2_3_4_4;
00089 QLineEdit *amortizado;
00090 QLabel *textLabel1_2_3_4_4_2;
00091 QLineEdit *pendiente;
00092 QHBoxLayout *hboxLayout7;
00093 QSpacerItem *spacerItem6;
00094 QPushButton *mui_aceptar;
00095 QPushButton *mui_cancelar;
00096
00097 void setupUi(QWidget *AmortizacionBase)
00098 {
00099 AmortizacionBase->setObjectName(QString::fromUtf8("AmortizacionBase"));
00100 AmortizacionBase->setWindowIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_bulmacont_amortizaciones.png")));
00101 vboxLayout = new QVBoxLayout(AmortizacionBase);
00102 vboxLayout->setSpacing(5);
00103 vboxLayout->setMargin(5);
00104 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00105 hboxLayout = new QHBoxLayout();
00106 hboxLayout->setSpacing(5);
00107 hboxLayout->setMargin(0);
00108 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00109 pixmapLabel1 = new QLabel(AmortizacionBase);
00110 pixmapLabel1->setObjectName(QString::fromUtf8("pixmapLabel1"));
00111 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00112 sizePolicy.setHorizontalStretch(0);
00113 sizePolicy.setVerticalStretch(0);
00114 sizePolicy.setHeightForWidth(pixmapLabel1->sizePolicy().hasHeightForWidth());
00115 pixmapLabel1->setSizePolicy(sizePolicy);
00116 pixmapLabel1->setMinimumSize(QSize(48, 48));
00117 pixmapLabel1->setMaximumSize(QSize(48, 48));
00118 pixmapLabel1->setPixmap(QPixmap(QString::fromUtf8(":/Genericos32x32/images/png/i_bulmacont_amortizaciones.png")));
00119 pixmapLabel1->setScaledContents(true);
00120
00121 hboxLayout->addWidget(pixmapLabel1);
00122
00123 frame_3 = new QFrame(AmortizacionBase);
00124 frame_3->setObjectName(QString::fromUtf8("frame_3"));
00125 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
00126 sizePolicy1.setHorizontalStretch(0);
00127 sizePolicy1.setVerticalStretch(0);
00128 sizePolicy1.setHeightForWidth(frame_3->sizePolicy().hasHeightForWidth());
00129 frame_3->setSizePolicy(sizePolicy1);
00130 frame_3->setMaximumSize(QSize(16777215, 48));
00131 frame_3->setFrameShape(QFrame::StyledPanel);
00132 frame_3->setFrameShadow(QFrame::Raised);
00133 hboxLayout1 = new QHBoxLayout(frame_3);
00134 hboxLayout1->setSpacing(5);
00135 hboxLayout1->setMargin(5);
00136 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00137 mui_guardar = new QToolButton(frame_3);
00138 mui_guardar->setObjectName(QString::fromUtf8("mui_guardar"));
00139 mui_guardar->setMinimumSize(QSize(32, 32));
00140 mui_guardar->setMaximumSize(QSize(32, 32));
00141 mui_guardar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_save.xpm")));
00142 mui_guardar->setIconSize(QSize(32, 32));
00143 mui_guardar->setCheckable(false);
00144 mui_guardar->setChecked(false);
00145
00146 hboxLayout1->addWidget(mui_guardar);
00147
00148 mui_borrar = new QToolButton(frame_3);
00149 mui_borrar->setObjectName(QString::fromUtf8("mui_borrar"));
00150 mui_borrar->setMinimumSize(QSize(32, 32));
00151 mui_borrar->setMaximumSize(QSize(32, 32));
00152 mui_borrar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_editDelete.png")));
00153 mui_borrar->setIconSize(QSize(32, 32));
00154
00155 hboxLayout1->addWidget(mui_borrar);
00156
00157 spacerItem = new QSpacerItem(421, 26, QSizePolicy::Expanding, QSizePolicy::Minimum);
00158
00159 hboxLayout1->addItem(spacerItem);
00160
00161
00162 hboxLayout->addWidget(frame_3);
00163
00164
00165 vboxLayout->addLayout(hboxLayout);
00166
00167 hboxLayout2 = new QHBoxLayout();
00168 hboxLayout2->setSpacing(5);
00169 hboxLayout2->setMargin(0);
00170 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00171 hboxLayout3 = new QHBoxLayout();
00172 hboxLayout3->setSpacing(5);
00173 hboxLayout3->setMargin(0);
00174 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00175 textLabel1 = new QLabel(AmortizacionBase);
00176 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00177
00178 hboxLayout3->addWidget(textLabel1);
00179
00180 nomamortizacion = new QLineEdit(AmortizacionBase);
00181 nomamortizacion->setObjectName(QString::fromUtf8("nomamortizacion"));
00182
00183 hboxLayout3->addWidget(nomamortizacion);
00184
00185
00186 hboxLayout2->addLayout(hboxLayout3);
00187
00188 hboxLayout4 = new QHBoxLayout();
00189 hboxLayout4->setSpacing(5);
00190 hboxLayout4->setMargin(0);
00191 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00192 textLabel1_3 = new QLabel(AmortizacionBase);
00193 textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00194
00195 hboxLayout4->addWidget(textLabel1_3);
00196
00197 agrupacion = new QLineEdit(AmortizacionBase);
00198 agrupacion->setObjectName(QString::fromUtf8("agrupacion"));
00199
00200 hboxLayout4->addWidget(agrupacion);
00201
00202
00203 hboxLayout2->addLayout(hboxLayout4);
00204
00205
00206 vboxLayout->addLayout(hboxLayout2);
00207
00208 tabWidget3 = new QTabWidget(AmortizacionBase);
00209 tabWidget3->setObjectName(QString::fromUtf8("tabWidget3"));
00210 tab1 = new QWidget();
00211 tab1->setObjectName(QString::fromUtf8("tab1"));
00212 vboxLayout1 = new QVBoxLayout(tab1);
00213 vboxLayout1->setSpacing(5);
00214 vboxLayout1->setMargin(5);
00215 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00216 gridLayout = new QGridLayout();
00217 gridLayout->setSpacing(6);
00218 gridLayout->setMargin(0);
00219 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00220 spacerItem1 = new QSpacerItem(51, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00221
00222 gridLayout->addItem(spacerItem1, 3, 4, 1, 1);
00223
00224 textLabel1_2_3_4 = new QLabel(tab1);
00225 textLabel1_2_3_4->setObjectName(QString::fromUtf8("textLabel1_2_3_4"));
00226 textLabel1_2_3_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00227
00228 gridLayout->addWidget(textLabel1_2_3_4, 3, 0, 1, 1);
00229
00230 textLabel1_2_3_5 = new QLabel(tab1);
00231 textLabel1_2_3_5->setObjectName(QString::fromUtf8("textLabel1_2_3_5"));
00232 textLabel1_2_3_5->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00233
00234 gridLayout->addWidget(textLabel1_2_3_5, 2, 0, 1, 1);
00235
00236 numcuotas = new QLineEdit(tab1);
00237 numcuotas->setObjectName(QString::fromUtf8("numcuotas"));
00238 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(3), static_cast<QSizePolicy::Policy>(0));
00239 sizePolicy2.setHorizontalStretch(0);
00240 sizePolicy2.setVerticalStretch(0);
00241 sizePolicy2.setHeightForWidth(numcuotas->sizePolicy().hasHeightForWidth());
00242 numcuotas->setSizePolicy(sizePolicy2);
00243 numcuotas->setMaximumSize(QSize(80, 32767));
00244
00245 gridLayout->addWidget(numcuotas, 3, 1, 1, 1);
00246
00247 periodicidad = new QComboBox(tab1);
00248 periodicidad->setObjectName(QString::fromUtf8("periodicidad"));
00249 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(3), static_cast<QSizePolicy::Policy>(0));
00250 sizePolicy3.setHorizontalStretch(0);
00251 sizePolicy3.setVerticalStretch(0);
00252 sizePolicy3.setHeightForWidth(periodicidad->sizePolicy().hasHeightForWidth());
00253 periodicidad->setSizePolicy(sizePolicy3);
00254
00255 gridLayout->addWidget(periodicidad, 3, 3, 1, 1);
00256
00257 textLabel1_2_3_2_2 = new QLabel(tab1);
00258 textLabel1_2_3_2_2->setObjectName(QString::fromUtf8("textLabel1_2_3_2_2"));
00259 textLabel1_2_3_2_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00260
00261 gridLayout->addWidget(textLabel1_2_3_2_2, 2, 5, 1, 1);
00262
00263 valorcompra = new QLineEdit(tab1);
00264 valorcompra->setObjectName(QString::fromUtf8("valorcompra"));
00265 QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(3), static_cast<QSizePolicy::Policy>(0));
00266 sizePolicy4.setHorizontalStretch(0);
00267 sizePolicy4.setVerticalStretch(0);
00268 sizePolicy4.setHeightForWidth(valorcompra->sizePolicy().hasHeightForWidth());
00269 valorcompra->setSizePolicy(sizePolicy4);
00270
00271 gridLayout->addWidget(valorcompra, 3, 6, 1, 1);
00272
00273 fecha1cuota = new BusquedaFecha(tab1);
00274 fecha1cuota->setObjectName(QString::fromUtf8("fecha1cuota"));
00275
00276 gridLayout->addWidget(fecha1cuota, 2, 6, 1, 1);
00277
00278 textLabel1_2_4 = new QLabel(tab1);
00279 textLabel1_2_4->setObjectName(QString::fromUtf8("textLabel1_2_4"));
00280 textLabel1_2_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00281
00282 gridLayout->addWidget(textLabel1_2_4, 0, 0, 1, 1);
00283
00284 textLabel1_2_3_4_2 = new QLabel(tab1);
00285 textLabel1_2_3_4_2->setObjectName(QString::fromUtf8("textLabel1_2_3_4_2"));
00286 textLabel1_2_3_4_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00287
00288 gridLayout->addWidget(textLabel1_2_3_4_2, 3, 2, 1, 1);
00289
00290 textLabel1_2_3_4_3 = new QLabel(tab1);
00291 textLabel1_2_3_4_3->setObjectName(QString::fromUtf8("textLabel1_2_3_4_3"));
00292 textLabel1_2_3_4_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00293
00294 gridLayout->addWidget(textLabel1_2_3_4_3, 3, 5, 1, 1);
00295
00296 textLabel1_2_2_2 = new QLabel(tab1);
00297 textLabel1_2_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2_2"));
00298 textLabel1_2_2_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00299
00300 gridLayout->addWidget(textLabel1_2_2_2, 1, 0, 1, 1);
00301
00302 fechacompra = new BusquedaFecha(tab1);
00303 fechacompra->setObjectName(QString::fromUtf8("fechacompra"));
00304
00305 gridLayout->addWidget(fechacompra, 2, 1, 1, 2);
00306
00307 spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00308
00309 gridLayout->addItem(spacerItem2, 2, 3, 1, 2);
00310
00311 ctaactivo = new BusquedaCuenta(tab1);
00312 ctaactivo->setObjectName(QString::fromUtf8("ctaactivo"));
00313
00314 gridLayout->addWidget(ctaactivo, 0, 1, 1, 6);
00315
00316 ctaamortizacion = new BusquedaCuenta(tab1);
00317 ctaamortizacion->setObjectName(QString::fromUtf8("ctaamortizacion"));
00318
00319 gridLayout->addWidget(ctaamortizacion, 1, 1, 1, 6);
00320
00321
00322 vboxLayout1->addLayout(gridLayout);
00323
00324 hboxLayout5 = new QHBoxLayout();
00325 hboxLayout5->setSpacing(5);
00326 hboxLayout5->setMargin(0);
00327 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00328 groupBox = new QGroupBox(tab1);
00329 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00330 QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(1));
00331 sizePolicy5.setHorizontalStretch(0);
00332 sizePolicy5.setVerticalStretch(0);
00333 sizePolicy5.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
00334 groupBox->setSizePolicy(sizePolicy5);
00335 gridLayout1 = new QGridLayout(groupBox);
00336 gridLayout1->setSpacing(6);
00337 gridLayout1->setMargin(9);
00338 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00339 metodoporcentual = new QRadioButton(groupBox);
00340 metodoporcentual->setObjectName(QString::fromUtf8("metodoporcentual"));
00341
00342 gridLayout1->addWidget(metodoporcentual, 0, 4, 1, 1);
00343
00344 metododecremental = new QRadioButton(groupBox);
00345 metododecremental->setObjectName(QString::fromUtf8("metododecremental"));
00346
00347 gridLayout1->addWidget(metododecremental, 0, 3, 1, 1);
00348
00349 metodoincremental = new QRadioButton(groupBox);
00350 metodoincremental->setObjectName(QString::fromUtf8("metodoincremental"));
00351
00352 gridLayout1->addWidget(metodoincremental, 0, 2, 1, 1);
00353
00354 spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00355
00356 gridLayout1->addItem(spacerItem3, 0, 5, 1, 1);
00357
00358 metodolineal = new QRadioButton(groupBox);
00359 metodolineal->setObjectName(QString::fromUtf8("metodolineal"));
00360
00361 gridLayout1->addWidget(metodolineal, 0, 1, 1, 1);
00362
00363 spacerItem4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00364
00365 gridLayout1->addItem(spacerItem4, 0, 0, 1, 1);
00366
00367
00368 hboxLayout5->addWidget(groupBox);
00369
00370 mui_btcalcular = new QPushButton(tab1);
00371 mui_btcalcular->setObjectName(QString::fromUtf8("mui_btcalcular"));
00372
00373 hboxLayout5->addWidget(mui_btcalcular);
00374
00375
00376 vboxLayout1->addLayout(hboxLayout5);
00377
00378 vboxLayout2 = new QVBoxLayout();
00379 vboxLayout2->setSpacing(5);
00380 vboxLayout2->setMargin(0);
00381 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00382 textLabel1_2_3_3 = new QLabel(tab1);
00383 textLabel1_2_3_3->setObjectName(QString::fromUtf8("textLabel1_2_3_3"));
00384
00385 vboxLayout2->addWidget(textLabel1_2_3_3);
00386
00387 mui_listcuotas = new AmortizacionSubForm(tab1);
00388 mui_listcuotas->setObjectName(QString::fromUtf8("mui_listcuotas"));
00389
00390 vboxLayout2->addWidget(mui_listcuotas);
00391
00392
00393 vboxLayout1->addLayout(vboxLayout2);
00394
00395 hboxLayout6 = new QHBoxLayout();
00396 hboxLayout6->setSpacing(5);
00397 hboxLayout6->setMargin(0);
00398 hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00399 spacerItem5 = new QSpacerItem(261, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00400
00401 hboxLayout6->addItem(spacerItem5);
00402
00403 textLabel1_2_3_4_4 = new QLabel(tab1);
00404 textLabel1_2_3_4_4->setObjectName(QString::fromUtf8("textLabel1_2_3_4_4"));
00405
00406 hboxLayout6->addWidget(textLabel1_2_3_4_4);
00407
00408 amortizado = new QLineEdit(tab1);
00409 amortizado->setObjectName(QString::fromUtf8("amortizado"));
00410 amortizado->setEnabled(false);
00411 QPalette palette;
00412 QBrush brush(QColor(0, 0, 0, 255));
00413 brush.setStyle(Qt::SolidPattern);
00414 palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
00415 QBrush brush1(QColor(157, 185, 200, 255));
00416 brush1.setStyle(Qt::SolidPattern);
00417 palette.setBrush(QPalette::Active, QPalette::Button, brush1);
00418 QBrush brush2(QColor(245, 252, 255, 255));
00419 brush2.setStyle(Qt::SolidPattern);
00420 palette.setBrush(QPalette::Active, QPalette::Light, brush2);
00421 QBrush brush3(QColor(201, 218, 227, 255));
00422 brush3.setStyle(Qt::SolidPattern);
00423 palette.setBrush(QPalette::Active, QPalette::Midlight, brush3);
00424 QBrush brush4(QColor(78, 92, 100, 255));
00425 brush4.setStyle(Qt::SolidPattern);
00426 palette.setBrush(QPalette::Active, QPalette::Dark, brush4);
00427 QBrush brush5(QColor(104, 123, 133, 255));
00428 brush5.setStyle(Qt::SolidPattern);
00429 palette.setBrush(QPalette::Active, QPalette::Mid, brush5);
00430 QBrush brush6(QColor(0, 0, 0, 255));
00431 brush6.setStyle(Qt::SolidPattern);
00432 palette.setBrush(QPalette::Active, QPalette::Text, brush6);
00433 QBrush brush7(QColor(255, 255, 255, 255));
00434 brush7.setStyle(Qt::SolidPattern);
00435 palette.setBrush(QPalette::Active, QPalette::BrightText, brush7);
00436 QBrush brush8(QColor(0, 0, 0, 255));
00437 brush8.setStyle(Qt::SolidPattern);
00438 palette.setBrush(QPalette::Active, QPalette::ButtonText, brush8);
00439 QBrush brush9(QColor(255, 255, 255, 255));
00440 brush9.setStyle(Qt::SolidPattern);
00441 palette.setBrush(QPalette::Active, QPalette::Base, brush9);
00442 QBrush brush10(QColor(255, 255, 0, 255));
00443 brush10.setStyle(Qt::SolidPattern);
00444 palette.setBrush(QPalette::Active, QPalette::Window, brush10);
00445 QBrush brush11(QColor(0, 0, 0, 255));
00446 brush11.setStyle(Qt::SolidPattern);
00447 palette.setBrush(QPalette::Active, QPalette::Shadow, brush11);
00448 QBrush brush12(QColor(0, 0, 128, 255));
00449 brush12.setStyle(Qt::SolidPattern);
00450 palette.setBrush(QPalette::Active, QPalette::Highlight, brush12);
00451 QBrush brush13(QColor(255, 255, 255, 255));
00452 brush13.setStyle(Qt::SolidPattern);
00453 palette.setBrush(QPalette::Active, QPalette::HighlightedText, brush13);
00454 QBrush brush14(QColor(0, 0, 0, 255));
00455 brush14.setStyle(Qt::SolidPattern);
00456 palette.setBrush(QPalette::Active, QPalette::Link, brush14);
00457 QBrush brush15(QColor(0, 0, 0, 255));
00458 brush15.setStyle(Qt::SolidPattern);
00459 palette.setBrush(QPalette::Active, QPalette::LinkVisited, brush15);
00460 QBrush brush16(QColor(232, 232, 232, 255));
00461 brush16.setStyle(Qt::SolidPattern);
00462 palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush16);
00463 QBrush brush17(QColor(0, 0, 0, 255));
00464 brush17.setStyle(Qt::SolidPattern);
00465 palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush17);
00466 QBrush brush18(QColor(157, 185, 200, 255));
00467 brush18.setStyle(Qt::SolidPattern);
00468 palette.setBrush(QPalette::Inactive, QPalette::Button, brush18);
00469 QBrush brush19(QColor(245, 252, 255, 255));
00470 brush19.setStyle(Qt::SolidPattern);
00471 palette.setBrush(QPalette::Inactive, QPalette::Light, brush19);
00472 QBrush brush20(QColor(180, 213, 230, 255));
00473 brush20.setStyle(Qt::SolidPattern);
00474 palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush20);
00475 QBrush brush21(QColor(78, 92, 100, 255));
00476 brush21.setStyle(Qt::SolidPattern);
00477 palette.setBrush(QPalette::Inactive, QPalette::Dark, brush21);
00478 QBrush brush22(QColor(104, 123, 133, 255));
00479 brush22.setStyle(Qt::SolidPattern);
00480 palette.setBrush(QPalette::Inactive, QPalette::Mid, brush22);
00481 QBrush brush23(QColor(0, 0, 0, 255));
00482 brush23.setStyle(Qt::SolidPattern);
00483 palette.setBrush(QPalette::Inactive, QPalette::Text, brush23);
00484 QBrush brush24(QColor(255, 255, 255, 255));
00485 brush24.setStyle(Qt::SolidPattern);
00486 palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush24);
00487 QBrush brush25(QColor(0, 0, 0, 255));
00488 brush25.setStyle(Qt::SolidPattern);
00489 palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush25);
00490 QBrush brush26(QColor(255, 255, 255, 255));
00491 brush26.setStyle(Qt::SolidPattern);
00492 palette.setBrush(QPalette::Inactive, QPalette::Base, brush26);
00493 QBrush brush27(QColor(255, 255, 0, 255));
00494 brush27.setStyle(Qt::SolidPattern);
00495 palette.setBrush(QPalette::Inactive, QPalette::Window, brush27);
00496 QBrush brush28(QColor(0, 0, 0, 255));
00497 brush28.setStyle(Qt::SolidPattern);
00498 palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush28);
00499 QBrush brush29(QColor(0, 0, 128, 255));
00500 brush29.setStyle(Qt::SolidPattern);
00501 palette.setBrush(QPalette::Inactive, QPalette::Highlight, brush29);
00502 QBrush brush30(QColor(255, 255, 255, 255));
00503 brush30.setStyle(Qt::SolidPattern);
00504 palette.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush30);
00505 QBrush brush31(QColor(0, 0, 192, 255));
00506 brush31.setStyle(Qt::SolidPattern);
00507 palette.setBrush(QPalette::Inactive, QPalette::Link, brush31);
00508 QBrush brush32(QColor(128, 0, 128, 255));
00509 brush32.setStyle(Qt::SolidPattern);
00510 palette.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush32);
00511 QBrush brush33(QColor(232, 232, 232, 255));
00512 brush33.setStyle(Qt::SolidPattern);
00513 palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush33);
00514 QBrush brush34(QColor(128, 128, 128, 255));
00515 brush34.setStyle(Qt::SolidPattern);
00516 palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush34);
00517 QBrush brush35(QColor(157, 185, 200, 255));
00518 brush35.setStyle(Qt::SolidPattern);
00519 palette.setBrush(QPalette::Disabled, QPalette::Button, brush35);
00520 QBrush brush36(QColor(245, 252, 255, 255));
00521 brush36.setStyle(Qt::SolidPattern);
00522 palette.setBrush(QPalette::Disabled, QPalette::Light, brush36);
00523 QBrush brush37(QColor(180, 213, 230, 255));
00524 brush37.setStyle(Qt::SolidPattern);
00525 palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush37);
00526 QBrush brush38(QColor(78, 92, 100, 255));
00527 brush38.setStyle(Qt::SolidPattern);
00528 palette.setBrush(QPalette::Disabled, QPalette::Dark, brush38);
00529 QBrush brush39(QColor(104, 123, 133, 255));
00530 brush39.setStyle(Qt::SolidPattern);
00531 palette.setBrush(QPalette::Disabled, QPalette::Mid, brush39);
00532 QBrush brush40(QColor(128, 128, 128, 255));
00533 brush40.setStyle(Qt::SolidPattern);
00534 palette.setBrush(QPalette::Disabled, QPalette::Text, brush40);
00535 QBrush brush41(QColor(255, 255, 255, 255));
00536 brush41.setStyle(Qt::SolidPattern);
00537 palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush41);
00538 QBrush brush42(QColor(128, 128, 128, 255));
00539 brush42.setStyle(Qt::SolidPattern);
00540 palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush42);
00541 QBrush brush43(QColor(255, 255, 255, 255));
00542 brush43.setStyle(Qt::SolidPattern);
00543 palette.setBrush(QPalette::Disabled, QPalette::Base, brush43);
00544 QBrush brush44(QColor(255, 255, 0, 255));
00545 brush44.setStyle(Qt::SolidPattern);
00546 palette.setBrush(QPalette::Disabled, QPalette::Window, brush44);
00547 QBrush brush45(QColor(0, 0, 0, 255));
00548 brush45.setStyle(Qt::SolidPattern);
00549 palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush45);
00550 QBrush brush46(QColor(0, 0, 128, 255));
00551 brush46.setStyle(Qt::SolidPattern);
00552 palette.setBrush(QPalette::Disabled, QPalette::Highlight, brush46);
00553 QBrush brush47(QColor(255, 255, 255, 255));
00554 brush47.setStyle(Qt::SolidPattern);
00555 palette.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush47);
00556 QBrush brush48(QColor(0, 0, 192, 255));
00557 brush48.setStyle(Qt::SolidPattern);
00558 palette.setBrush(QPalette::Disabled, QPalette::Link, brush48);
00559 QBrush brush49(QColor(128, 0, 128, 255));
00560 brush49.setStyle(Qt::SolidPattern);
00561 palette.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush49);
00562 QBrush brush50(QColor(232, 232, 232, 255));
00563 brush50.setStyle(Qt::SolidPattern);
00564 palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush50);
00565 amortizado->setPalette(palette);
00566
00567 hboxLayout6->addWidget(amortizado);
00568
00569 textLabel1_2_3_4_4_2 = new QLabel(tab1);
00570 textLabel1_2_3_4_4_2->setObjectName(QString::fromUtf8("textLabel1_2_3_4_4_2"));
00571
00572 hboxLayout6->addWidget(textLabel1_2_3_4_4_2);
00573
00574 pendiente = new QLineEdit(tab1);
00575 pendiente->setObjectName(QString::fromUtf8("pendiente"));
00576 pendiente->setEnabled(false);
00577 QPalette palette1;
00578 QBrush brush51(QColor(0, 0, 0, 255));
00579 brush51.setStyle(Qt::SolidPattern);
00580 palette1.setBrush(QPalette::Active, QPalette::WindowText, brush51);
00581 QBrush brush52(QColor(157, 185, 200, 255));
00582 brush52.setStyle(Qt::SolidPattern);
00583 palette1.setBrush(QPalette::Active, QPalette::Button, brush52);
00584 QBrush brush53(QColor(245, 252, 255, 255));
00585 brush53.setStyle(Qt::SolidPattern);
00586 palette1.setBrush(QPalette::Active, QPalette::Light, brush53);
00587 QBrush brush54(QColor(201, 218, 227, 255));
00588 brush54.setStyle(Qt::SolidPattern);
00589 palette1.setBrush(QPalette::Active, QPalette::Midlight, brush54);
00590 QBrush brush55(QColor(78, 92, 100, 255));
00591 brush55.setStyle(Qt::SolidPattern);
00592 palette1.setBrush(QPalette::Active, QPalette::Dark, brush55);
00593 QBrush brush56(QColor(104, 123, 133, 255));
00594 brush56.setStyle(Qt::SolidPattern);
00595 palette1.setBrush(QPalette::Active, QPalette::Mid, brush56);
00596 QBrush brush57(QColor(0, 0, 0, 255));
00597 brush57.setStyle(Qt::SolidPattern);
00598 palette1.setBrush(QPalette::Active, QPalette::Text, brush57);
00599 QBrush brush58(QColor(255, 255, 255, 255));
00600 brush58.setStyle(Qt::SolidPattern);
00601 palette1.setBrush(QPalette::Active, QPalette::BrightText, brush58);
00602 QBrush brush59(QColor(0, 0, 0, 255));
00603 brush59.setStyle(Qt::SolidPattern);
00604 palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush59);
00605 QBrush brush60(QColor(255, 255, 255, 255));
00606 brush60.setStyle(Qt::SolidPattern);
00607 palette1.setBrush(QPalette::Active, QPalette::Base, brush60);
00608 QBrush brush61(QColor(255, 255, 0, 255));
00609 brush61.setStyle(Qt::SolidPattern);
00610 palette1.setBrush(QPalette::Active, QPalette::Window, brush61);
00611 QBrush brush62(QColor(0, 0, 0, 255));
00612 brush62.setStyle(Qt::SolidPattern);
00613 palette1.setBrush(QPalette::Active, QPalette::Shadow, brush62);
00614 QBrush brush63(QColor(0, 0, 128, 255));
00615 brush63.setStyle(Qt::SolidPattern);
00616 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush63);
00617 QBrush brush64(QColor(255, 255, 255, 255));
00618 brush64.setStyle(Qt::SolidPattern);
00619 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush64);
00620 QBrush brush65(QColor(0, 0, 0, 255));
00621 brush65.setStyle(Qt::SolidPattern);
00622 palette1.setBrush(QPalette::Active, QPalette::Link, brush65);
00623 QBrush brush66(QColor(0, 0, 0, 255));
00624 brush66.setStyle(Qt::SolidPattern);
00625 palette1.setBrush(QPalette::Active, QPalette::LinkVisited, brush66);
00626 QBrush brush67(QColor(232, 232, 232, 255));
00627 brush67.setStyle(Qt::SolidPattern);
00628 palette1.setBrush(QPalette::Active, QPalette::AlternateBase, brush67);
00629 QBrush brush68(QColor(0, 0, 0, 255));
00630 brush68.setStyle(Qt::SolidPattern);
00631 palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush68);
00632 QBrush brush69(QColor(157, 185, 200, 255));
00633 brush69.setStyle(Qt::SolidPattern);
00634 palette1.setBrush(QPalette::Inactive, QPalette::Button, brush69);
00635 QBrush brush70(QColor(245, 252, 255, 255));
00636 brush70.setStyle(Qt::SolidPattern);
00637 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush70);
00638 QBrush brush71(QColor(180, 213, 230, 255));
00639 brush71.setStyle(Qt::SolidPattern);
00640 palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush71);
00641 QBrush brush72(QColor(78, 92, 100, 255));
00642 brush72.setStyle(Qt::SolidPattern);
00643 palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush72);
00644 QBrush brush73(QColor(104, 123, 133, 255));
00645 brush73.setStyle(Qt::SolidPattern);
00646 palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush73);
00647 QBrush brush74(QColor(0, 0, 0, 255));
00648 brush74.setStyle(Qt::SolidPattern);
00649 palette1.setBrush(QPalette::Inactive, QPalette::Text, brush74);
00650 QBrush brush75(QColor(255, 255, 255, 255));
00651 brush75.setStyle(Qt::SolidPattern);
00652 palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush75);
00653 QBrush brush76(QColor(0, 0, 0, 255));
00654 brush76.setStyle(Qt::SolidPattern);
00655 palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush76);
00656 QBrush brush77(QColor(255, 255, 255, 255));
00657 brush77.setStyle(Qt::SolidPattern);
00658 palette1.setBrush(QPalette::Inactive, QPalette::Base, brush77);
00659 QBrush brush78(QColor(255, 255, 0, 255));
00660 brush78.setStyle(Qt::SolidPattern);
00661 palette1.setBrush(QPalette::Inactive, QPalette::Window, brush78);
00662 QBrush brush79(QColor(0, 0, 0, 255));
00663 brush79.setStyle(Qt::SolidPattern);
00664 palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush79);
00665 QBrush brush80(QColor(0, 0, 128, 255));
00666 brush80.setStyle(Qt::SolidPattern);
00667 palette1.setBrush(QPalette::Inactive, QPalette::Highlight, brush80);
00668 QBrush brush81(QColor(255, 255, 255, 255));
00669 brush81.setStyle(Qt::SolidPattern);
00670 palette1.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush81);
00671 QBrush brush82(QColor(0, 0, 192, 255));
00672 brush82.setStyle(Qt::SolidPattern);
00673 palette1.setBrush(QPalette::Inactive, QPalette::Link, brush82);
00674 QBrush brush83(QColor(128, 0, 128, 255));
00675 brush83.setStyle(Qt::SolidPattern);
00676 palette1.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush83);
00677 QBrush brush84(QColor(232, 232, 232, 255));
00678 brush84.setStyle(Qt::SolidPattern);
00679 palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush84);
00680 QBrush brush85(QColor(128, 128, 128, 255));
00681 brush85.setStyle(Qt::SolidPattern);
00682 palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush85);
00683 QBrush brush86(QColor(157, 185, 200, 255));
00684 brush86.setStyle(Qt::SolidPattern);
00685 palette1.setBrush(QPalette::Disabled, QPalette::Button, brush86);
00686 QBrush brush87(QColor(245, 252, 255, 255));
00687 brush87.setStyle(Qt::SolidPattern);
00688 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush87);
00689 QBrush brush88(QColor(180, 213, 230, 255));
00690 brush88.setStyle(Qt::SolidPattern);
00691 palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush88);
00692 QBrush brush89(QColor(78, 92, 100, 255));
00693 brush89.setStyle(Qt::SolidPattern);
00694 palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush89);
00695 QBrush brush90(QColor(104, 123, 133, 255));
00696 brush90.setStyle(Qt::SolidPattern);
00697 palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush90);
00698 QBrush brush91(QColor(128, 128, 128, 255));
00699 brush91.setStyle(Qt::SolidPattern);
00700 palette1.setBrush(QPalette::Disabled, QPalette::Text, brush91);
00701 QBrush brush92(QColor(255, 255, 255, 255));
00702 brush92.setStyle(Qt::SolidPattern);
00703 palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush92);
00704 QBrush brush93(QColor(128, 128, 128, 255));
00705 brush93.setStyle(Qt::SolidPattern);
00706 palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush93);
00707 QBrush brush94(QColor(255, 255, 255, 255));
00708 brush94.setStyle(Qt::SolidPattern);
00709 palette1.setBrush(QPalette::Disabled, QPalette::Base, brush94);
00710 QBrush brush95(QColor(255, 255, 0, 255));
00711 brush95.setStyle(Qt::SolidPattern);
00712 palette1.setBrush(QPalette::Disabled, QPalette::Window, brush95);
00713 QBrush brush96(QColor(0, 0, 0, 255));
00714 brush96.setStyle(Qt::SolidPattern);
00715 palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush96);
00716 QBrush brush97(QColor(0, 0, 128, 255));
00717 brush97.setStyle(Qt::SolidPattern);
00718 palette1.setBrush(QPalette::Disabled, QPalette::Highlight, brush97);
00719 QBrush brush98(QColor(255, 255, 255, 255));
00720 brush98.setStyle(Qt::SolidPattern);
00721 palette1.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush98);
00722 QBrush brush99(QColor(0, 0, 192, 255));
00723 brush99.setStyle(Qt::SolidPattern);
00724 palette1.setBrush(QPalette::Disabled, QPalette::Link, brush99);
00725 QBrush brush100(QColor(128, 0, 128, 255));
00726 brush100.setStyle(Qt::SolidPattern);
00727 palette1.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush100);
00728 QBrush brush101(QColor(232, 232, 232, 255));
00729 brush101.setStyle(Qt::SolidPattern);
00730 palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush101);
00731 pendiente->setPalette(palette1);
00732
00733 hboxLayout6->addWidget(pendiente);
00734
00735
00736 vboxLayout1->addLayout(hboxLayout6);
00737
00738 tabWidget3->addTab(tab1, QApplication::translate("AmortizacionBase", "Amor&tizacion", 0, QApplication::UnicodeUTF8));
00739
00740 vboxLayout->addWidget(tabWidget3);
00741
00742 hboxLayout7 = new QHBoxLayout();
00743 hboxLayout7->setSpacing(5);
00744 hboxLayout7->setMargin(0);
00745 hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
00746 spacerItem6 = new QSpacerItem(494, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00747
00748 hboxLayout7->addItem(spacerItem6);
00749
00750 mui_aceptar = new QPushButton(AmortizacionBase);
00751 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00752 QFont font;
00753 font.setFamily(QString::fromUtf8("Sans Serif"));
00754 font.setPointSize(9);
00755 font.setBold(false);
00756 font.setItalic(false);
00757 font.setUnderline(false);
00758 font.setWeight(50);
00759 font.setStrikeOut(false);
00760 mui_aceptar->setFont(font);
00761
00762 hboxLayout7->addWidget(mui_aceptar);
00763
00764 mui_cancelar = new QPushButton(AmortizacionBase);
00765 mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00766 QFont font1;
00767 font1.setFamily(QString::fromUtf8("Sans Serif"));
00768 font1.setPointSize(9);
00769 font1.setBold(false);
00770 font1.setItalic(false);
00771 font1.setUnderline(false);
00772 font1.setWeight(50);
00773 font1.setStrikeOut(false);
00774 mui_cancelar->setFont(font1);
00775
00776 hboxLayout7->addWidget(mui_cancelar);
00777
00778
00779 vboxLayout->addLayout(hboxLayout7);
00780
00781 QWidget::setTabOrder(nomamortizacion, agrupacion);
00782 QWidget::setTabOrder(agrupacion, numcuotas);
00783 QWidget::setTabOrder(numcuotas, periodicidad);
00784 QWidget::setTabOrder(periodicidad, valorcompra);
00785 QWidget::setTabOrder(valorcompra, metodolineal);
00786 QWidget::setTabOrder(metodolineal, metodoincremental);
00787 QWidget::setTabOrder(metodoincremental, metododecremental);
00788 QWidget::setTabOrder(metododecremental, metodoporcentual);
00789 QWidget::setTabOrder(metodoporcentual, mui_btcalcular);
00790 QWidget::setTabOrder(mui_btcalcular, tabWidget3);
00791 QWidget::setTabOrder(tabWidget3, amortizado);
00792 QWidget::setTabOrder(amortizado, pendiente);
00793
00794 retranslateUi(AmortizacionBase);
00795
00796 QSize size(690, 495);
00797 size = size.expandedTo(AmortizacionBase->minimumSizeHint());
00798 AmortizacionBase->resize(size);
00799
00800 QObject::connect(mui_cancelar, SIGNAL(clicked()), AmortizacionBase, SLOT(close()));
00801
00802 QMetaObject::connectSlotsByName(AmortizacionBase);
00803 }
00804
00805 void retranslateUi(QWidget *AmortizacionBase)
00806 {
00807 AmortizacionBase->setWindowTitle(QApplication::translate("AmortizacionBase", "Amortizacion", 0, QApplication::UnicodeUTF8));
00808 mui_guardar->setToolTip(QApplication::translate("AmortizacionBase", "Guardar amortizacion", 0, QApplication::UnicodeUTF8));
00809 mui_guardar->setWhatsThis(QApplication::translate("AmortizacionBase", "Guardar amortizacion", 0, QApplication::UnicodeUTF8));
00810 mui_guardar->setText(QString());
00811 mui_guardar->setShortcut(QApplication::translate("AmortizacionBase", "Ctrl+S", 0, QApplication::UnicodeUTF8));
00812 mui_borrar->setToolTip(QApplication::translate("AmortizacionBase", "Borrar amortizacion", 0, QApplication::UnicodeUTF8));
00813 mui_borrar->setWhatsThis(QApplication::translate("AmortizacionBase", "Borrar amortizacion", 0, QApplication::UnicodeUTF8));
00814 mui_borrar->setText(QString());
00815 mui_borrar->setShortcut(QApplication::translate("AmortizacionBase", "Ctrl+D", 0, QApplication::UnicodeUTF8));
00816 textLabel1->setText(QApplication::translate("AmortizacionBase", "Nombre:", 0, QApplication::UnicodeUTF8));
00817 textLabel1_3->setText(QApplication::translate("AmortizacionBase", "Agrupacion:", 0, QApplication::UnicodeUTF8));
00818 textLabel1_2_3_4->setText(QApplication::translate("AmortizacionBase", "N\302\272 de cuotas:", 0, QApplication::UnicodeUTF8));
00819 textLabel1_2_3_5->setText(QApplication::translate("AmortizacionBase", "Fecha de compra:", 0, QApplication::UnicodeUTF8));
00820 periodicidad->clear();
00821 periodicidad->addItem(QApplication::translate("AmortizacionBase", "Anual", 0, QApplication::UnicodeUTF8));
00822 periodicidad->addItem(QApplication::translate("AmortizacionBase", "Semestral", 0, QApplication::UnicodeUTF8));
00823 periodicidad->addItem(QApplication::translate("AmortizacionBase", "Trimestral", 0, QApplication::UnicodeUTF8));
00824 periodicidad->addItem(QApplication::translate("AmortizacionBase", "Mensual", 0, QApplication::UnicodeUTF8));
00825 textLabel1_2_3_2_2->setText(QApplication::translate("AmortizacionBase", "Fecha 1\302\252 cuota:", 0, QApplication::UnicodeUTF8));
00826 textLabel1_2_4->setText(QApplication::translate("AmortizacionBase", "Cuenta de activo:", 0, QApplication::UnicodeUTF8));
00827 textLabel1_2_3_4_2->setText(QApplication::translate("AmortizacionBase", "Periodicidad:", 0, QApplication::UnicodeUTF8));
00828 textLabel1_2_3_4_3->setText(QApplication::translate("AmortizacionBase", "Valor de compra:", 0, QApplication::UnicodeUTF8));
00829 textLabel1_2_2_2->setText(QApplication::translate("AmortizacionBase", "Cuenta de amortizacion:", 0, QApplication::UnicodeUTF8));
00830 groupBox->setTitle(QApplication::translate("AmortizacionBase", "Metodo:", 0, QApplication::UnicodeUTF8));
00831 metodoporcentual->setText(QApplication::translate("AmortizacionBase", "Porcent&ual", 0, QApplication::UnicodeUTF8));
00832 metododecremental->setText(QApplication::translate("AmortizacionBase", "&Decremental", 0, QApplication::UnicodeUTF8));
00833 metodoincremental->setText(QApplication::translate("AmortizacionBase", "&Incremental", 0, QApplication::UnicodeUTF8));
00834 metodoincremental->setShortcut(QApplication::translate("AmortizacionBase", "Alt+I", 0, QApplication::UnicodeUTF8));
00835 metodolineal->setText(QApplication::translate("AmortizacionBase", "Li&neal", 0, QApplication::UnicodeUTF8));
00836 mui_btcalcular->setText(QApplication::translate("AmortizacionBase", "&Calcular", 0, QApplication::UnicodeUTF8));
00837 mui_btcalcular->setShortcut(QApplication::translate("AmortizacionBase", "Alt+C", 0, QApplication::UnicodeUTF8));
00838 textLabel1_2_3_3->setText(QApplication::translate("AmortizacionBase", "Cuotas:", 0, QApplication::UnicodeUTF8));
00839 textLabel1_2_3_4_4->setText(QApplication::translate("AmortizacionBase", "Amortizado:", 0, QApplication::UnicodeUTF8));
00840 textLabel1_2_3_4_4_2->setText(QApplication::translate("AmortizacionBase", "Pendiente:", 0, QApplication::UnicodeUTF8));
00841 tabWidget3->setTabText(tabWidget3->indexOf(tab1), QApplication::translate("AmortizacionBase", "Amor&tizacion", 0, QApplication::UnicodeUTF8));
00842 mui_aceptar->setText(QApplication::translate("AmortizacionBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00843 mui_cancelar->setText(QApplication::translate("AmortizacionBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00844 Q_UNUSED(AmortizacionBase);
00845 }
00846
00847 };
00848
00849 namespace Ui {
00850 class AmortizacionBase: public Ui_AmortizacionBase {};
00851 }
00852
00853 #endif // UI_AMORTIZACIONBASE_H