00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_RUTACOMERCIALBASE_H
00011 #define UI_RUTACOMERCIALBASE_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHBoxLayout>
00018 #include <QtGui/QLabel>
00019 #include <QtGui/QLineEdit>
00020 #include <QtGui/QSpacerItem>
00021 #include <QtGui/QTextEdit>
00022 #include <QtGui/QToolButton>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025 #include "busquedacliente.h"
00026 #include "busquedafecha.h"
00027
00028 class Ui_RutaComercialBase
00029 {
00030 public:
00031 QVBoxLayout *vboxLayout;
00032 QHBoxLayout *hboxLayout;
00033 QHBoxLayout *hboxLayout1;
00034 QLabel *textLabel1_2_2_3_9;
00035 BusquedaFecha *mui_fecharutacomercial;
00036 QSpacerItem *spacerItem;
00037 QHBoxLayout *hboxLayout2;
00038 QLabel *textLabel1_2_2_3_3;
00039 QLineEdit *mui_refrutacomercial;
00040 QToolButton *mui_informereferencia;
00041 QHBoxLayout *hboxLayout3;
00042 QLabel *textLabel1_2_2_3_5;
00043 QLineEdit *mui_horarutacomercial;
00044 QSpacerItem *spacerItem1;
00045 QHBoxLayout *hboxLayout4;
00046 QHBoxLayout *hboxLayout5;
00047 QLabel *textLabel1_2_2_3_10;
00048 BusquedaCliente *mui_idcliente;
00049 QSpacerItem *spacerItem2;
00050 QVBoxLayout *vboxLayout1;
00051 QLabel *textLabel1_2_2_3_4;
00052 QTextEdit *mui_comentrutacomercial;
00053
00054 void setupUi(QWidget *RutaComercialBase)
00055 {
00056 RutaComercialBase->setObjectName(QString::fromUtf8("RutaComercialBase"));
00057 RutaComercialBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_facturas.48x48.png")));
00058 vboxLayout = new QVBoxLayout(RutaComercialBase);
00059 vboxLayout->setSpacing(5);
00060 vboxLayout->setMargin(5);
00061 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00062 hboxLayout = new QHBoxLayout();
00063 hboxLayout->setSpacing(6);
00064 hboxLayout->setMargin(0);
00065 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00066 hboxLayout1 = new QHBoxLayout();
00067 hboxLayout1->setSpacing(6);
00068 hboxLayout1->setMargin(0);
00069 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00070 textLabel1_2_2_3_9 = new QLabel(RutaComercialBase);
00071 textLabel1_2_2_3_9->setObjectName(QString::fromUtf8("textLabel1_2_2_3_9"));
00072 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00073 sizePolicy.setHorizontalStretch(0);
00074 sizePolicy.setVerticalStretch(0);
00075 sizePolicy.setHeightForWidth(textLabel1_2_2_3_9->sizePolicy().hasHeightForWidth());
00076 textLabel1_2_2_3_9->setSizePolicy(sizePolicy);
00077
00078 hboxLayout1->addWidget(textLabel1_2_2_3_9);
00079
00080 mui_fecharutacomercial = new BusquedaFecha(RutaComercialBase);
00081 mui_fecharutacomercial->setObjectName(QString::fromUtf8("mui_fecharutacomercial"));
00082
00083 hboxLayout1->addWidget(mui_fecharutacomercial);
00084
00085
00086 hboxLayout->addLayout(hboxLayout1);
00087
00088 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00089
00090 hboxLayout->addItem(spacerItem);
00091
00092 hboxLayout2 = new QHBoxLayout();
00093 hboxLayout2->setSpacing(6);
00094 hboxLayout2->setMargin(0);
00095 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00096 textLabel1_2_2_3_3 = new QLabel(RutaComercialBase);
00097 textLabel1_2_2_3_3->setObjectName(QString::fromUtf8("textLabel1_2_2_3_3"));
00098 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00099 sizePolicy1.setHorizontalStretch(0);
00100 sizePolicy1.setVerticalStretch(0);
00101 sizePolicy1.setHeightForWidth(textLabel1_2_2_3_3->sizePolicy().hasHeightForWidth());
00102 textLabel1_2_2_3_3->setSizePolicy(sizePolicy1);
00103
00104 hboxLayout2->addWidget(textLabel1_2_2_3_3);
00105
00106 mui_refrutacomercial = new QLineEdit(RutaComercialBase);
00107 mui_refrutacomercial->setObjectName(QString::fromUtf8("mui_refrutacomercial"));
00108
00109 hboxLayout2->addWidget(mui_refrutacomercial);
00110
00111 mui_informereferencia = new QToolButton(RutaComercialBase);
00112 mui_informereferencia->setObjectName(QString::fromUtf8("mui_informereferencia"));
00113 mui_informereferencia->setMinimumSize(QSize(32, 32));
00114 mui_informereferencia->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_informexreferencia.48x48.png")));
00115 mui_informereferencia->setIconSize(QSize(32, 32));
00116
00117 hboxLayout2->addWidget(mui_informereferencia);
00118
00119
00120 hboxLayout->addLayout(hboxLayout2);
00121
00122
00123 vboxLayout->addLayout(hboxLayout);
00124
00125 hboxLayout3 = new QHBoxLayout();
00126 hboxLayout3->setSpacing(6);
00127 hboxLayout3->setMargin(0);
00128 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00129 textLabel1_2_2_3_5 = new QLabel(RutaComercialBase);
00130 textLabel1_2_2_3_5->setObjectName(QString::fromUtf8("textLabel1_2_2_3_5"));
00131 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00132 sizePolicy2.setHorizontalStretch(0);
00133 sizePolicy2.setVerticalStretch(0);
00134 sizePolicy2.setHeightForWidth(textLabel1_2_2_3_5->sizePolicy().hasHeightForWidth());
00135 textLabel1_2_2_3_5->setSizePolicy(sizePolicy2);
00136
00137 hboxLayout3->addWidget(textLabel1_2_2_3_5);
00138
00139 mui_horarutacomercial = new QLineEdit(RutaComercialBase);
00140 mui_horarutacomercial->setObjectName(QString::fromUtf8("mui_horarutacomercial"));
00141
00142 hboxLayout3->addWidget(mui_horarutacomercial);
00143
00144 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00145
00146 hboxLayout3->addItem(spacerItem1);
00147
00148
00149 vboxLayout->addLayout(hboxLayout3);
00150
00151 hboxLayout4 = new QHBoxLayout();
00152 hboxLayout4->setSpacing(6);
00153 hboxLayout4->setMargin(0);
00154 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00155 hboxLayout5 = new QHBoxLayout();
00156 hboxLayout5->setSpacing(6);
00157 hboxLayout5->setMargin(0);
00158 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00159 textLabel1_2_2_3_10 = new QLabel(RutaComercialBase);
00160 textLabel1_2_2_3_10->setObjectName(QString::fromUtf8("textLabel1_2_2_3_10"));
00161 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00162 sizePolicy3.setHorizontalStretch(0);
00163 sizePolicy3.setVerticalStretch(0);
00164 sizePolicy3.setHeightForWidth(textLabel1_2_2_3_10->sizePolicy().hasHeightForWidth());
00165 textLabel1_2_2_3_10->setSizePolicy(sizePolicy3);
00166
00167 hboxLayout5->addWidget(textLabel1_2_2_3_10);
00168
00169 mui_idcliente = new BusquedaCliente(RutaComercialBase);
00170 mui_idcliente->setObjectName(QString::fromUtf8("mui_idcliente"));
00171
00172 hboxLayout5->addWidget(mui_idcliente);
00173
00174
00175 hboxLayout4->addLayout(hboxLayout5);
00176
00177 spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00178
00179 hboxLayout4->addItem(spacerItem2);
00180
00181
00182 vboxLayout->addLayout(hboxLayout4);
00183
00184 vboxLayout1 = new QVBoxLayout();
00185 vboxLayout1->setSpacing(5);
00186 vboxLayout1->setMargin(0);
00187 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00188 textLabel1_2_2_3_4 = new QLabel(RutaComercialBase);
00189 textLabel1_2_2_3_4->setObjectName(QString::fromUtf8("textLabel1_2_2_3_4"));
00190 QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00191 sizePolicy4.setHorizontalStretch(0);
00192 sizePolicy4.setVerticalStretch(0);
00193 sizePolicy4.setHeightForWidth(textLabel1_2_2_3_4->sizePolicy().hasHeightForWidth());
00194 textLabel1_2_2_3_4->setSizePolicy(sizePolicy4);
00195
00196 vboxLayout1->addWidget(textLabel1_2_2_3_4);
00197
00198 mui_comentrutacomercial = new QTextEdit(RutaComercialBase);
00199 mui_comentrutacomercial->setObjectName(QString::fromUtf8("mui_comentrutacomercial"));
00200
00201 vboxLayout1->addWidget(mui_comentrutacomercial);
00202
00203
00204 vboxLayout->addLayout(vboxLayout1);
00205
00206 textLabel1_2_2_3_9->setBuddy(mui_fecharutacomercial);
00207 textLabel1_2_2_3_3->setBuddy(mui_refrutacomercial);
00208 textLabel1_2_2_3_5->setBuddy(mui_refrutacomercial);
00209 textLabel1_2_2_3_10->setBuddy(mui_idcliente);
00210 textLabel1_2_2_3_4->setBuddy(mui_comentrutacomercial);
00211
00212 retranslateUi(RutaComercialBase);
00213
00214 QSize size(545, 398);
00215 size = size.expandedTo(RutaComercialBase->minimumSizeHint());
00216 RutaComercialBase->resize(size);
00217
00218
00219 QMetaObject::connectSlotsByName(RutaComercialBase);
00220 }
00221
00222 void retranslateUi(QWidget *RutaComercialBase)
00223 {
00224 RutaComercialBase->setWindowTitle(QApplication::translate("RutaComercialBase", "Ruta comercial", 0, QApplication::UnicodeUTF8));
00225 textLabel1_2_2_3_9->setText(QApplication::translate("RutaComercialBase", "Fecha ruta:", 0, QApplication::UnicodeUTF8));
00226 textLabel1_2_2_3_3->setText(QApplication::translate("RutaComercialBase", "Referencia:", 0, QApplication::UnicodeUTF8));
00227 mui_informereferencia->setToolTip(QApplication::translate("RutaComercialBase", "Informe por Referencia", 0, QApplication::UnicodeUTF8));
00228 mui_informereferencia->setWhatsThis(QApplication::translate("RutaComercialBase", "Informe por Referencia", 0, QApplication::UnicodeUTF8));
00229 mui_informereferencia->setText(QString());
00230 textLabel1_2_2_3_5->setText(QApplication::translate("RutaComercialBase", "Hora:", 0, QApplication::UnicodeUTF8));
00231 textLabel1_2_2_3_10->setText(QApplication::translate("RutaComercialBase", "Cliente:", 0, QApplication::UnicodeUTF8));
00232 textLabel1_2_2_3_4->setText(QApplication::translate("RutaComercialBase", "Comentarios:", 0, QApplication::UnicodeUTF8));
00233 Q_UNUSED(RutaComercialBase);
00234 }
00235
00236 };
00237
00238 namespace Ui {
00239 class RutaComercialBase: public Ui_RutaComercialBase {};
00240 }
00241
00242 #endif // UI_RUTACOMERCIALBASE_H