00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_PEDIDOCLIENTEBASE_H
00011 #define UI_PEDIDOCLIENTEBASE_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/QFrame>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QLineEdit>
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 #include "busquedaalmacen.h"
00032 #include "busquedacliente.h"
00033 #include "busquedaformapago.h"
00034 #include "busquedareferencia.h"
00035 #include "busquedatrabajador.h"
00036 #include "listdescpedidoclienteview.h"
00037 #include "listlinpedidoclienteview.h"
00038
00039 class Ui_PedidoClienteBase
00040 {
00041 public:
00042 QGridLayout *gridLayout;
00043 QFrame *frame;
00044 QGridLayout *gridLayout1;
00045 QLabel *label_4;
00046 BusquedaTrabajador *mui_idtrabajador;
00047 QLabel *label;
00048 QLabel *label_3;
00049 QLabel *label_2;
00050 BusquedaAlmacen *mui_idalmacen;
00051 BusquedaFecha *mui_fechapedidocliente;
00052 BusquedaFormaPago *mui_idforma_pago;
00053 QLineEdit *mui_contactpedidocliente;
00054 QLabel *label8;
00055 QLineEdit *mui_telpedidocliente;
00056 QLabel *label10;
00057 BusquedaCliente *mui_idcliente;
00058 QCheckBox *mui_procesadopedidocliente;
00059 QTabWidget *discounts;
00060 QWidget *tab1;
00061 QVBoxLayout *vboxLayout;
00062 ListLinPedidoClienteView *subform3;
00063 QWidget *Tab2;
00064 QVBoxLayout *vboxLayout1;
00065 ListDescuentoPedidoClienteView *m_descuentos;
00066 QWidget *tab3;
00067 QVBoxLayout *vboxLayout2;
00068 QTextEdit *mui_comentpedidocliente;
00069 QHBoxLayout *hboxLayout;
00070 QLabel *pixmapLabel1;
00071 QFrame *frame_2;
00072 QHBoxLayout *hboxLayout1;
00073 QToolButton *mui_guardar;
00074 QToolButton *mui_borrar;
00075 QToolButton *mui_imprimir;
00076 QSpacerItem *spacerItem;
00077 QToolButton *mui_verpresupuesto;
00078 QToolButton *mui_pasaraalbaran;
00079 QToolButton *mui_cobrar;
00080 QFrame *mui_plugbotones;
00081 QSpacerItem *spacerItem1;
00082 QLabel *label5;
00083 BusquedaReferencia *mui_refpedidocliente;
00084 QHBoxLayout *hboxLayout2;
00085 QToolButton *mui_detalles;
00086 QHBoxLayout *hboxLayout3;
00087 QLabel *label6;
00088 QLineEdit *mui_descpedidocliente;
00089 QHBoxLayout *hboxLayout4;
00090 QLabel *label7;
00091 QLineEdit *mui_numpedidocliente;
00092 QHBoxLayout *hboxLayout5;
00093 QVBoxLayout *vboxLayout3;
00094 QLabel *label3;
00095 QLineEdit *m_totalDiscounts;
00096 QVBoxLayout *vboxLayout4;
00097 QLabel *label2;
00098 QLineEdit *m_totalBases;
00099 QVBoxLayout *vboxLayout5;
00100 QLabel *label4_3;
00101 QLineEdit *m_totalIRPF;
00102 QVBoxLayout *vboxLayout6;
00103 QLabel *label4;
00104 QLineEdit *m_totalTaxes;
00105 QVBoxLayout *vboxLayout7;
00106 QLabel *label4_2;
00107 QLineEdit *m_totalReqEq;
00108 QVBoxLayout *vboxLayout8;
00109 QLabel *label1;
00110 QLineEdit *m_totalpedidocliente;
00111 QHBoxLayout *hboxLayout6;
00112 QSpacerItem *spacerItem2;
00113 QPushButton *mui_aceptar;
00114 QPushButton *mui_cancelar;
00115
00116 void setupUi(QWidget *PedidoClienteBase)
00117 {
00118 PedidoClienteBase->setObjectName(QString::fromUtf8("PedidoClienteBase"));
00119 PedidoClienteBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_pedidos.48x48.png")));
00120 gridLayout = new QGridLayout(PedidoClienteBase);
00121 gridLayout->setSpacing(5);
00122 gridLayout->setMargin(5);
00123 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00124 frame = new QFrame(PedidoClienteBase);
00125 frame->setObjectName(QString::fromUtf8("frame"));
00126 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
00127 sizePolicy.setHorizontalStretch(0);
00128 sizePolicy.setVerticalStretch(0);
00129 sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
00130 frame->setSizePolicy(sizePolicy);
00131 frame->setFrameShape(QFrame::StyledPanel);
00132 frame->setFrameShadow(QFrame::Raised);
00133 gridLayout1 = new QGridLayout(frame);
00134 gridLayout1->setSpacing(5);
00135 gridLayout1->setMargin(5);
00136 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00137 label_4 = new QLabel(frame);
00138 label_4->setObjectName(QString::fromUtf8("label_4"));
00139 label_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00140
00141 gridLayout1->addWidget(label_4, 2, 2, 1, 1);
00142
00143 mui_idtrabajador = new BusquedaTrabajador(frame);
00144 mui_idtrabajador->setObjectName(QString::fromUtf8("mui_idtrabajador"));
00145 mui_idtrabajador->setMinimumSize(QSize(150, 0));
00146
00147 gridLayout1->addWidget(mui_idtrabajador, 2, 3, 1, 1);
00148
00149 label = new QLabel(frame);
00150 label->setObjectName(QString::fromUtf8("label"));
00151 label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00152
00153 gridLayout1->addWidget(label, 3, 2, 1, 1);
00154
00155 label_3 = new QLabel(frame);
00156 label_3->setObjectName(QString::fromUtf8("label_3"));
00157 label_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00158
00159 gridLayout1->addWidget(label_3, 5, 2, 1, 1);
00160
00161 label_2 = new QLabel(frame);
00162 label_2->setObjectName(QString::fromUtf8("label_2"));
00163 label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00164
00165 gridLayout1->addWidget(label_2, 4, 2, 1, 1);
00166
00167 mui_idalmacen = new BusquedaAlmacen(frame);
00168 mui_idalmacen->setObjectName(QString::fromUtf8("mui_idalmacen"));
00169 mui_idalmacen->setMinimumSize(QSize(150, 0));
00170
00171 gridLayout1->addWidget(mui_idalmacen, 5, 3, 1, 1);
00172
00173 mui_fechapedidocliente = new BusquedaFecha(frame);
00174 mui_fechapedidocliente->setObjectName(QString::fromUtf8("mui_fechapedidocliente"));
00175 mui_fechapedidocliente->setMinimumSize(QSize(150, 0));
00176
00177 gridLayout1->addWidget(mui_fechapedidocliente, 3, 3, 1, 1);
00178
00179 mui_idforma_pago = new BusquedaFormaPago(frame);
00180 mui_idforma_pago->setObjectName(QString::fromUtf8("mui_idforma_pago"));
00181 mui_idforma_pago->setMinimumSize(QSize(150, 0));
00182
00183 gridLayout1->addWidget(mui_idforma_pago, 4, 3, 1, 1);
00184
00185 mui_contactpedidocliente = new QLineEdit(frame);
00186 mui_contactpedidocliente->setObjectName(QString::fromUtf8("mui_contactpedidocliente"));
00187 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00188 sizePolicy1.setHorizontalStretch(0);
00189 sizePolicy1.setVerticalStretch(0);
00190 sizePolicy1.setHeightForWidth(mui_contactpedidocliente->sizePolicy().hasHeightForWidth());
00191 mui_contactpedidocliente->setSizePolicy(sizePolicy1);
00192
00193 gridLayout1->addWidget(mui_contactpedidocliente, 4, 1, 1, 1);
00194
00195 label8 = new QLabel(frame);
00196 label8->setObjectName(QString::fromUtf8("label8"));
00197 label8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00198
00199 gridLayout1->addWidget(label8, 5, 0, 1, 1);
00200
00201 mui_telpedidocliente = new QLineEdit(frame);
00202 mui_telpedidocliente->setObjectName(QString::fromUtf8("mui_telpedidocliente"));
00203 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00204 sizePolicy2.setHorizontalStretch(0);
00205 sizePolicy2.setVerticalStretch(0);
00206 sizePolicy2.setHeightForWidth(mui_telpedidocliente->sizePolicy().hasHeightForWidth());
00207 mui_telpedidocliente->setSizePolicy(sizePolicy2);
00208
00209 gridLayout1->addWidget(mui_telpedidocliente, 5, 1, 1, 1);
00210
00211 label10 = new QLabel(frame);
00212 label10->setObjectName(QString::fromUtf8("label10"));
00213 label10->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00214
00215 gridLayout1->addWidget(label10, 4, 0, 1, 1);
00216
00217 mui_idcliente = new BusquedaCliente(frame);
00218 mui_idcliente->setObjectName(QString::fromUtf8("mui_idcliente"));
00219 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00220 sizePolicy3.setHorizontalStretch(0);
00221 sizePolicy3.setVerticalStretch(0);
00222 sizePolicy3.setHeightForWidth(mui_idcliente->sizePolicy().hasHeightForWidth());
00223 mui_idcliente->setSizePolicy(sizePolicy3);
00224
00225 gridLayout1->addWidget(mui_idcliente, 1, 0, 3, 2);
00226
00227 mui_procesadopedidocliente = new QCheckBox(frame);
00228 mui_procesadopedidocliente->setObjectName(QString::fromUtf8("mui_procesadopedidocliente"));
00229 QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00230 sizePolicy4.setHorizontalStretch(0);
00231 sizePolicy4.setVerticalStretch(0);
00232 sizePolicy4.setHeightForWidth(mui_procesadopedidocliente->sizePolicy().hasHeightForWidth());
00233 mui_procesadopedidocliente->setSizePolicy(sizePolicy4);
00234 QFont font;
00235 font.setFamily(QString::fromUtf8("Sans Serif"));
00236 font.setPointSize(9);
00237 font.setBold(false);
00238 font.setItalic(false);
00239 font.setUnderline(false);
00240 font.setWeight(50);
00241 font.setStrikeOut(false);
00242 mui_procesadopedidocliente->setFont(font);
00243
00244 gridLayout1->addWidget(mui_procesadopedidocliente, 0, 0, 1, 2);
00245
00246
00247 gridLayout->addWidget(frame, 2, 0, 1, 1);
00248
00249 discounts = new QTabWidget(PedidoClienteBase);
00250 discounts->setObjectName(QString::fromUtf8("discounts"));
00251 discounts->setEnabled(true);
00252 QFont font1;
00253 font1.setFamily(QString::fromUtf8("Sans Serif"));
00254 font1.setPointSize(9);
00255 font1.setBold(false);
00256 font1.setItalic(false);
00257 font1.setUnderline(false);
00258 font1.setWeight(50);
00259 font1.setStrikeOut(false);
00260 discounts->setFont(font1);
00261 tab1 = new QWidget();
00262 tab1->setObjectName(QString::fromUtf8("tab1"));
00263 vboxLayout = new QVBoxLayout(tab1);
00264 vboxLayout->setSpacing(5);
00265 vboxLayout->setMargin(5);
00266 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00267 subform3 = new ListLinPedidoClienteView(tab1);
00268 subform3->setObjectName(QString::fromUtf8("subform3"));
00269
00270 vboxLayout->addWidget(subform3);
00271
00272 discounts->addTab(tab1, QApplication::translate("PedidoClienteBase", "&Detalle", 0, QApplication::UnicodeUTF8));
00273 Tab2 = new QWidget();
00274 Tab2->setObjectName(QString::fromUtf8("Tab2"));
00275 vboxLayout1 = new QVBoxLayout(Tab2);
00276 vboxLayout1->setSpacing(5);
00277 vboxLayout1->setMargin(5);
00278 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00279 m_descuentos = new ListDescuentoPedidoClienteView(Tab2);
00280 m_descuentos->setObjectName(QString::fromUtf8("m_descuentos"));
00281
00282 vboxLayout1->addWidget(m_descuentos);
00283
00284 discounts->addTab(Tab2, QApplication::translate("PedidoClienteBase", "Desc&uentos", 0, QApplication::UnicodeUTF8));
00285 tab3 = new QWidget();
00286 tab3->setObjectName(QString::fromUtf8("tab3"));
00287 vboxLayout2 = new QVBoxLayout(tab3);
00288 vboxLayout2->setSpacing(5);
00289 vboxLayout2->setMargin(5);
00290 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00291 mui_comentpedidocliente = new QTextEdit(tab3);
00292 mui_comentpedidocliente->setObjectName(QString::fromUtf8("mui_comentpedidocliente"));
00293
00294 vboxLayout2->addWidget(mui_comentpedidocliente);
00295
00296 discounts->addTab(tab3, QApplication::translate("PedidoClienteBase", "&Comentarios", 0, QApplication::UnicodeUTF8));
00297
00298 gridLayout->addWidget(discounts, 3, 0, 1, 1);
00299
00300 hboxLayout = new QHBoxLayout();
00301 hboxLayout->setSpacing(5);
00302 hboxLayout->setMargin(0);
00303 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00304 pixmapLabel1 = new QLabel(PedidoClienteBase);
00305 pixmapLabel1->setObjectName(QString::fromUtf8("pixmapLabel1"));
00306 pixmapLabel1->setMinimumSize(QSize(48, 48));
00307 pixmapLabel1->setMaximumSize(QSize(48, 48));
00308 pixmapLabel1->setPixmap(QPixmap(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_pedidos.48x48.png")));
00309 pixmapLabel1->setScaledContents(true);
00310
00311 hboxLayout->addWidget(pixmapLabel1);
00312
00313 frame_2 = new QFrame(PedidoClienteBase);
00314 frame_2->setObjectName(QString::fromUtf8("frame_2"));
00315 QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
00316 sizePolicy5.setHorizontalStretch(0);
00317 sizePolicy5.setVerticalStretch(0);
00318 sizePolicy5.setHeightForWidth(frame_2->sizePolicy().hasHeightForWidth());
00319 frame_2->setSizePolicy(sizePolicy5);
00320 frame_2->setFrameShape(QFrame::StyledPanel);
00321 frame_2->setFrameShadow(QFrame::Raised);
00322 hboxLayout1 = new QHBoxLayout(frame_2);
00323 hboxLayout1->setSpacing(5);
00324 hboxLayout1->setMargin(5);
00325 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00326 mui_guardar = new QToolButton(frame_2);
00327 mui_guardar->setObjectName(QString::fromUtf8("mui_guardar"));
00328 mui_guardar->setMinimumSize(QSize(32, 32));
00329 mui_guardar->setMaximumSize(QSize(32, 32));
00330 mui_guardar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_save.xpm")));
00331 mui_guardar->setIconSize(QSize(32, 32));
00332
00333 hboxLayout1->addWidget(mui_guardar);
00334
00335 mui_borrar = new QToolButton(frame_2);
00336 mui_borrar->setObjectName(QString::fromUtf8("mui_borrar"));
00337 mui_borrar->setMinimumSize(QSize(32, 32));
00338 mui_borrar->setMaximumSize(QSize(32, 32));
00339 mui_borrar->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_editDelete.png")));
00340 mui_borrar->setIconSize(QSize(32, 32));
00341
00342 hboxLayout1->addWidget(mui_borrar);
00343
00344 mui_imprimir = new QToolButton(frame_2);
00345 mui_imprimir->setObjectName(QString::fromUtf8("mui_imprimir"));
00346 mui_imprimir->setMinimumSize(QSize(32, 32));
00347 mui_imprimir->setMaximumSize(QSize(32, 32));
00348 mui_imprimir->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_filePrint.xpm")));
00349 mui_imprimir->setIconSize(QSize(32, 32));
00350
00351 hboxLayout1->addWidget(mui_imprimir);
00352
00353 spacerItem = new QSpacerItem(16, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00354
00355 hboxLayout1->addItem(spacerItem);
00356
00357 mui_verpresupuesto = new QToolButton(frame_2);
00358 mui_verpresupuesto->setObjectName(QString::fromUtf8("mui_verpresupuesto"));
00359 mui_verpresupuesto->setMinimumSize(QSize(32, 32));
00360 mui_verpresupuesto->setMaximumSize(QSize(32, 32));
00361 mui_verpresupuesto->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_presupuestos.48x48.png")));
00362 mui_verpresupuesto->setIconSize(QSize(32, 32));
00363
00364 hboxLayout1->addWidget(mui_verpresupuesto);
00365
00366 mui_pasaraalbaran = new QToolButton(frame_2);
00367 mui_pasaraalbaran->setObjectName(QString::fromUtf8("mui_pasaraalbaran"));
00368 mui_pasaraalbaran->setEnabled(true);
00369 mui_pasaraalbaran->setMinimumSize(QSize(32, 32));
00370 mui_pasaraalbaran->setMaximumSize(QSize(32, 32));
00371 mui_pasaraalbaran->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_facturas.48x48.png")));
00372 mui_pasaraalbaran->setIconSize(QSize(32, 32));
00373
00374 hboxLayout1->addWidget(mui_pasaraalbaran);
00375
00376 mui_cobrar = new QToolButton(frame_2);
00377 mui_cobrar->setObjectName(QString::fromUtf8("mui_cobrar"));
00378 mui_cobrar->setEnabled(true);
00379 mui_cobrar->setMinimumSize(QSize(32, 32));
00380 mui_cobrar->setMaximumSize(QSize(32, 32));
00381 mui_cobrar->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_cobros_mas.48x48.png")));
00382 mui_cobrar->setIconSize(QSize(32, 32));
00383
00384 hboxLayout1->addWidget(mui_cobrar);
00385
00386 mui_plugbotones = new QFrame(frame_2);
00387 mui_plugbotones->setObjectName(QString::fromUtf8("mui_plugbotones"));
00388 QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(7));
00389 sizePolicy6.setHorizontalStretch(0);
00390 sizePolicy6.setVerticalStretch(0);
00391 sizePolicy6.setHeightForWidth(mui_plugbotones->sizePolicy().hasHeightForWidth());
00392 mui_plugbotones->setSizePolicy(sizePolicy6);
00393 mui_plugbotones->setFrameShape(QFrame::NoFrame);
00394 mui_plugbotones->setFrameShadow(QFrame::Plain);
00395 mui_plugbotones->setLineWidth(0);
00396
00397 hboxLayout1->addWidget(mui_plugbotones);
00398
00399 spacerItem1 = new QSpacerItem(41, 34, QSizePolicy::Expanding, QSizePolicy::Minimum);
00400
00401 hboxLayout1->addItem(spacerItem1);
00402
00403 label5 = new QLabel(frame_2);
00404 label5->setObjectName(QString::fromUtf8("label5"));
00405 QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00406 sizePolicy7.setHorizontalStretch(0);
00407 sizePolicy7.setVerticalStretch(0);
00408 sizePolicy7.setHeightForWidth(label5->sizePolicy().hasHeightForWidth());
00409 label5->setSizePolicy(sizePolicy7);
00410 QFont font2;
00411 font2.setFamily(QString::fromUtf8("Sans Serif"));
00412 font2.setPointSize(9);
00413 font2.setBold(false);
00414 font2.setItalic(false);
00415 font2.setUnderline(false);
00416 font2.setWeight(50);
00417 font2.setStrikeOut(false);
00418 label5->setFont(font2);
00419
00420 hboxLayout1->addWidget(label5);
00421
00422 mui_refpedidocliente = new BusquedaReferencia(frame_2);
00423 mui_refpedidocliente->setObjectName(QString::fromUtf8("mui_refpedidocliente"));
00424 mui_refpedidocliente->setMinimumSize(QSize(150, 0));
00425
00426 hboxLayout1->addWidget(mui_refpedidocliente);
00427
00428
00429 hboxLayout->addWidget(frame_2);
00430
00431
00432 gridLayout->addLayout(hboxLayout, 0, 0, 1, 1);
00433
00434 hboxLayout2 = new QHBoxLayout();
00435 hboxLayout2->setSpacing(5);
00436 hboxLayout2->setMargin(0);
00437 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00438 mui_detalles = new QToolButton(PedidoClienteBase);
00439 mui_detalles->setObjectName(QString::fromUtf8("mui_detalles"));
00440 mui_detalles->setMinimumSize(QSize(22, 22));
00441 mui_detalles->setMaximumSize(QSize(22, 22));
00442 mui_detalles->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_edit.png")));
00443 mui_detalles->setIconSize(QSize(22, 22));
00444 mui_detalles->setCheckable(true);
00445 mui_detalles->setChecked(true);
00446
00447 hboxLayout2->addWidget(mui_detalles);
00448
00449 hboxLayout3 = new QHBoxLayout();
00450 hboxLayout3->setSpacing(5);
00451 hboxLayout3->setMargin(0);
00452 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00453 label6 = new QLabel(PedidoClienteBase);
00454 label6->setObjectName(QString::fromUtf8("label6"));
00455 QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00456 sizePolicy8.setHorizontalStretch(0);
00457 sizePolicy8.setVerticalStretch(0);
00458 sizePolicy8.setHeightForWidth(label6->sizePolicy().hasHeightForWidth());
00459 label6->setSizePolicy(sizePolicy8);
00460 QFont font3;
00461 font3.setFamily(QString::fromUtf8("Sans Serif"));
00462 font3.setPointSize(9);
00463 font3.setBold(false);
00464 font3.setItalic(false);
00465 font3.setUnderline(false);
00466 font3.setWeight(50);
00467 font3.setStrikeOut(false);
00468 label6->setFont(font3);
00469
00470 hboxLayout3->addWidget(label6);
00471
00472 mui_descpedidocliente = new QLineEdit(PedidoClienteBase);
00473 mui_descpedidocliente->setObjectName(QString::fromUtf8("mui_descpedidocliente"));
00474
00475 hboxLayout3->addWidget(mui_descpedidocliente);
00476
00477
00478 hboxLayout2->addLayout(hboxLayout3);
00479
00480 hboxLayout4 = new QHBoxLayout();
00481 hboxLayout4->setSpacing(5);
00482 hboxLayout4->setMargin(0);
00483 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00484 label7 = new QLabel(PedidoClienteBase);
00485 label7->setObjectName(QString::fromUtf8("label7"));
00486 QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00487 sizePolicy9.setHorizontalStretch(0);
00488 sizePolicy9.setVerticalStretch(0);
00489 sizePolicy9.setHeightForWidth(label7->sizePolicy().hasHeightForWidth());
00490 label7->setSizePolicy(sizePolicy9);
00491 QFont font4;
00492 font4.setFamily(QString::fromUtf8("Sans Serif"));
00493 font4.setPointSize(9);
00494 font4.setBold(false);
00495 font4.setItalic(false);
00496 font4.setUnderline(false);
00497 font4.setWeight(50);
00498 font4.setStrikeOut(false);
00499 label7->setFont(font4);
00500
00501 hboxLayout4->addWidget(label7);
00502
00503 mui_numpedidocliente = new QLineEdit(PedidoClienteBase);
00504 mui_numpedidocliente->setObjectName(QString::fromUtf8("mui_numpedidocliente"));
00505 QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00506 sizePolicy10.setHorizontalStretch(0);
00507 sizePolicy10.setVerticalStretch(0);
00508 sizePolicy10.setHeightForWidth(mui_numpedidocliente->sizePolicy().hasHeightForWidth());
00509 mui_numpedidocliente->setSizePolicy(sizePolicy10);
00510
00511 hboxLayout4->addWidget(mui_numpedidocliente);
00512
00513
00514 hboxLayout2->addLayout(hboxLayout4);
00515
00516
00517 gridLayout->addLayout(hboxLayout2, 1, 0, 1, 1);
00518
00519 hboxLayout5 = new QHBoxLayout();
00520 hboxLayout5->setSpacing(5);
00521 hboxLayout5->setMargin(0);
00522 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00523 vboxLayout3 = new QVBoxLayout();
00524 vboxLayout3->setSpacing(5);
00525 vboxLayout3->setMargin(0);
00526 vboxLayout3->setObjectName(QString::fromUtf8("vboxLayout3"));
00527 label3 = new QLabel(PedidoClienteBase);
00528 label3->setObjectName(QString::fromUtf8("label3"));
00529 QSizePolicy sizePolicy11(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00530 sizePolicy11.setHorizontalStretch(0);
00531 sizePolicy11.setVerticalStretch(0);
00532 sizePolicy11.setHeightForWidth(label3->sizePolicy().hasHeightForWidth());
00533 label3->setSizePolicy(sizePolicy11);
00534 QFont font5;
00535 font5.setFamily(QString::fromUtf8("Sans Serif"));
00536 font5.setPointSize(9);
00537 font5.setBold(false);
00538 font5.setItalic(false);
00539 font5.setUnderline(false);
00540 font5.setWeight(50);
00541 font5.setStrikeOut(false);
00542 label3->setFont(font5);
00543 label3->setAlignment(Qt::AlignCenter);
00544
00545 vboxLayout3->addWidget(label3);
00546
00547 m_totalDiscounts = new QLineEdit(PedidoClienteBase);
00548 m_totalDiscounts->setObjectName(QString::fromUtf8("m_totalDiscounts"));
00549 m_totalDiscounts->setEnabled(true);
00550 QPalette palette;
00551 QBrush brush(QColor(238, 238, 238, 255));
00552 brush.setStyle(Qt::SolidPattern);
00553 palette.setBrush(QPalette::Active, QPalette::Base, brush);
00554 QBrush brush1(QColor(238, 238, 238, 255));
00555 brush1.setStyle(Qt::SolidPattern);
00556 palette.setBrush(QPalette::Inactive, QPalette::Base, brush1);
00557 QBrush brush2(QColor(255, 255, 255, 255));
00558 brush2.setStyle(Qt::SolidPattern);
00559 palette.setBrush(QPalette::Disabled, QPalette::Base, brush2);
00560 m_totalDiscounts->setPalette(palette);
00561 QFont font6;
00562 font6.setFamily(QString::fromUtf8("Sans Serif"));
00563 font6.setPointSize(12);
00564 font6.setBold(true);
00565 font6.setItalic(false);
00566 font6.setUnderline(false);
00567 font6.setWeight(75);
00568 font6.setStrikeOut(false);
00569 m_totalDiscounts->setFont(font6);
00570 m_totalDiscounts->setFocusPolicy(Qt::NoFocus);
00571 m_totalDiscounts->setAcceptDrops(false);
00572 m_totalDiscounts->setAlignment(Qt::AlignRight);
00573 m_totalDiscounts->setReadOnly(true);
00574
00575 vboxLayout3->addWidget(m_totalDiscounts);
00576
00577
00578 hboxLayout5->addLayout(vboxLayout3);
00579
00580 vboxLayout4 = new QVBoxLayout();
00581 vboxLayout4->setSpacing(5);
00582 vboxLayout4->setMargin(0);
00583 vboxLayout4->setObjectName(QString::fromUtf8("vboxLayout4"));
00584 label2 = new QLabel(PedidoClienteBase);
00585 label2->setObjectName(QString::fromUtf8("label2"));
00586 QSizePolicy sizePolicy12(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00587 sizePolicy12.setHorizontalStretch(0);
00588 sizePolicy12.setVerticalStretch(0);
00589 sizePolicy12.setHeightForWidth(label2->sizePolicy().hasHeightForWidth());
00590 label2->setSizePolicy(sizePolicy12);
00591 QFont font7;
00592 font7.setFamily(QString::fromUtf8("Sans Serif"));
00593 font7.setPointSize(9);
00594 font7.setBold(false);
00595 font7.setItalic(false);
00596 font7.setUnderline(false);
00597 font7.setWeight(50);
00598 font7.setStrikeOut(false);
00599 label2->setFont(font7);
00600 label2->setAlignment(Qt::AlignCenter);
00601
00602 vboxLayout4->addWidget(label2);
00603
00604 m_totalBases = new QLineEdit(PedidoClienteBase);
00605 m_totalBases->setObjectName(QString::fromUtf8("m_totalBases"));
00606 QPalette palette1;
00607 QBrush brush3(QColor(238, 238, 238, 255));
00608 brush3.setStyle(Qt::SolidPattern);
00609 palette1.setBrush(QPalette::Active, QPalette::Base, brush3);
00610 QBrush brush4(QColor(238, 238, 238, 255));
00611 brush4.setStyle(Qt::SolidPattern);
00612 palette1.setBrush(QPalette::Inactive, QPalette::Base, brush4);
00613 QBrush brush5(QColor(255, 255, 255, 255));
00614 brush5.setStyle(Qt::SolidPattern);
00615 palette1.setBrush(QPalette::Disabled, QPalette::Base, brush5);
00616 m_totalBases->setPalette(palette1);
00617 QFont font8;
00618 font8.setFamily(QString::fromUtf8("Sans Serif"));
00619 font8.setPointSize(12);
00620 font8.setBold(true);
00621 font8.setItalic(false);
00622 font8.setUnderline(false);
00623 font8.setWeight(75);
00624 font8.setStrikeOut(false);
00625 m_totalBases->setFont(font8);
00626 m_totalBases->setFocusPolicy(Qt::NoFocus);
00627 m_totalBases->setAcceptDrops(false);
00628 m_totalBases->setAlignment(Qt::AlignRight);
00629 m_totalBases->setReadOnly(true);
00630
00631 vboxLayout4->addWidget(m_totalBases);
00632
00633
00634 hboxLayout5->addLayout(vboxLayout4);
00635
00636 vboxLayout5 = new QVBoxLayout();
00637 vboxLayout5->setSpacing(5);
00638 vboxLayout5->setMargin(0);
00639 vboxLayout5->setObjectName(QString::fromUtf8("vboxLayout5"));
00640 label4_3 = new QLabel(PedidoClienteBase);
00641 label4_3->setObjectName(QString::fromUtf8("label4_3"));
00642 QSizePolicy sizePolicy13(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00643 sizePolicy13.setHorizontalStretch(0);
00644 sizePolicy13.setVerticalStretch(0);
00645 sizePolicy13.setHeightForWidth(label4_3->sizePolicy().hasHeightForWidth());
00646 label4_3->setSizePolicy(sizePolicy13);
00647 QFont font9;
00648 font9.setFamily(QString::fromUtf8("Sans Serif"));
00649 font9.setPointSize(9);
00650 font9.setBold(false);
00651 font9.setItalic(false);
00652 font9.setUnderline(false);
00653 font9.setWeight(50);
00654 font9.setStrikeOut(false);
00655 label4_3->setFont(font9);
00656 label4_3->setAlignment(Qt::AlignCenter);
00657
00658 vboxLayout5->addWidget(label4_3);
00659
00660 m_totalIRPF = new QLineEdit(PedidoClienteBase);
00661 m_totalIRPF->setObjectName(QString::fromUtf8("m_totalIRPF"));
00662 QPalette palette2;
00663 QBrush brush6(QColor(238, 238, 238, 255));
00664 brush6.setStyle(Qt::SolidPattern);
00665 palette2.setBrush(QPalette::Active, QPalette::Base, brush6);
00666 QBrush brush7(QColor(238, 238, 238, 255));
00667 brush7.setStyle(Qt::SolidPattern);
00668 palette2.setBrush(QPalette::Inactive, QPalette::Base, brush7);
00669 QBrush brush8(QColor(255, 255, 255, 255));
00670 brush8.setStyle(Qt::SolidPattern);
00671 palette2.setBrush(QPalette::Disabled, QPalette::Base, brush8);
00672 m_totalIRPF->setPalette(palette2);
00673 QFont font10;
00674 font10.setFamily(QString::fromUtf8("Sans Serif"));
00675 font10.setPointSize(12);
00676 font10.setBold(true);
00677 font10.setItalic(false);
00678 font10.setUnderline(false);
00679 font10.setWeight(75);
00680 font10.setStrikeOut(false);
00681 m_totalIRPF->setFont(font10);
00682 m_totalIRPF->setFocusPolicy(Qt::NoFocus);
00683 m_totalIRPF->setAcceptDrops(false);
00684 m_totalIRPF->setAlignment(Qt::AlignRight);
00685 m_totalIRPF->setReadOnly(true);
00686
00687 vboxLayout5->addWidget(m_totalIRPF);
00688
00689
00690 hboxLayout5->addLayout(vboxLayout5);
00691
00692 vboxLayout6 = new QVBoxLayout();
00693 vboxLayout6->setSpacing(5);
00694 vboxLayout6->setMargin(0);
00695 vboxLayout6->setObjectName(QString::fromUtf8("vboxLayout6"));
00696 label4 = new QLabel(PedidoClienteBase);
00697 label4->setObjectName(QString::fromUtf8("label4"));
00698 QSizePolicy sizePolicy14(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00699 sizePolicy14.setHorizontalStretch(0);
00700 sizePolicy14.setVerticalStretch(0);
00701 sizePolicy14.setHeightForWidth(label4->sizePolicy().hasHeightForWidth());
00702 label4->setSizePolicy(sizePolicy14);
00703 QFont font11;
00704 font11.setFamily(QString::fromUtf8("Sans Serif"));
00705 font11.setPointSize(9);
00706 font11.setBold(false);
00707 font11.setItalic(false);
00708 font11.setUnderline(false);
00709 font11.setWeight(50);
00710 font11.setStrikeOut(false);
00711 label4->setFont(font11);
00712 label4->setAlignment(Qt::AlignCenter);
00713
00714 vboxLayout6->addWidget(label4);
00715
00716 m_totalTaxes = new QLineEdit(PedidoClienteBase);
00717 m_totalTaxes->setObjectName(QString::fromUtf8("m_totalTaxes"));
00718 QPalette palette3;
00719 QBrush brush9(QColor(238, 238, 238, 255));
00720 brush9.setStyle(Qt::SolidPattern);
00721 palette3.setBrush(QPalette::Active, QPalette::Base, brush9);
00722 QBrush brush10(QColor(238, 238, 238, 255));
00723 brush10.setStyle(Qt::SolidPattern);
00724 palette3.setBrush(QPalette::Inactive, QPalette::Base, brush10);
00725 QBrush brush11(QColor(255, 255, 255, 255));
00726 brush11.setStyle(Qt::SolidPattern);
00727 palette3.setBrush(QPalette::Disabled, QPalette::Base, brush11);
00728 m_totalTaxes->setPalette(palette3);
00729 QFont font12;
00730 font12.setFamily(QString::fromUtf8("Sans Serif"));
00731 font12.setPointSize(12);
00732 font12.setBold(true);
00733 font12.setItalic(false);
00734 font12.setUnderline(false);
00735 font12.setWeight(75);
00736 font12.setStrikeOut(false);
00737 m_totalTaxes->setFont(font12);
00738 m_totalTaxes->setFocusPolicy(Qt::NoFocus);
00739 m_totalTaxes->setAcceptDrops(false);
00740 m_totalTaxes->setAlignment(Qt::AlignRight);
00741 m_totalTaxes->setReadOnly(true);
00742
00743 vboxLayout6->addWidget(m_totalTaxes);
00744
00745
00746 hboxLayout5->addLayout(vboxLayout6);
00747
00748 vboxLayout7 = new QVBoxLayout();
00749 vboxLayout7->setSpacing(5);
00750 vboxLayout7->setMargin(0);
00751 vboxLayout7->setObjectName(QString::fromUtf8("vboxLayout7"));
00752 label4_2 = new QLabel(PedidoClienteBase);
00753 label4_2->setObjectName(QString::fromUtf8("label4_2"));
00754 QSizePolicy sizePolicy15(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00755 sizePolicy15.setHorizontalStretch(0);
00756 sizePolicy15.setVerticalStretch(0);
00757 sizePolicy15.setHeightForWidth(label4_2->sizePolicy().hasHeightForWidth());
00758 label4_2->setSizePolicy(sizePolicy15);
00759 QFont font13;
00760 font13.setFamily(QString::fromUtf8("Sans Serif"));
00761 font13.setPointSize(9);
00762 font13.setBold(false);
00763 font13.setItalic(false);
00764 font13.setUnderline(false);
00765 font13.setWeight(50);
00766 font13.setStrikeOut(false);
00767 label4_2->setFont(font13);
00768 label4_2->setAlignment(Qt::AlignCenter);
00769
00770 vboxLayout7->addWidget(label4_2);
00771
00772 m_totalReqEq = new QLineEdit(PedidoClienteBase);
00773 m_totalReqEq->setObjectName(QString::fromUtf8("m_totalReqEq"));
00774 QPalette palette4;
00775 QBrush brush12(QColor(238, 238, 238, 255));
00776 brush12.setStyle(Qt::SolidPattern);
00777 palette4.setBrush(QPalette::Active, QPalette::Base, brush12);
00778 QBrush brush13(QColor(238, 238, 238, 255));
00779 brush13.setStyle(Qt::SolidPattern);
00780 palette4.setBrush(QPalette::Inactive, QPalette::Base, brush13);
00781 QBrush brush14(QColor(255, 255, 255, 255));
00782 brush14.setStyle(Qt::SolidPattern);
00783 palette4.setBrush(QPalette::Disabled, QPalette::Base, brush14);
00784 m_totalReqEq->setPalette(palette4);
00785 QFont font14;
00786 font14.setFamily(QString::fromUtf8("Sans Serif"));
00787 font14.setPointSize(12);
00788 font14.setBold(true);
00789 font14.setItalic(false);
00790 font14.setUnderline(false);
00791 font14.setWeight(75);
00792 font14.setStrikeOut(false);
00793 m_totalReqEq->setFont(font14);
00794 m_totalReqEq->setFocusPolicy(Qt::NoFocus);
00795 m_totalReqEq->setAcceptDrops(false);
00796 m_totalReqEq->setAlignment(Qt::AlignRight);
00797 m_totalReqEq->setReadOnly(true);
00798
00799 vboxLayout7->addWidget(m_totalReqEq);
00800
00801
00802 hboxLayout5->addLayout(vboxLayout7);
00803
00804 vboxLayout8 = new QVBoxLayout();
00805 vboxLayout8->setSpacing(5);
00806 vboxLayout8->setMargin(0);
00807 vboxLayout8->setObjectName(QString::fromUtf8("vboxLayout8"));
00808 label1 = new QLabel(PedidoClienteBase);
00809 label1->setObjectName(QString::fromUtf8("label1"));
00810 QSizePolicy sizePolicy16(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00811 sizePolicy16.setHorizontalStretch(0);
00812 sizePolicy16.setVerticalStretch(0);
00813 sizePolicy16.setHeightForWidth(label1->sizePolicy().hasHeightForWidth());
00814 label1->setSizePolicy(sizePolicy16);
00815 QFont font15;
00816 font15.setFamily(QString::fromUtf8("Sans Serif"));
00817 font15.setPointSize(9);
00818 font15.setBold(false);
00819 font15.setItalic(false);
00820 font15.setUnderline(false);
00821 font15.setWeight(50);
00822 font15.setStrikeOut(false);
00823 label1->setFont(font15);
00824 label1->setAlignment(Qt::AlignCenter);
00825
00826 vboxLayout8->addWidget(label1);
00827
00828 m_totalpedidocliente = new QLineEdit(PedidoClienteBase);
00829 m_totalpedidocliente->setObjectName(QString::fromUtf8("m_totalpedidocliente"));
00830 m_totalpedidocliente->setEnabled(true);
00831 QPalette palette5;
00832 QBrush brush15(QColor(238, 238, 238, 255));
00833 brush15.setStyle(Qt::SolidPattern);
00834 palette5.setBrush(QPalette::Active, QPalette::Base, brush15);
00835 QBrush brush16(QColor(238, 238, 238, 255));
00836 brush16.setStyle(Qt::SolidPattern);
00837 palette5.setBrush(QPalette::Inactive, QPalette::Base, brush16);
00838 QBrush brush17(QColor(255, 255, 255, 255));
00839 brush17.setStyle(Qt::SolidPattern);
00840 palette5.setBrush(QPalette::Disabled, QPalette::Base, brush17);
00841 m_totalpedidocliente->setPalette(palette5);
00842 QFont font16;
00843 font16.setFamily(QString::fromUtf8("Sans Serif"));
00844 font16.setPointSize(12);
00845 font16.setBold(true);
00846 font16.setItalic(false);
00847 font16.setUnderline(false);
00848 font16.setWeight(75);
00849 font16.setStrikeOut(false);
00850 m_totalpedidocliente->setFont(font16);
00851 m_totalpedidocliente->setFocusPolicy(Qt::NoFocus);
00852 m_totalpedidocliente->setAcceptDrops(false);
00853 m_totalpedidocliente->setAutoFillBackground(true);
00854 m_totalpedidocliente->setFrame(true);
00855 m_totalpedidocliente->setAlignment(Qt::AlignRight);
00856 m_totalpedidocliente->setReadOnly(true);
00857
00858 vboxLayout8->addWidget(m_totalpedidocliente);
00859
00860
00861 hboxLayout5->addLayout(vboxLayout8);
00862
00863
00864 gridLayout->addLayout(hboxLayout5, 4, 0, 1, 1);
00865
00866 hboxLayout6 = new QHBoxLayout();
00867 hboxLayout6->setSpacing(5);
00868 hboxLayout6->setMargin(0);
00869 hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00870 spacerItem2 = new QSpacerItem(436, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00871
00872 hboxLayout6->addItem(spacerItem2);
00873
00874 mui_aceptar = new QPushButton(PedidoClienteBase);
00875 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00876 QFont font17;
00877 font17.setFamily(QString::fromUtf8("Sans Serif"));
00878 font17.setPointSize(9);
00879 font17.setBold(false);
00880 font17.setItalic(false);
00881 font17.setUnderline(false);
00882 font17.setWeight(50);
00883 font17.setStrikeOut(false);
00884 mui_aceptar->setFont(font17);
00885
00886 hboxLayout6->addWidget(mui_aceptar);
00887
00888 mui_cancelar = new QPushButton(PedidoClienteBase);
00889 mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00890 QFont font18;
00891 font18.setFamily(QString::fromUtf8("Sans Serif"));
00892 font18.setPointSize(9);
00893 font18.setBold(false);
00894 font18.setItalic(false);
00895 font18.setUnderline(false);
00896 font18.setWeight(50);
00897 font18.setStrikeOut(false);
00898 mui_cancelar->setFont(font18);
00899
00900 hboxLayout6->addWidget(mui_cancelar);
00901
00902
00903 gridLayout->addLayout(hboxLayout6, 5, 0, 1, 1);
00904
00905
00906 retranslateUi(PedidoClienteBase);
00907
00908 QSize size(690, 490);
00909 size = size.expandedTo(PedidoClienteBase->minimumSizeHint());
00910 PedidoClienteBase->resize(size);
00911
00912 QObject::connect(mui_detalles, SIGNAL(toggled(bool)), frame, SLOT(setShown(bool)));
00913
00914 QMetaObject::connectSlotsByName(PedidoClienteBase);
00915 }
00916
00917 void retranslateUi(QWidget *PedidoClienteBase)
00918 {
00919 PedidoClienteBase->setWindowTitle(QApplication::translate("PedidoClienteBase", "Nuevo pedido de cliente", 0, QApplication::UnicodeUTF8));
00920 label_4->setText(QApplication::translate("PedidoClienteBase", "Trabajador:", 0, QApplication::UnicodeUTF8));
00921 label->setText(QApplication::translate("PedidoClienteBase", "Fecha de creacion:", 0, QApplication::UnicodeUTF8));
00922 label_3->setText(QApplication::translate("PedidoClienteBase", "Almacen:", 0, QApplication::UnicodeUTF8));
00923 label_2->setText(QApplication::translate("PedidoClienteBase", "Forma de pago:", 0, QApplication::UnicodeUTF8));
00924 label8->setText(QApplication::translate("PedidoClienteBase", "Telefono de contacto:", 0, QApplication::UnicodeUTF8));
00925 label10->setText(QApplication::translate("PedidoClienteBase", "Persona de contacto:", 0, QApplication::UnicodeUTF8));
00926 mui_procesadopedidocliente->setText(QApplication::translate("PedidoClienteBase", "Procesado", 0, QApplication::UnicodeUTF8));
00927 discounts->setTabText(discounts->indexOf(tab1), QApplication::translate("PedidoClienteBase", "&Detalle", 0, QApplication::UnicodeUTF8));
00928 discounts->setTabText(discounts->indexOf(Tab2), QApplication::translate("PedidoClienteBase", "Desc&uentos", 0, QApplication::UnicodeUTF8));
00929 discounts->setTabText(discounts->indexOf(tab3), QApplication::translate("PedidoClienteBase", "&Comentarios", 0, QApplication::UnicodeUTF8));
00930 mui_guardar->setToolTip(QApplication::translate("PedidoClienteBase", "Guardar pedido", 0, QApplication::UnicodeUTF8));
00931 mui_guardar->setWhatsThis(QApplication::translate("PedidoClienteBase", "Guardar pedido", 0, QApplication::UnicodeUTF8));
00932 mui_guardar->setText(QString());
00933 mui_borrar->setToolTip(QApplication::translate("PedidoClienteBase", "Borrar pedido", 0, QApplication::UnicodeUTF8));
00934 mui_borrar->setWhatsThis(QApplication::translate("PedidoClienteBase", "Borrar pedido", 0, QApplication::UnicodeUTF8));
00935 mui_borrar->setText(QString());
00936 mui_imprimir->setToolTip(QApplication::translate("PedidoClienteBase", "Imprimir pedido", 0, QApplication::UnicodeUTF8));
00937 mui_imprimir->setWhatsThis(QApplication::translate("PedidoClienteBase", "Imprimir pedido", 0, QApplication::UnicodeUTF8));
00938 mui_imprimir->setText(QString());
00939 mui_verpresupuesto->setToolTip(QApplication::translate("PedidoClienteBase", "Ver presupuesto de este pedido", 0, QApplication::UnicodeUTF8));
00940 mui_verpresupuesto->setWhatsThis(QApplication::translate("PedidoClienteBase", "Ver presupuesto de este pedido", 0, QApplication::UnicodeUTF8));
00941 mui_verpresupuesto->setText(QString());
00942 mui_pasaraalbaran->setToolTip(QApplication::translate("PedidoClienteBase", "Generar albaran a partir de este pedido", 0, QApplication::UnicodeUTF8));
00943 mui_pasaraalbaran->setWhatsThis(QApplication::translate("PedidoClienteBase", "Generar albaran a partir de este pedido", 0, QApplication::UnicodeUTF8));
00944 mui_pasaraalbaran->setText(QString());
00945 mui_cobrar->setToolTip(QApplication::translate("PedidoClienteBase", "Registrar cobro a cliente", 0, QApplication::UnicodeUTF8));
00946 mui_cobrar->setWhatsThis(QApplication::translate("PedidoClienteBase", "Registrar cobro a cliente", 0, QApplication::UnicodeUTF8));
00947 mui_cobrar->setText(QString());
00948 label5->setText(QApplication::translate("PedidoClienteBase", "Referencia:", 0, QApplication::UnicodeUTF8));
00949 mui_detalles->setToolTip(QApplication::translate("PedidoClienteBase", "Mostrar/ocultar cabecera", 0, QApplication::UnicodeUTF8));
00950 mui_detalles->setWhatsThis(QApplication::translate("PedidoClienteBase", "Mostrar/ocultar cabecera", 0, QApplication::UnicodeUTF8));
00951 mui_detalles->setText(QString());
00952 label6->setText(QApplication::translate("PedidoClienteBase", "Descripcion del pedido:", 0, QApplication::UnicodeUTF8));
00953 label7->setText(QApplication::translate("PedidoClienteBase", "Numero de pedido cliente:", 0, QApplication::UnicodeUTF8));
00954 label3->setText(QApplication::translate("PedidoClienteBase", "Descuentos:", 0, QApplication::UnicodeUTF8));
00955 m_totalDiscounts->setText(QApplication::translate("PedidoClienteBase", "0.00", 0, QApplication::UnicodeUTF8));
00956 label2->setText(QApplication::translate("PedidoClienteBase", "Base imponible:", 0, QApplication::UnicodeUTF8));
00957 m_totalBases->setText(QApplication::translate("PedidoClienteBase", "0.00", 0, QApplication::UnicodeUTF8));
00958 label4_3->setText(QApplication::translate("PedidoClienteBase", "I.R.P.F.:", 0, QApplication::UnicodeUTF8));
00959 m_totalIRPF->setText(QApplication::translate("PedidoClienteBase", "0.00", 0, QApplication::UnicodeUTF8));
00960 label4->setText(QApplication::translate("PedidoClienteBase", "Impuestos:", 0, QApplication::UnicodeUTF8));
00961 m_totalTaxes->setText(QApplication::translate("PedidoClienteBase", "0.00", 0, QApplication::UnicodeUTF8));
00962 label4_2->setText(QApplication::translate("PedidoClienteBase", "R.E.:", 0, QApplication::UnicodeUTF8));
00963 m_totalReqEq->setText(QApplication::translate("PedidoClienteBase", "0.00", 0, QApplication::UnicodeUTF8));
00964 label1->setText(QApplication::translate("PedidoClienteBase", "Total:", 0, QApplication::UnicodeUTF8));
00965 m_totalpedidocliente->setText(QApplication::translate("PedidoClienteBase", "0.00", 0, QApplication::UnicodeUTF8));
00966 mui_aceptar->setText(QApplication::translate("PedidoClienteBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00967 mui_cancelar->setText(QApplication::translate("PedidoClienteBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00968 Q_UNUSED(PedidoClienteBase);
00969 }
00970
00971 };
00972
00973 namespace Ui {
00974 class PedidoClienteBase: public Ui_PedidoClienteBase {};
00975 }
00976
00977 #endif // UI_PEDIDOCLIENTEBASE_H