00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_APLINTELIGENTESBASE_H
00011 #define UI_APLINTELIGENTESBASE_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QFrame>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QHBoxLayout>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSpacerItem>
00025 #include <QtGui/QToolButton>
00026 #include <QtGui/QVBoxLayout>
00027 #include <QtGui/QWidget>
00028 #include "busquedafecha.h"
00029
00030 class Ui_AplInteligentesBase
00031 {
00032 public:
00033 QVBoxLayout *vboxLayout;
00034 QHBoxLayout *hboxLayout;
00035 QLabel *label;
00036 QFrame *frame;
00037 QGridLayout *gridLayout;
00038 QSpacerItem *spacerItem;
00039 QToolButton *toolButton;
00040 QFrame *frame_2;
00041 QGridLayout *gridLayout1;
00042 QComboBox *mui_comboainteligentes;
00043 BusquedaFecha *fechaasiento;
00044 QLabel *textLabel1_2;
00045 QLabel *textLabel1;
00046 QSpacerItem *spacerItem1;
00047 QSpacerItem *spacerItem2;
00048 QGroupBox *mui_datosAsiento;
00049 QHBoxLayout *hboxLayout1;
00050 QSpacerItem *spacerItem3;
00051 QPushButton *mui_aceptar;
00052 QPushButton *mui_cancelar;
00053
00054 void setupUi(QWidget *AplInteligentesBase)
00055 {
00056 AplInteligentesBase->setObjectName(QString::fromUtf8("AplInteligentesBase"));
00057 AplInteligentesBase->setWindowIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/wizard.png")));
00058 vboxLayout = new QVBoxLayout(AplInteligentesBase);
00059 vboxLayout->setSpacing(5);
00060 vboxLayout->setMargin(5);
00061 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00062 hboxLayout = new QHBoxLayout();
00063 hboxLayout->setSpacing(5);
00064 hboxLayout->setMargin(0);
00065 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00066 label = new QLabel(AplInteligentesBase);
00067 label->setObjectName(QString::fromUtf8("label"));
00068 label->setMinimumSize(QSize(48, 48));
00069 label->setMaximumSize(QSize(48, 48));
00070 label->setPixmap(QPixmap(QString::fromUtf8(":/BulmaCont32x32/images/png/wizard.png")));
00071 label->setScaledContents(true);
00072
00073 hboxLayout->addWidget(label);
00074
00075 frame = new QFrame(AplInteligentesBase);
00076 frame->setObjectName(QString::fromUtf8("frame"));
00077 frame->setFrameShape(QFrame::StyledPanel);
00078 frame->setFrameShadow(QFrame::Raised);
00079 gridLayout = new QGridLayout(frame);
00080 gridLayout->setSpacing(5);
00081 gridLayout->setMargin(5);
00082 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00083 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00084
00085 gridLayout->addItem(spacerItem, 0, 1, 1, 1);
00086
00087 toolButton = new QToolButton(frame);
00088 toolButton->setObjectName(QString::fromUtf8("toolButton"));
00089 toolButton->setMinimumSize(QSize(32, 32));
00090 toolButton->setMaximumSize(QSize(32, 32));
00091 toolButton->setIcon(QIcon(QString::fromUtf8(":/Genericos32x32/images/png/i_save.xpm")));
00092 toolButton->setIconSize(QSize(32, 32));
00093
00094 gridLayout->addWidget(toolButton, 0, 0, 1, 1);
00095
00096
00097 hboxLayout->addWidget(frame);
00098
00099
00100 vboxLayout->addLayout(hboxLayout);
00101
00102 frame_2 = new QFrame(AplInteligentesBase);
00103 frame_2->setObjectName(QString::fromUtf8("frame_2"));
00104 frame_2->setFrameShape(QFrame::StyledPanel);
00105 frame_2->setFrameShadow(QFrame::Raised);
00106 gridLayout1 = new QGridLayout(frame_2);
00107 gridLayout1->setSpacing(5);
00108 gridLayout1->setMargin(5);
00109 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00110 mui_comboainteligentes = new QComboBox(frame_2);
00111 mui_comboainteligentes->setObjectName(QString::fromUtf8("mui_comboainteligentes"));
00112 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00113 sizePolicy.setHorizontalStretch(0);
00114 sizePolicy.setVerticalStretch(0);
00115 sizePolicy.setHeightForWidth(mui_comboainteligentes->sizePolicy().hasHeightForWidth());
00116 mui_comboainteligentes->setSizePolicy(sizePolicy);
00117 mui_comboainteligentes->setAutoCompletion(true);
00118 mui_comboainteligentes->setDuplicatesEnabled(false);
00119
00120 gridLayout1->addWidget(mui_comboainteligentes, 0, 1, 1, 2);
00121
00122 fechaasiento = new BusquedaFecha(frame_2);
00123 fechaasiento->setObjectName(QString::fromUtf8("fechaasiento"));
00124 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00125 sizePolicy1.setHorizontalStretch(0);
00126 sizePolicy1.setVerticalStretch(0);
00127 sizePolicy1.setHeightForWidth(fechaasiento->sizePolicy().hasHeightForWidth());
00128 fechaasiento->setSizePolicy(sizePolicy1);
00129 fechaasiento->setMaximumSize(QSize(150, 32767));
00130
00131 gridLayout1->addWidget(fechaasiento, 1, 1, 1, 1);
00132
00133 textLabel1_2 = new QLabel(frame_2);
00134 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00135 textLabel1_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00136
00137 gridLayout1->addWidget(textLabel1_2, 1, 0, 1, 1);
00138
00139 textLabel1 = new QLabel(frame_2);
00140 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00141 textLabel1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00142
00143 gridLayout1->addWidget(textLabel1, 0, 0, 1, 1);
00144
00145 spacerItem1 = new QSpacerItem(201, 25, QSizePolicy::Expanding, QSizePolicy::Minimum);
00146
00147 gridLayout1->addItem(spacerItem1, 1, 2, 1, 2);
00148
00149 spacerItem2 = new QSpacerItem(111, 21, QSizePolicy::Expanding, QSizePolicy::Minimum);
00150
00151 gridLayout1->addItem(spacerItem2, 0, 3, 1, 1);
00152
00153
00154 vboxLayout->addWidget(frame_2);
00155
00156 mui_datosAsiento = new QGroupBox(AplInteligentesBase);
00157 mui_datosAsiento->setObjectName(QString::fromUtf8("mui_datosAsiento"));
00158 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(7));
00159 sizePolicy2.setHorizontalStretch(0);
00160 sizePolicy2.setVerticalStretch(0);
00161 sizePolicy2.setHeightForWidth(mui_datosAsiento->sizePolicy().hasHeightForWidth());
00162 mui_datosAsiento->setSizePolicy(sizePolicy2);
00163
00164 vboxLayout->addWidget(mui_datosAsiento);
00165
00166 hboxLayout1 = new QHBoxLayout();
00167 hboxLayout1->setSpacing(5);
00168 hboxLayout1->setMargin(0);
00169 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00170 spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00171
00172 hboxLayout1->addItem(spacerItem3);
00173
00174 mui_aceptar = new QPushButton(AplInteligentesBase);
00175 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00176 mui_aceptar->setFocusPolicy(Qt::NoFocus);
00177
00178 hboxLayout1->addWidget(mui_aceptar);
00179
00180 mui_cancelar = new QPushButton(AplInteligentesBase);
00181 mui_cancelar->setObjectName(QString::fromUtf8("mui_cancelar"));
00182 mui_cancelar->setFocusPolicy(Qt::NoFocus);
00183 mui_cancelar->setAutoDefault(false);
00184
00185 hboxLayout1->addWidget(mui_cancelar);
00186
00187
00188 vboxLayout->addLayout(hboxLayout1);
00189
00190 textLabel1_2->setBuddy(fechaasiento);
00191 textLabel1->setBuddy(mui_comboainteligentes);
00192 QWidget::setTabOrder(mui_comboainteligentes, fechaasiento);
00193 QWidget::setTabOrder(fechaasiento, mui_cancelar);
00194
00195 retranslateUi(AplInteligentesBase);
00196
00197 QSize size(541, 461);
00198 size = size.expandedTo(AplInteligentesBase->minimumSizeHint());
00199 AplInteligentesBase->resize(size);
00200
00201 QObject::connect(mui_cancelar, SIGNAL(clicked()), AplInteligentesBase, SLOT(close()));
00202
00203 QMetaObject::connectSlotsByName(AplInteligentesBase);
00204 }
00205
00206 void retranslateUi(QWidget *AplInteligentesBase)
00207 {
00208 AplInteligentesBase->setWindowTitle(QApplication::translate("AplInteligentesBase", "Aplicar Asiento Inteligente", 0, QApplication::UnicodeUTF8));
00209 toolButton->setShortcut(QApplication::translate("AplInteligentesBase", "Ctrl+S", 0, QApplication::UnicodeUTF8));
00210 textLabel1_2->setText(QApplication::translate("AplInteligentesBase", "&Fecha del asiento:", 0, QApplication::UnicodeUTF8));
00211 textLabel1->setText(QApplication::translate("AplInteligentesBase", "&Plantilla:", 0, QApplication::UnicodeUTF8));
00212 mui_datosAsiento->setTitle(QApplication::translate("AplInteligentesBase", "Datos del asiento:", 0, QApplication::UnicodeUTF8));
00213 mui_aceptar->setText(QApplication::translate("AplInteligentesBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00214 mui_cancelar->setText(QApplication::translate("AplInteligentesBase", "&Cancelar", 0, QApplication::UnicodeUTF8));
00215 Q_UNUSED(AplInteligentesBase);
00216 }
00217
00218 };
00219
00220 namespace Ui {
00221 class AplInteligentesBase: public Ui_AplInteligentesBase {};
00222 }
00223
00224 #endif // UI_APLINTELIGENTESBASE_H