00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_COMERCIALCLIENTEBASE_H
00011 #define UI_COMERCIALCLIENTEBASE_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/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QTextEdit>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025 #include "busquedaperiodo.h"
00026 #include "busquedazonacomercial.h"
00027
00028 class Ui_ComercialClienteBase
00029 {
00030 public:
00031 QVBoxLayout *vboxLayout;
00032 QGroupBox *groupBox;
00033 QHBoxLayout *hboxLayout;
00034 QGridLayout *gridLayout;
00035 BusquedaPeriodo *mui_periodocomercialcliente;
00036 BusquedaFecha *mui_fechabasecomercialcliente;
00037 QLabel *label_K4_4;
00038 QLabel *label_K4_3;
00039 BusquedaZonaComercial *mui_idzonacomercial;
00040 QLabel *label_K4_2;
00041 QVBoxLayout *vboxLayout1;
00042 QLabel *label_K4;
00043 QTextEdit *mui_comentcomercialcliente;
00044
00045 void setupUi(QWidget *ComercialClienteBase)
00046 {
00047 ComercialClienteBase->setObjectName(QString::fromUtf8("ComercialClienteBase"));
00048 vboxLayout = new QVBoxLayout(ComercialClienteBase);
00049 vboxLayout->setSpacing(5);
00050 vboxLayout->setMargin(5);
00051 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00052 groupBox = new QGroupBox(ComercialClienteBase);
00053 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00054 hboxLayout = new QHBoxLayout(groupBox);
00055 hboxLayout->setSpacing(5);
00056 hboxLayout->setMargin(5);
00057 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00058 gridLayout = new QGridLayout();
00059 gridLayout->setSpacing(6);
00060 gridLayout->setMargin(0);
00061 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00062 mui_periodocomercialcliente = new BusquedaPeriodo(groupBox);
00063 mui_periodocomercialcliente->setObjectName(QString::fromUtf8("mui_periodocomercialcliente"));
00064
00065 gridLayout->addWidget(mui_periodocomercialcliente, 2, 1, 1, 1);
00066
00067 mui_fechabasecomercialcliente = new BusquedaFecha(groupBox);
00068 mui_fechabasecomercialcliente->setObjectName(QString::fromUtf8("mui_fechabasecomercialcliente"));
00069
00070 gridLayout->addWidget(mui_fechabasecomercialcliente, 1, 1, 1, 1);
00071
00072 label_K4_4 = new QLabel(groupBox);
00073 label_K4_4->setObjectName(QString::fromUtf8("label_K4_4"));
00074 label_K4_4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00075
00076 gridLayout->addWidget(label_K4_4, 2, 0, 1, 1);
00077
00078 label_K4_3 = new QLabel(groupBox);
00079 label_K4_3->setObjectName(QString::fromUtf8("label_K4_3"));
00080 label_K4_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00081
00082 gridLayout->addWidget(label_K4_3, 1, 0, 1, 1);
00083
00084 mui_idzonacomercial = new BusquedaZonaComercial(groupBox);
00085 mui_idzonacomercial->setObjectName(QString::fromUtf8("mui_idzonacomercial"));
00086
00087 gridLayout->addWidget(mui_idzonacomercial, 0, 1, 1, 1);
00088
00089 label_K4_2 = new QLabel(groupBox);
00090 label_K4_2->setObjectName(QString::fromUtf8("label_K4_2"));
00091 label_K4_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00092
00093 gridLayout->addWidget(label_K4_2, 0, 0, 1, 1);
00094
00095
00096 hboxLayout->addLayout(gridLayout);
00097
00098
00099 vboxLayout->addWidget(groupBox);
00100
00101 vboxLayout1 = new QVBoxLayout();
00102 vboxLayout1->setSpacing(5);
00103 vboxLayout1->setMargin(0);
00104 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00105 label_K4 = new QLabel(ComercialClienteBase);
00106 label_K4->setObjectName(QString::fromUtf8("label_K4"));
00107
00108 vboxLayout1->addWidget(label_K4);
00109
00110 mui_comentcomercialcliente = new QTextEdit(ComercialClienteBase);
00111 mui_comentcomercialcliente->setObjectName(QString::fromUtf8("mui_comentcomercialcliente"));
00112
00113 vboxLayout1->addWidget(mui_comentcomercialcliente);
00114
00115
00116 vboxLayout->addLayout(vboxLayout1);
00117
00118
00119 retranslateUi(ComercialClienteBase);
00120
00121 QSize size(520, 363);
00122 size = size.expandedTo(ComercialClienteBase->minimumSizeHint());
00123 ComercialClienteBase->resize(size);
00124
00125
00126 QMetaObject::connectSlotsByName(ComercialClienteBase);
00127 }
00128
00129 void retranslateUi(QWidget *ComercialClienteBase)
00130 {
00131 ComercialClienteBase->setWindowTitle(QApplication::translate("ComercialClienteBase", "Form", 0, QApplication::UnicodeUTF8));
00132 groupBox->setTitle(QApplication::translate("ComercialClienteBase", "Datos comerciales:", 0, QApplication::UnicodeUTF8));
00133 label_K4_4->setText(QApplication::translate("ComercialClienteBase", "Periodo de visitas:", 0, QApplication::UnicodeUTF8));
00134 label_K4_3->setText(QApplication::translate("ComercialClienteBase", "Fecha base:", 0, QApplication::UnicodeUTF8));
00135 label_K4_2->setText(QApplication::translate("ComercialClienteBase", "Zona comercial:", 0, QApplication::UnicodeUTF8));
00136 label_K4->setText(QApplication::translate("ComercialClienteBase", "Comentarios comerciales:", 0, QApplication::UnicodeUTF8));
00137 Q_UNUSED(ComercialClienteBase);
00138 }
00139
00140 };
00141
00142 namespace Ui {
00143 class ComercialClienteBase: public Ui_ComercialClienteBase {};
00144 }
00145
00146 #endif // UI_COMERCIALCLIENTEBASE_H