00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_INCIDENCIACOMERCIALBASE_H
00011 #define UI_INCIDENCIACOMERCIALBASE_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 "busquedaestadoincidencia.h"
00027 #include "busquedafecha.h"
00028 #include "busquedatrabajador.h"
00029
00030 class Ui_IncidenciaComercialBase
00031 {
00032 public:
00033 QVBoxLayout *vboxLayout;
00034 QHBoxLayout *hboxLayout;
00035 QHBoxLayout *hboxLayout1;
00036 QLabel *textLabel1_2_2_3_8;
00037 BusquedaFecha *mui_fechaincidenciacomercial;
00038 QSpacerItem *spacerItem;
00039 QHBoxLayout *hboxLayout2;
00040 QLabel *textLabel1_2_2_3_6;
00041 QLineEdit *mui_refincidenciacomercial;
00042 QToolButton *mui_informereferencia_2;
00043 QHBoxLayout *hboxLayout3;
00044 QLabel *textLabel1_2_2_3_9;
00045 QLineEdit *mui_horaincidenciacomercial;
00046 QSpacerItem *spacerItem1;
00047 QHBoxLayout *hboxLayout4;
00048 QHBoxLayout *hboxLayout5;
00049 QLabel *textLabel1_2_2_3_11;
00050 BusquedaCliente *mui_idcliente;
00051 QHBoxLayout *hboxLayout6;
00052 QLabel *textLabel1_2_2_3_7;
00053 BusquedaTrabajador *mui_idtrabajador;
00054 QSpacerItem *spacerItem2;
00055 QHBoxLayout *hboxLayout7;
00056 QHBoxLayout *hboxLayout8;
00057 QLabel *textLabel1_2_2_3_12;
00058 BusquedaEstadoIncidencia *mui_estadoincidenciacomercial;
00059 QSpacerItem *spacerItem3;
00060 QLabel *textLabel1_2_2_3_5;
00061 QTextEdit *mui_comentincidenciacomercial;
00062
00063 void setupUi(QWidget *IncidenciaComercialBase)
00064 {
00065 IncidenciaComercialBase->setObjectName(QString::fromUtf8("IncidenciaComercialBase"));
00066 IncidenciaComercialBase->setWindowIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_ventas_facturas.48x48.png")));
00067 vboxLayout = new QVBoxLayout(IncidenciaComercialBase);
00068 vboxLayout->setSpacing(5);
00069 vboxLayout->setMargin(5);
00070 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00071 hboxLayout = new QHBoxLayout();
00072 hboxLayout->setSpacing(6);
00073 hboxLayout->setMargin(0);
00074 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00075 hboxLayout1 = new QHBoxLayout();
00076 hboxLayout1->setSpacing(6);
00077 hboxLayout1->setMargin(0);
00078 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00079 textLabel1_2_2_3_8 = new QLabel(IncidenciaComercialBase);
00080 textLabel1_2_2_3_8->setObjectName(QString::fromUtf8("textLabel1_2_2_3_8"));
00081 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00082 sizePolicy.setHorizontalStretch(0);
00083 sizePolicy.setVerticalStretch(0);
00084 sizePolicy.setHeightForWidth(textLabel1_2_2_3_8->sizePolicy().hasHeightForWidth());
00085 textLabel1_2_2_3_8->setSizePolicy(sizePolicy);
00086
00087 hboxLayout1->addWidget(textLabel1_2_2_3_8);
00088
00089 mui_fechaincidenciacomercial = new BusquedaFecha(IncidenciaComercialBase);
00090 mui_fechaincidenciacomercial->setObjectName(QString::fromUtf8("mui_fechaincidenciacomercial"));
00091
00092 hboxLayout1->addWidget(mui_fechaincidenciacomercial);
00093
00094
00095 hboxLayout->addLayout(hboxLayout1);
00096
00097 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00098
00099 hboxLayout->addItem(spacerItem);
00100
00101 hboxLayout2 = new QHBoxLayout();
00102 hboxLayout2->setSpacing(6);
00103 hboxLayout2->setMargin(0);
00104 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00105 textLabel1_2_2_3_6 = new QLabel(IncidenciaComercialBase);
00106 textLabel1_2_2_3_6->setObjectName(QString::fromUtf8("textLabel1_2_2_3_6"));
00107 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00108 sizePolicy1.setHorizontalStretch(0);
00109 sizePolicy1.setVerticalStretch(0);
00110 sizePolicy1.setHeightForWidth(textLabel1_2_2_3_6->sizePolicy().hasHeightForWidth());
00111 textLabel1_2_2_3_6->setSizePolicy(sizePolicy1);
00112
00113 hboxLayout2->addWidget(textLabel1_2_2_3_6);
00114
00115 mui_refincidenciacomercial = new QLineEdit(IncidenciaComercialBase);
00116 mui_refincidenciacomercial->setObjectName(QString::fromUtf8("mui_refincidenciacomercial"));
00117
00118 hboxLayout2->addWidget(mui_refincidenciacomercial);
00119
00120 mui_informereferencia_2 = new QToolButton(IncidenciaComercialBase);
00121 mui_informereferencia_2->setObjectName(QString::fromUtf8("mui_informereferencia_2"));
00122 mui_informereferencia_2->setMinimumSize(QSize(32, 32));
00123 mui_informereferencia_2->setIcon(QIcon(QString::fromUtf8(":/Bulmafact48x48/images/png/48x48/i_bulmages_informexreferencia.48x48.png")));
00124 mui_informereferencia_2->setIconSize(QSize(32, 32));
00125
00126 hboxLayout2->addWidget(mui_informereferencia_2);
00127
00128
00129 hboxLayout->addLayout(hboxLayout2);
00130
00131
00132 vboxLayout->addLayout(hboxLayout);
00133
00134 hboxLayout3 = new QHBoxLayout();
00135 hboxLayout3->setSpacing(6);
00136 hboxLayout3->setMargin(0);
00137 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00138 textLabel1_2_2_3_9 = new QLabel(IncidenciaComercialBase);
00139 textLabel1_2_2_3_9->setObjectName(QString::fromUtf8("textLabel1_2_2_3_9"));
00140 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00141 sizePolicy2.setHorizontalStretch(0);
00142 sizePolicy2.setVerticalStretch(0);
00143 sizePolicy2.setHeightForWidth(textLabel1_2_2_3_9->sizePolicy().hasHeightForWidth());
00144 textLabel1_2_2_3_9->setSizePolicy(sizePolicy2);
00145
00146 hboxLayout3->addWidget(textLabel1_2_2_3_9);
00147
00148 mui_horaincidenciacomercial = new QLineEdit(IncidenciaComercialBase);
00149 mui_horaincidenciacomercial->setObjectName(QString::fromUtf8("mui_horaincidenciacomercial"));
00150
00151 hboxLayout3->addWidget(mui_horaincidenciacomercial);
00152
00153 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00154
00155 hboxLayout3->addItem(spacerItem1);
00156
00157
00158 vboxLayout->addLayout(hboxLayout3);
00159
00160 hboxLayout4 = new QHBoxLayout();
00161 hboxLayout4->setSpacing(6);
00162 hboxLayout4->setMargin(0);
00163 hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00164 hboxLayout5 = new QHBoxLayout();
00165 hboxLayout5->setSpacing(6);
00166 hboxLayout5->setMargin(0);
00167 hboxLayout5->setObjectName(QString::fromUtf8("hboxLayout5"));
00168 textLabel1_2_2_3_11 = new QLabel(IncidenciaComercialBase);
00169 textLabel1_2_2_3_11->setObjectName(QString::fromUtf8("textLabel1_2_2_3_11"));
00170 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00171 sizePolicy3.setHorizontalStretch(0);
00172 sizePolicy3.setVerticalStretch(0);
00173 sizePolicy3.setHeightForWidth(textLabel1_2_2_3_11->sizePolicy().hasHeightForWidth());
00174 textLabel1_2_2_3_11->setSizePolicy(sizePolicy3);
00175
00176 hboxLayout5->addWidget(textLabel1_2_2_3_11);
00177
00178 mui_idcliente = new BusquedaCliente(IncidenciaComercialBase);
00179 mui_idcliente->setObjectName(QString::fromUtf8("mui_idcliente"));
00180
00181 hboxLayout5->addWidget(mui_idcliente);
00182
00183
00184 hboxLayout4->addLayout(hboxLayout5);
00185
00186 hboxLayout6 = new QHBoxLayout();
00187 hboxLayout6->setSpacing(6);
00188 hboxLayout6->setMargin(0);
00189 hboxLayout6->setObjectName(QString::fromUtf8("hboxLayout6"));
00190 textLabel1_2_2_3_7 = new QLabel(IncidenciaComercialBase);
00191 textLabel1_2_2_3_7->setObjectName(QString::fromUtf8("textLabel1_2_2_3_7"));
00192 QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00193 sizePolicy4.setHorizontalStretch(0);
00194 sizePolicy4.setVerticalStretch(0);
00195 sizePolicy4.setHeightForWidth(textLabel1_2_2_3_7->sizePolicy().hasHeightForWidth());
00196 textLabel1_2_2_3_7->setSizePolicy(sizePolicy4);
00197
00198 hboxLayout6->addWidget(textLabel1_2_2_3_7);
00199
00200 mui_idtrabajador = new BusquedaTrabajador(IncidenciaComercialBase);
00201 mui_idtrabajador->setObjectName(QString::fromUtf8("mui_idtrabajador"));
00202
00203 hboxLayout6->addWidget(mui_idtrabajador);
00204
00205
00206 hboxLayout4->addLayout(hboxLayout6);
00207
00208 spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00209
00210 hboxLayout4->addItem(spacerItem2);
00211
00212
00213 vboxLayout->addLayout(hboxLayout4);
00214
00215 hboxLayout7 = new QHBoxLayout();
00216 hboxLayout7->setSpacing(6);
00217 hboxLayout7->setMargin(0);
00218 hboxLayout7->setObjectName(QString::fromUtf8("hboxLayout7"));
00219 hboxLayout8 = new QHBoxLayout();
00220 hboxLayout8->setSpacing(6);
00221 hboxLayout8->setMargin(0);
00222 hboxLayout8->setObjectName(QString::fromUtf8("hboxLayout8"));
00223 textLabel1_2_2_3_12 = new QLabel(IncidenciaComercialBase);
00224 textLabel1_2_2_3_12->setObjectName(QString::fromUtf8("textLabel1_2_2_3_12"));
00225 QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00226 sizePolicy5.setHorizontalStretch(0);
00227 sizePolicy5.setVerticalStretch(0);
00228 sizePolicy5.setHeightForWidth(textLabel1_2_2_3_12->sizePolicy().hasHeightForWidth());
00229 textLabel1_2_2_3_12->setSizePolicy(sizePolicy5);
00230
00231 hboxLayout8->addWidget(textLabel1_2_2_3_12);
00232
00233 mui_estadoincidenciacomercial = new BusquedaEstadoIncidencia(IncidenciaComercialBase);
00234 mui_estadoincidenciacomercial->setObjectName(QString::fromUtf8("mui_estadoincidenciacomercial"));
00235
00236 hboxLayout8->addWidget(mui_estadoincidenciacomercial);
00237
00238
00239 hboxLayout7->addLayout(hboxLayout8);
00240
00241 spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00242
00243 hboxLayout7->addItem(spacerItem3);
00244
00245
00246 vboxLayout->addLayout(hboxLayout7);
00247
00248 textLabel1_2_2_3_5 = new QLabel(IncidenciaComercialBase);
00249 textLabel1_2_2_3_5->setObjectName(QString::fromUtf8("textLabel1_2_2_3_5"));
00250 QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(5));
00251 sizePolicy6.setHorizontalStretch(0);
00252 sizePolicy6.setVerticalStretch(0);
00253 sizePolicy6.setHeightForWidth(textLabel1_2_2_3_5->sizePolicy().hasHeightForWidth());
00254 textLabel1_2_2_3_5->setSizePolicy(sizePolicy6);
00255
00256 vboxLayout->addWidget(textLabel1_2_2_3_5);
00257
00258 mui_comentincidenciacomercial = new QTextEdit(IncidenciaComercialBase);
00259 mui_comentincidenciacomercial->setObjectName(QString::fromUtf8("mui_comentincidenciacomercial"));
00260
00261 vboxLayout->addWidget(mui_comentincidenciacomercial);
00262
00263 textLabel1_2_2_3_8->setBuddy(mui_fechaincidenciacomercial);
00264 textLabel1_2_2_3_6->setBuddy(mui_refincidenciacomercial);
00265 textLabel1_2_2_3_9->setBuddy(mui_refincidenciacomercial);
00266 textLabel1_2_2_3_11->setBuddy(mui_idcliente);
00267 textLabel1_2_2_3_7->setBuddy(mui_idtrabajador);
00268 textLabel1_2_2_3_12->setBuddy(mui_estadoincidenciacomercial);
00269 textLabel1_2_2_3_5->setBuddy(mui_comentincidenciacomercial);
00270
00271 retranslateUi(IncidenciaComercialBase);
00272
00273 QSize size(613, 414);
00274 size = size.expandedTo(IncidenciaComercialBase->minimumSizeHint());
00275 IncidenciaComercialBase->resize(size);
00276
00277
00278 QMetaObject::connectSlotsByName(IncidenciaComercialBase);
00279 }
00280
00281 void retranslateUi(QWidget *IncidenciaComercialBase)
00282 {
00283 IncidenciaComercialBase->setWindowTitle(QApplication::translate("IncidenciaComercialBase", "Ruta comercial", 0, QApplication::UnicodeUTF8));
00284 textLabel1_2_2_3_8->setText(QApplication::translate("IncidenciaComercialBase", "Fecha de la incidencia:", 0, QApplication::UnicodeUTF8));
00285 textLabel1_2_2_3_6->setText(QApplication::translate("IncidenciaComercialBase", "Referencia", 0, QApplication::UnicodeUTF8));
00286 mui_informereferencia_2->setToolTip(QApplication::translate("IncidenciaComercialBase", "Informe por Referencia", 0, QApplication::UnicodeUTF8));
00287 mui_informereferencia_2->setWhatsThis(QApplication::translate("IncidenciaComercialBase", "Informe por Referencia", 0, QApplication::UnicodeUTF8));
00288 mui_informereferencia_2->setText(QString());
00289 textLabel1_2_2_3_9->setText(QApplication::translate("IncidenciaComercialBase", "Hora:", 0, QApplication::UnicodeUTF8));
00290 textLabel1_2_2_3_11->setText(QApplication::translate("IncidenciaComercialBase", "Cliente:", 0, QApplication::UnicodeUTF8));
00291 textLabel1_2_2_3_7->setText(QApplication::translate("IncidenciaComercialBase", "Trabajador:", 0, QApplication::UnicodeUTF8));
00292 textLabel1_2_2_3_12->setText(QApplication::translate("IncidenciaComercialBase", "Estado de la incidencia:", 0, QApplication::UnicodeUTF8));
00293 textLabel1_2_2_3_5->setText(QApplication::translate("IncidenciaComercialBase", "Comentarios:", 0, QApplication::UnicodeUTF8));
00294 Q_UNUSED(IncidenciaComercialBase);
00295 }
00296
00297 };
00298
00299 namespace Ui {
00300 class IncidenciaComercialBase: public Ui_IncidenciaComercialBase {};
00301 }
00302
00303 #endif // UI_INCIDENCIACOMERCIALBASE_H