00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_DUPLICARASIENTOBASE_H
00011 #define UI_DUPLICARASIENTOBASE_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QDialog>
00018 #include <QtGui/QGridLayout>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QHBoxLayout>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QRadioButton>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QVBoxLayout>
00027 #include "busquedafecha.h"
00028
00029 class Ui_DuplicarAsientoBase
00030 {
00031 public:
00032 QVBoxLayout *vboxLayout;
00033 QGroupBox *groupBox_3;
00034 QHBoxLayout *hboxLayout;
00035 QGridLayout *gridLayout;
00036 QLabel *textLabel1_3_2_2;
00037 QLineEdit *aoinicial;
00038 QLabel *textLabel1;
00039 QLabel *textLabel1_2;
00040 QLineEdit *aofinal;
00041 BusquedaFecha *foinicial;
00042 QGroupBox *groupBox;
00043 QVBoxLayout *vboxLayout1;
00044 QHBoxLayout *hboxLayout1;
00045 QLabel *textLabel1_3_2;
00046 BusquedaFecha *fdinicial;
00047 QGroupBox *groupBox_2;
00048 QVBoxLayout *vboxLayout2;
00049 QHBoxLayout *hboxLayout2;
00050 QSpacerItem *spacerItem;
00051 QRadioButton *radioButton1;
00052 QRadioButton *radioButton1_2;
00053 QSpacerItem *spacerItem1;
00054 QSpacerItem *spacerItem2;
00055 QHBoxLayout *hboxLayout3;
00056 QSpacerItem *spacerItem3;
00057 QPushButton *mui_aceptar;
00058 QPushButton *mui_cerrar;
00059
00060 void setupUi(QDialog *DuplicarAsientoBase)
00061 {
00062 DuplicarAsientoBase->setObjectName(QString::fromUtf8("DuplicarAsientoBase"));
00063 DuplicarAsientoBase->setWindowIcon(QIcon(QString::fromUtf8(":/BulmaCont32x32/images/png/i_bulmages.png")));
00064 vboxLayout = new QVBoxLayout(DuplicarAsientoBase);
00065 vboxLayout->setSpacing(6);
00066 vboxLayout->setMargin(9);
00067 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00068 groupBox_3 = new QGroupBox(DuplicarAsientoBase);
00069 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00070 hboxLayout = new QHBoxLayout(groupBox_3);
00071 hboxLayout->setSpacing(5);
00072 hboxLayout->setMargin(5);
00073 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00074 gridLayout = new QGridLayout();
00075 gridLayout->setSpacing(6);
00076 gridLayout->setMargin(0);
00077 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00078 textLabel1_3_2_2 = new QLabel(groupBox_3);
00079 textLabel1_3_2_2->setObjectName(QString::fromUtf8("textLabel1_3_2_2"));
00080
00081 gridLayout->addWidget(textLabel1_3_2_2, 1, 0, 1, 1);
00082
00083 aoinicial = new QLineEdit(groupBox_3);
00084 aoinicial->setObjectName(QString::fromUtf8("aoinicial"));
00085
00086 gridLayout->addWidget(aoinicial, 0, 1, 1, 1);
00087
00088 textLabel1 = new QLabel(groupBox_3);
00089 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00090
00091 gridLayout->addWidget(textLabel1, 0, 0, 1, 1);
00092
00093 textLabel1_2 = new QLabel(groupBox_3);
00094 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00095
00096 gridLayout->addWidget(textLabel1_2, 0, 2, 1, 1);
00097
00098 aofinal = new QLineEdit(groupBox_3);
00099 aofinal->setObjectName(QString::fromUtf8("aofinal"));
00100
00101 gridLayout->addWidget(aofinal, 0, 3, 1, 1);
00102
00103 foinicial = new BusquedaFecha(groupBox_3);
00104 foinicial->setObjectName(QString::fromUtf8("foinicial"));
00105 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(13), static_cast<QSizePolicy::Policy>(0));
00106 sizePolicy.setHorizontalStretch(0);
00107 sizePolicy.setVerticalStretch(0);
00108 sizePolicy.setHeightForWidth(foinicial->sizePolicy().hasHeightForWidth());
00109 foinicial->setSizePolicy(sizePolicy);
00110
00111 gridLayout->addWidget(foinicial, 1, 1, 1, 1);
00112
00113
00114 hboxLayout->addLayout(gridLayout);
00115
00116
00117 vboxLayout->addWidget(groupBox_3);
00118
00119 groupBox = new QGroupBox(DuplicarAsientoBase);
00120 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00121 vboxLayout1 = new QVBoxLayout(groupBox);
00122 vboxLayout1->setSpacing(6);
00123 vboxLayout1->setMargin(9);
00124 vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
00125 hboxLayout1 = new QHBoxLayout();
00126 hboxLayout1->setSpacing(6);
00127 hboxLayout1->setMargin(0);
00128 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00129 textLabel1_3_2 = new QLabel(groupBox);
00130 textLabel1_3_2->setObjectName(QString::fromUtf8("textLabel1_3_2"));
00131 textLabel1_3_2->setLayoutDirection(Qt::LeftToRight);
00132 textLabel1_3_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00133
00134 hboxLayout1->addWidget(textLabel1_3_2);
00135
00136 fdinicial = new BusquedaFecha(groupBox);
00137 fdinicial->setObjectName(QString::fromUtf8("fdinicial"));
00138 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
00139 sizePolicy1.setHorizontalStretch(0);
00140 sizePolicy1.setVerticalStretch(0);
00141 sizePolicy1.setHeightForWidth(fdinicial->sizePolicy().hasHeightForWidth());
00142 fdinicial->setSizePolicy(sizePolicy1);
00143
00144 hboxLayout1->addWidget(fdinicial);
00145
00146
00147 vboxLayout1->addLayout(hboxLayout1);
00148
00149 groupBox_2 = new QGroupBox(groupBox);
00150 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00151 vboxLayout2 = new QVBoxLayout(groupBox_2);
00152 vboxLayout2->setSpacing(5);
00153 vboxLayout2->setMargin(5);
00154 vboxLayout2->setObjectName(QString::fromUtf8("vboxLayout2"));
00155 hboxLayout2 = new QHBoxLayout();
00156 hboxLayout2->setSpacing(6);
00157 hboxLayout2->setMargin(0);
00158 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00159 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00160
00161 hboxLayout2->addItem(spacerItem);
00162
00163 radioButton1 = new QRadioButton(groupBox_2);
00164 radioButton1->setObjectName(QString::fromUtf8("radioButton1"));
00165
00166 hboxLayout2->addWidget(radioButton1);
00167
00168 radioButton1_2 = new QRadioButton(groupBox_2);
00169 radioButton1_2->setObjectName(QString::fromUtf8("radioButton1_2"));
00170 radioButton1_2->setChecked(true);
00171
00172 hboxLayout2->addWidget(radioButton1_2);
00173
00174 spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00175
00176 hboxLayout2->addItem(spacerItem1);
00177
00178
00179 vboxLayout2->addLayout(hboxLayout2);
00180
00181
00182 vboxLayout1->addWidget(groupBox_2);
00183
00184
00185 vboxLayout->addWidget(groupBox);
00186
00187 spacerItem2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Ignored);
00188
00189 vboxLayout->addItem(spacerItem2);
00190
00191 hboxLayout3 = new QHBoxLayout();
00192 hboxLayout3->setSpacing(6);
00193 hboxLayout3->setMargin(0);
00194 hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00195 spacerItem3 = new QSpacerItem(241, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00196
00197 hboxLayout3->addItem(spacerItem3);
00198
00199 mui_aceptar = new QPushButton(DuplicarAsientoBase);
00200 mui_aceptar->setObjectName(QString::fromUtf8("mui_aceptar"));
00201 mui_aceptar->setAutoDefault(false);
00202
00203 hboxLayout3->addWidget(mui_aceptar);
00204
00205 mui_cerrar = new QPushButton(DuplicarAsientoBase);
00206 mui_cerrar->setObjectName(QString::fromUtf8("mui_cerrar"));
00207 mui_cerrar->setAutoDefault(false);
00208
00209 hboxLayout3->addWidget(mui_cerrar);
00210
00211
00212 vboxLayout->addLayout(hboxLayout3);
00213
00214
00215 retranslateUi(DuplicarAsientoBase);
00216
00217 QSize size(571, 275);
00218 size = size.expandedTo(DuplicarAsientoBase->minimumSizeHint());
00219 DuplicarAsientoBase->resize(size);
00220
00221 QObject::connect(mui_cerrar, SIGNAL(clicked()), DuplicarAsientoBase, SLOT(close()));
00222
00223 QMetaObject::connectSlotsByName(DuplicarAsientoBase);
00224 }
00225
00226 void retranslateUi(QDialog *DuplicarAsientoBase)
00227 {
00228 DuplicarAsientoBase->setWindowTitle(QApplication::translate("DuplicarAsientoBase", "Duplicar Asientos", 0, QApplication::UnicodeUTF8));
00229 groupBox_3->setTitle(QApplication::translate("DuplicarAsientoBase", "Origen:", 0, QApplication::UnicodeUTF8));
00230 textLabel1_3_2_2->setText(QApplication::translate("DuplicarAsientoBase", "Fecha inicial:", 0, QApplication::UnicodeUTF8));
00231 textLabel1->setText(QApplication::translate("DuplicarAsientoBase", "Asiento inicial:", 0, QApplication::UnicodeUTF8));
00232 textLabel1_2->setText(QApplication::translate("DuplicarAsientoBase", "Asiento final:", 0, QApplication::UnicodeUTF8));
00233 groupBox->setTitle(QApplication::translate("DuplicarAsientoBase", "Destino:", 0, QApplication::UnicodeUTF8));
00234 textLabel1_3_2->setText(QApplication::translate("DuplicarAsientoBase", "Fecha con la que quedar\303\241 el asiento:", 0, QApplication::UnicodeUTF8));
00235 groupBox_2->setTitle(QApplication::translate("DuplicarAsientoBase", "Tratamiento de la fecha:", 0, QApplication::UnicodeUTF8));
00236 radioButton1->setText(QApplication::translate("DuplicarAsientoBase", "Todos con la misma fecha", 0, QApplication::UnicodeUTF8));
00237 radioButton1_2->setText(QApplication::translate("DuplicarAsientoBase", "Mantener distacia entre fechas", 0, QApplication::UnicodeUTF8));
00238 mui_aceptar->setText(QApplication::translate("DuplicarAsientoBase", "&Aceptar", 0, QApplication::UnicodeUTF8));
00239 mui_cerrar->setText(QApplication::translate("DuplicarAsientoBase", "&Cerrar", 0, QApplication::UnicodeUTF8));
00240 Q_UNUSED(DuplicarAsientoBase);
00241 }
00242
00243 };
00244
00245 namespace Ui {
00246 class DuplicarAsientoBase: public Ui_DuplicarAsientoBase {};
00247 }
00248
00249 #endif // UI_DUPLICARASIENTOBASE_H