![]() |
OpenAlbum 1.0.b
|
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'fondoportadawizard.ui' 00003 ** 00004 ** Created: Tue Mar 27 16:11:49 2012 00005 ** by: Qt User Interface Compiler version 4.7.0 00006 ** 00007 ** WARNING! All changes made in this file will be lost when recompiling UI file! 00008 ********************************************************************************/ 00009 00010 #ifndef UI_FONDOPORTADAWIZARD_H 00011 #define UI_FONDOPORTADAWIZARD_H 00012 00013 #include <QtCore/QVariant> 00014 #include <QtGui/QAction> 00015 #include <QtGui/QApplication> 00016 #include <QtGui/QButtonGroup> 00017 #include <QtGui/QGroupBox> 00018 #include <QtGui/QHeaderView> 00019 #include <QtGui/QLabel> 00020 #include <QtGui/QPushButton> 00021 #include <QtGui/QWizardPage> 00022 00023 QT_BEGIN_NAMESPACE 00024 00025 class Ui_fondoPortadaWizard 00026 { 00027 public: 00028 QPushButton *pushFondo; 00029 QLabel *label; 00030 QPushButton *pushFrontal; 00031 QPushButton *pushTrasera; 00032 QLabel *labelFrontal; 00033 QLabel *labelTrasera; 00034 QGroupBox *groupBox; 00035 QGroupBox *groupBox_2; 00036 QGroupBox *groupBox_3; 00037 00038 void setupUi(QWizardPage *fondoPortadaWizard) 00039 { 00040 if (fondoPortadaWizard->objectName().isEmpty()) 00041 fondoPortadaWizard->setObjectName(QString::fromUtf8("fondoPortadaWizard")); 00042 fondoPortadaWizard->resize(491, 280); 00043 QIcon icon; 00044 icon.addFile(QString::fromUtf8("../../../data/iconlargue.png"), QSize(), QIcon::Normal, QIcon::Off); 00045 fondoPortadaWizard->setWindowIcon(icon); 00046 pushFondo = new QPushButton(fondoPortadaWizard); 00047 pushFondo->setObjectName(QString::fromUtf8("pushFondo")); 00048 pushFondo->setGeometry(QRect(40, 35, 131, 27)); 00049 label = new QLabel(fondoPortadaWizard); 00050 label->setObjectName(QString::fromUtf8("label")); 00051 label->setGeometry(QRect(190, 35, 251, 31)); 00052 label->setWordWrap(true); 00053 pushFrontal = new QPushButton(fondoPortadaWizard); 00054 pushFrontal->setObjectName(QString::fromUtf8("pushFrontal")); 00055 pushFrontal->setGeometry(QRect(40, 125, 131, 27)); 00056 pushTrasera = new QPushButton(fondoPortadaWizard); 00057 pushTrasera->setObjectName(QString::fromUtf8("pushTrasera")); 00058 pushTrasera->setGeometry(QRect(40, 215, 131, 27)); 00059 labelFrontal = new QLabel(fondoPortadaWizard); 00060 labelFrontal->setObjectName(QString::fromUtf8("labelFrontal")); 00061 labelFrontal->setGeometry(QRect(190, 125, 251, 31)); 00062 labelFrontal->setWordWrap(true); 00063 labelTrasera = new QLabel(fondoPortadaWizard); 00064 labelTrasera->setObjectName(QString::fromUtf8("labelTrasera")); 00065 labelTrasera->setGeometry(QRect(190, 215, 251, 31)); 00066 labelTrasera->setWordWrap(true); 00067 groupBox = new QGroupBox(fondoPortadaWizard); 00068 groupBox->setObjectName(QString::fromUtf8("groupBox")); 00069 groupBox->setGeometry(QRect(30, 20, 421, 61)); 00070 groupBox_2 = new QGroupBox(fondoPortadaWizard); 00071 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); 00072 groupBox_2->setGeometry(QRect(30, 110, 421, 61)); 00073 groupBox_3 = new QGroupBox(fondoPortadaWizard); 00074 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3")); 00075 groupBox_3->setGeometry(QRect(30, 200, 421, 61)); 00076 groupBox_3->raise(); 00077 groupBox->raise(); 00078 groupBox_2->raise(); 00079 pushFondo->raise(); 00080 label->raise(); 00081 pushFrontal->raise(); 00082 pushTrasera->raise(); 00083 labelFrontal->raise(); 00084 labelTrasera->raise(); 00085 00086 retranslateUi(fondoPortadaWizard); 00087 QObject::connect(pushFondo, SIGNAL(clicked()), fondoPortadaWizard, SLOT(elegirFondo())); 00088 QObject::connect(pushTrasera, SIGNAL(clicked()), fondoPortadaWizard, SLOT(elegirImagenTrasera())); 00089 QObject::connect(pushFrontal, SIGNAL(clicked()), fondoPortadaWizard, SLOT(elegirImagenFrontal())); 00090 00091 QMetaObject::connectSlotsByName(fondoPortadaWizard); 00092 } // setupUi 00093 00094 void retranslateUi(QWizardPage *fondoPortadaWizard) 00095 { 00096 fondoPortadaWizard->setWindowTitle(QApplication::translate("fondoPortadaWizard", "WizardPage", 0, QApplication::UnicodeUTF8)); 00097 pushFondo->setText(QApplication::translate("fondoPortadaWizard", "Introducir &Fondo", 0, QApplication::UnicodeUTF8)); 00098 label->setText(QApplication::translate("fondoPortadaWizard", "Selecciona un color, imagen o textura para el fondo de tu portada.", 0, QApplication::UnicodeUTF8)); 00099 pushFrontal->setText(QApplication::translate("fondoPortadaWizard", "&Imagen Frontal", 0, QApplication::UnicodeUTF8)); 00100 pushTrasera->setText(QApplication::translate("fondoPortadaWizard", "Imagen &Trasera", 0, QApplication::UnicodeUTF8)); 00101 labelFrontal->setText(QApplication::translate("fondoPortadaWizard", "Selecciona una imagen para el frontal de tu portada.", 0, QApplication::UnicodeUTF8)); 00102 labelTrasera->setText(QApplication::translate("fondoPortadaWizard", "Selecciona una imagen para la trasera de tu portada.", 0, QApplication::UnicodeUTF8)); 00103 groupBox->setTitle(QString()); 00104 groupBox_2->setTitle(QString()); 00105 groupBox_3->setTitle(QString()); 00106 } // retranslateUi 00107 00108 }; 00109 00110 namespace Ui { 00111 class fondoPortadaWizard: public Ui_fondoPortadaWizard {}; 00112 } // namespace Ui 00113 00114 QT_END_NAMESPACE 00115 00116 #endif // UI_FONDOPORTADAWIZARD_H