00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_REDIMENSIONAR_H
00011 #define UI_REDIMENSIONAR_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/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QLineEdit>
00021 #include <QtGui/QPushButton>
00022
00023 QT_BEGIN_NAMESPACE
00024
00025 class Ui_redimensionar
00026 {
00027 public:
00028 QLabel *label_4;
00029 QLineEdit *ENumAltura;
00030 QLabel *LAltura;
00031 QLabel *label_8;
00032 QLabel *label_3;
00033 QLineEdit *ENumAnchura;
00034 QLabel *label_6;
00035 QLabel *label_7;
00036 QLineEdit *EAltura;
00037 QLabel *label_2;
00038 QLabel *label_5;
00039 QLineEdit *EAnchura;
00040 QLabel *LAnchura;
00041 QLabel *label;
00042 QPushButton *BAceptar;
00043 QPushButton *BRechazar;
00044
00045 void setupUi(QDialog *redimensionar)
00046 {
00047 if (redimensionar->objectName().isEmpty())
00048 redimensionar->setObjectName(QString::fromUtf8("redimensionar"));
00049 redimensionar->resize(340, 385);
00050 label_4 = new QLabel(redimensionar);
00051 label_4->setObjectName(QString::fromUtf8("label_4"));
00052 label_4->setGeometry(QRect(30, 140, 191, 17));
00053 QFont font;
00054 font.setBold(true);
00055 font.setWeight(75);
00056 label_4->setFont(font);
00057 ENumAltura = new QLineEdit(redimensionar);
00058 ENumAltura->setObjectName(QString::fromUtf8("ENumAltura"));
00059 ENumAltura->setGeometry(QRect(240, 290, 61, 21));
00060 LAltura = new QLabel(redimensionar);
00061 LAltura->setObjectName(QString::fromUtf8("LAltura"));
00062 LAltura->setGeometry(QRect(240, 100, 71, 21));
00063 label_8 = new QLabel(redimensionar);
00064 label_8->setObjectName(QString::fromUtf8("label_8"));
00065 label_8->setGeometry(QRect(80, 290, 121, 17));
00066 label_3 = new QLabel(redimensionar);
00067 label_3->setObjectName(QString::fromUtf8("label_3"));
00068 label_3->setGeometry(QRect(80, 100, 62, 17));
00069 ENumAnchura = new QLineEdit(redimensionar);
00070 ENumAnchura->setObjectName(QString::fromUtf8("ENumAnchura"));
00071 ENumAnchura->setGeometry(QRect(240, 250, 61, 21));
00072 label_6 = new QLabel(redimensionar);
00073 label_6->setObjectName(QString::fromUtf8("label_6"));
00074 label_6->setGeometry(QRect(80, 210, 91, 17));
00075 label_7 = new QLabel(redimensionar);
00076 label_7->setObjectName(QString::fromUtf8("label_7"));
00077 label_7->setGeometry(QRect(80, 250, 141, 17));
00078 EAltura = new QLineEdit(redimensionar);
00079 EAltura->setObjectName(QString::fromUtf8("EAltura"));
00080 EAltura->setGeometry(QRect(240, 210, 61, 21));
00081 label_2 = new QLabel(redimensionar);
00082 label_2->setObjectName(QString::fromUtf8("label_2"));
00083 label_2->setGeometry(QRect(80, 60, 62, 17));
00084 label_5 = new QLabel(redimensionar);
00085 label_5->setObjectName(QString::fromUtf8("label_5"));
00086 label_5->setGeometry(QRect(80, 170, 111, 17));
00087 EAnchura = new QLineEdit(redimensionar);
00088 EAnchura->setObjectName(QString::fromUtf8("EAnchura"));
00089 EAnchura->setGeometry(QRect(240, 170, 61, 21));
00090 LAnchura = new QLabel(redimensionar);
00091 LAnchura->setObjectName(QString::fromUtf8("LAnchura"));
00092 LAnchura->setGeometry(QRect(240, 60, 71, 21));
00093 label = new QLabel(redimensionar);
00094 label->setObjectName(QString::fromUtf8("label"));
00095 label->setGeometry(QRect(30, 30, 191, 17));
00096 label->setFont(font);
00097 label->setWordWrap(false);
00098 BAceptar = new QPushButton(redimensionar);
00099 BAceptar->setObjectName(QString::fromUtf8("BAceptar"));
00100 BAceptar->setGeometry(QRect(170, 340, 93, 27));
00101 BRechazar = new QPushButton(redimensionar);
00102 BRechazar->setObjectName(QString::fromUtf8("BRechazar"));
00103 BRechazar->setGeometry(QRect(60, 340, 93, 27));
00104 QWidget::setTabOrder(EAnchura, EAltura);
00105 QWidget::setTabOrder(EAltura, ENumAnchura);
00106 QWidget::setTabOrder(ENumAnchura, ENumAltura);
00107 QWidget::setTabOrder(ENumAltura, BAceptar);
00108 QWidget::setTabOrder(BAceptar, BRechazar);
00109
00110 retranslateUi(redimensionar);
00111
00112 QMetaObject::connectSlotsByName(redimensionar);
00113 }
00114
00115 void retranslateUi(QDialog *redimensionar)
00116 {
00117 redimensionar->setWindowTitle(QApplication::translate("redimensionar", "Redimensionar Mapa", 0, QApplication::UnicodeUTF8));
00118 label_4->setText(QApplication::translate("redimensionar", "Nuevo tama\303\261o del mapa:", 0, QApplication::UnicodeUTF8));
00119 LAltura->setText(QApplication::translate("redimensionar", "TextLabel", 0, QApplication::UnicodeUTF8));
00120 label_8->setText(QApplication::translate("redimensionar", "N\302\272 tiles a lo alto:", 0, QApplication::UnicodeUTF8));
00121 label_3->setText(QApplication::translate("redimensionar", "Altura:", 0, QApplication::UnicodeUTF8));
00122 label_6->setText(QApplication::translate("redimensionar", "Altura Tile:", 0, QApplication::UnicodeUTF8));
00123 label_7->setText(QApplication::translate("redimensionar", "N\302\272 tiles a lo ancho:", 0, QApplication::UnicodeUTF8));
00124 label_2->setText(QApplication::translate("redimensionar", "Anchura:", 0, QApplication::UnicodeUTF8));
00125 label_5->setText(QApplication::translate("redimensionar", "Anchura Tile:", 0, QApplication::UnicodeUTF8));
00126 LAnchura->setText(QApplication::translate("redimensionar", "TextLabel", 0, QApplication::UnicodeUTF8));
00127 label->setText(QApplication::translate("redimensionar", "Tama\303\261o actual del mapa:", 0, QApplication::UnicodeUTF8));
00128 BAceptar->setText(QApplication::translate("redimensionar", "Aceptar", 0, QApplication::UnicodeUTF8));
00129 BRechazar->setText(QApplication::translate("redimensionar", "Cancelar", 0, QApplication::UnicodeUTF8));
00130 }
00131
00132 };
00133
00134 namespace Ui {
00135 class redimensionar: public Ui_redimensionar {};
00136 }
00137
00138 QT_END_NAMESPACE
00139
00140 #endif // UI_REDIMENSIONAR_H