![]() |
OpenAlbum 1.0.b
|
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'portadawizard.ui' 00003 ** 00004 ** Created: Tue Mar 27 16:11:50 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_PORTADAWIZARD_H 00011 #define UI_PORTADAWIZARD_H 00012 00013 #include <QtCore/QVariant> 00014 #include <QtGui/QAction> 00015 #include <QtGui/QApplication> 00016 #include <QtGui/QButtonGroup> 00017 #include <QtGui/QGraphicsView> 00018 #include <QtGui/QGroupBox> 00019 #include <QtGui/QHeaderView> 00020 #include <QtGui/QLabel> 00021 #include <QtGui/QPushButton> 00022 #include <QtGui/QTreeWidget> 00023 #include <QtGui/QWizardPage> 00024 00025 QT_BEGIN_NAMESPACE 00026 00027 class Ui_portadaWizard 00028 { 00029 public: 00030 QGraphicsView *visorPlantillas; 00031 QTreeWidget *selectorPlantillas; 00032 QPushButton *pushTexto; 00033 QLabel *label; 00034 QGroupBox *groupBox; 00035 QGroupBox *groupBox_2; 00036 00037 void setupUi(QWizardPage *portadaWizard) 00038 { 00039 if (portadaWizard->objectName().isEmpty()) 00040 portadaWizard->setObjectName(QString::fromUtf8("portadaWizard")); 00041 portadaWizard->resize(501, 285); 00042 QIcon icon; 00043 icon.addFile(QString::fromUtf8("../../../data/iconlargue.png"), QSize(), QIcon::Normal, QIcon::Off); 00044 portadaWizard->setWindowIcon(icon); 00045 visorPlantillas = new QGraphicsView(portadaWizard); 00046 visorPlantillas->setObjectName(QString::fromUtf8("visorPlantillas")); 00047 visorPlantillas->setGeometry(QRect(50, 45, 127, 104)); 00048 visorPlantillas->setStyleSheet(QString::fromUtf8("background: transparent; border: none")); 00049 visorPlantillas->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 00050 visorPlantillas->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 00051 selectorPlantillas = new QTreeWidget(portadaWizard); 00052 QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem(); 00053 __qtreewidgetitem->setText(0, QString::fromUtf8("Plantillas")); 00054 selectorPlantillas->setHeaderItem(__qtreewidgetitem); 00055 selectorPlantillas->setObjectName(QString::fromUtf8("selectorPlantillas")); 00056 selectorPlantillas->setGeometry(QRect(210, 35, 241, 121)); 00057 pushTexto = new QPushButton(portadaWizard); 00058 pushTexto->setObjectName(QString::fromUtf8("pushTexto")); 00059 pushTexto->setEnabled(false); 00060 pushTexto->setGeometry(QRect(47, 213, 141, 27)); 00061 label = new QLabel(portadaWizard); 00062 label->setObjectName(QString::fromUtf8("label")); 00063 label->setEnabled(false); 00064 label->setGeometry(QRect(205, 200, 241, 51)); 00065 label->setWordWrap(true); 00066 groupBox = new QGroupBox(portadaWizard); 00067 groupBox->setObjectName(QString::fromUtf8("groupBox")); 00068 groupBox->setGeometry(QRect(30, 10, 431, 161)); 00069 groupBox_2 = new QGroupBox(portadaWizard); 00070 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); 00071 groupBox_2->setEnabled(false); 00072 groupBox_2->setGeometry(QRect(30, 190, 431, 61)); 00073 groupBox->raise(); 00074 groupBox_2->raise(); 00075 visorPlantillas->raise(); 00076 selectorPlantillas->raise(); 00077 pushTexto->raise(); 00078 label->raise(); 00079 00080 retranslateUi(portadaWizard); 00081 QObject::connect(selectorPlantillas, SIGNAL(itemSelectionChanged()), portadaWizard, SLOT(visualizarPlantillas())); 00082 QObject::connect(pushTexto, SIGNAL(clicked()), portadaWizard, SLOT(IntroducirTexto())); 00083 00084 QMetaObject::connectSlotsByName(portadaWizard); 00085 } // setupUi 00086 00087 void retranslateUi(QWizardPage *portadaWizard) 00088 { 00089 portadaWizard->setWindowTitle(QApplication::translate("portadaWizard", "WizardPage", 0, QApplication::UnicodeUTF8)); 00090 QTreeWidgetItem *___qtreewidgetitem = selectorPlantillas->headerItem(); 00091 ___qtreewidgetitem->setText(1, QApplication::translate("portadaWizard", "Editable", 0, QApplication::UnicodeUTF8)); 00092 pushTexto->setText(QApplication::translate("portadaWizard", "Introducir &Texto", 0, QApplication::UnicodeUTF8)); 00093 label->setText(QApplication::translate("portadaWizard", "Introduce texto para tu portada, si la plantilla lo requiere.", 0, QApplication::UnicodeUTF8)); 00094 groupBox->setTitle(QApplication::translate("portadaWizard", "Elige una plantilla", 0, QApplication::UnicodeUTF8)); 00095 groupBox_2->setTitle(QApplication::translate("portadaWizard", "Introduce texto", 0, QApplication::UnicodeUTF8)); 00096 } // retranslateUi 00097 00098 }; 00099 00100 namespace Ui { 00101 class portadaWizard: public Ui_portadaWizard {}; 00102 } // namespace Ui 00103 00104 QT_END_NAMESPACE 00105 00106 #endif // UI_PORTADAWIZARD_H