OpenAlbum 1.0.b

/home/manuel/PFC/open-album/OpenAlbum-Unix/ui_dialogtextopagina.h

00001 /********************************************************************************
00002 ** Form generated from reading UI file 'dialogtextopagina.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_DIALOGTEXTOPAGINA_H
00011 #define UI_DIALOGTEXTOPAGINA_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QDialog>
00019 #include <QtGui/QFontComboBox>
00020 #include <QtGui/QGraphicsView>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHeaderView>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QTabWidget>
00027 #include <QtGui/QWidget>
00028 
00029 QT_BEGIN_NAMESPACE
00030 
00031 class Ui_DialogTextoPagina
00032 {
00033 public:
00034     QTabWidget *tabTexto;
00035     QWidget *texto_1;
00036     QLineEdit *lineEditTexto1;
00037     QFontComboBox *fuenteT1;
00038     QPushButton *colorT1;
00039     QCheckBox *negritaT1;
00040     QCheckBox *cursivaT1;
00041     QCheckBox *subrayadoT1;
00042     QGraphicsView *viewPlantilla1;
00043     QGroupBox *groupBoxT1_2;
00044     QGroupBox *groupBoxT1;
00045     QLabel *labelTexto1;
00046     QLabel *letra1;
00047     QWidget *texto_2;
00048     QPushButton *colorT2;
00049     QCheckBox *cursivaT2;
00050     QFontComboBox *fuenteT2;
00051     QCheckBox *negritaT2;
00052     QLineEdit *lineEditTexto2;
00053     QCheckBox *subrayadoT2;
00054     QGroupBox *groupBoxT2_2;
00055     QLabel *letra2;
00056     QGroupBox *groupBoxT2;
00057     QLabel *labelTexto2;
00058     QGraphicsView *viewPlantilla2;
00059     QWidget *texto_3;
00060     QPushButton *colorT3;
00061     QCheckBox *cursivaT3;
00062     QFontComboBox *fuenteT3;
00063     QCheckBox *negritaT3;
00064     QLineEdit *lineEditTexto3;
00065     QCheckBox *subrayadoT3;
00066     QGroupBox *groupBoxT3_2;
00067     QLabel *letra3;
00068     QGroupBox *groupBoxT3;
00069     QLabel *labelTexto3;
00070     QGraphicsView *viewPlantilla3;
00071     QWidget *texto_4;
00072     QPushButton *colorT4;
00073     QCheckBox *cursivaT4;
00074     QFontComboBox *fuenteT4;
00075     QCheckBox *negritaT4;
00076     QLineEdit *lineEditTexto4;
00077     QCheckBox *subrayadoT4;
00078     QGroupBox *groupBoxT4_2;
00079     QLabel *letra4;
00080     QGroupBox *groupBoxT4;
00081     QLabel *labelTexto4;
00082     QGraphicsView *viewPlantilla4;
00083     QPushButton *pushAceptar;
00084     QPushButton *pushCancelar;
00085 
00086     void setupUi(QDialog *DialogTextoPagina)
00087     {
00088         if (DialogTextoPagina->objectName().isEmpty())
00089             DialogTextoPagina->setObjectName(QString::fromUtf8("DialogTextoPagina"));
00090         DialogTextoPagina->resize(510, 390);
00091         QIcon icon;
00092         icon.addFile(QString::fromUtf8("../../../data/iconlargue.png"), QSize(), QIcon::Normal, QIcon::Off);
00093         DialogTextoPagina->setWindowIcon(icon);
00094         tabTexto = new QTabWidget(DialogTextoPagina);
00095         tabTexto->setObjectName(QString::fromUtf8("tabTexto"));
00096         tabTexto->setEnabled(true);
00097         tabTexto->setGeometry(QRect(10, 10, 481, 331));
00098         texto_1 = new QWidget();
00099         texto_1->setObjectName(QString::fromUtf8("texto_1"));
00100         texto_1->setEnabled(false);
00101         lineEditTexto1 = new QLineEdit(texto_1);
00102         lineEditTexto1->setObjectName(QString::fromUtf8("lineEditTexto1"));
00103         lineEditTexto1->setGeometry(QRect(31, 240, 411, 27));
00104         fuenteT1 = new QFontComboBox(texto_1);
00105         fuenteT1->setObjectName(QString::fromUtf8("fuenteT1"));
00106         fuenteT1->setGeometry(QRect(31, 40, 221, 27));
00107         colorT1 = new QPushButton(texto_1);
00108         colorT1->setObjectName(QString::fromUtf8("colorT1"));
00109         colorT1->setGeometry(QRect(160, 80, 94, 27));
00110         negritaT1 = new QCheckBox(texto_1);
00111         negritaT1->setObjectName(QString::fromUtf8("negritaT1"));
00112         negritaT1->setGeometry(QRect(160, 120, 94, 22));
00113         cursivaT1 = new QCheckBox(texto_1);
00114         cursivaT1->setObjectName(QString::fromUtf8("cursivaT1"));
00115         cursivaT1->setGeometry(QRect(160, 180, 94, 22));
00116         subrayadoT1 = new QCheckBox(texto_1);
00117         subrayadoT1->setObjectName(QString::fromUtf8("subrayadoT1"));
00118         subrayadoT1->setGeometry(QRect(160, 150, 101, 22));
00119         viewPlantilla1 = new QGraphicsView(texto_1);
00120         viewPlantilla1->setObjectName(QString::fromUtf8("viewPlantilla1"));
00121         viewPlantilla1->setGeometry(QRect(293, 97, 127, 104));
00122         viewPlantilla1->setStyleSheet(QString::fromUtf8("background: transparent; border:none"));
00123         viewPlantilla1->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00124         viewPlantilla1->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00125         groupBoxT1_2 = new QGroupBox(texto_1);
00126         groupBoxT1_2->setObjectName(QString::fromUtf8("groupBoxT1_2"));
00127         groupBoxT1_2->setGeometry(QRect(21, 10, 431, 201));
00128         groupBoxT1 = new QGroupBox(texto_1);
00129         groupBoxT1->setObjectName(QString::fromUtf8("groupBoxT1"));
00130         groupBoxT1->setGeometry(QRect(20, 220, 431, 61));
00131         labelTexto1 = new QLabel(texto_1);
00132         labelTexto1->setObjectName(QString::fromUtf8("labelTexto1"));
00133         labelTexto1->setGeometry(QRect(280, 30, 171, 51));
00134         labelTexto1->setWordWrap(true);
00135         letra1 = new QLabel(texto_1);
00136         letra1->setObjectName(QString::fromUtf8("letra1"));
00137         letra1->setGeometry(QRect(30, 80, 101, 121));
00138         QFont font;
00139         font.setPointSize(78);
00140         letra1->setFont(font);
00141         letra1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00142         tabTexto->addTab(texto_1, QString());
00143         groupBoxT1_2->raise();
00144         groupBoxT1->raise();
00145         lineEditTexto1->raise();
00146         fuenteT1->raise();
00147         colorT1->raise();
00148         negritaT1->raise();
00149         cursivaT1->raise();
00150         subrayadoT1->raise();
00151         viewPlantilla1->raise();
00152         labelTexto1->raise();
00153         letra1->raise();
00154         texto_2 = new QWidget();
00155         texto_2->setObjectName(QString::fromUtf8("texto_2"));
00156         texto_2->setEnabled(false);
00157         colorT2 = new QPushButton(texto_2);
00158         colorT2->setObjectName(QString::fromUtf8("colorT2"));
00159         colorT2->setGeometry(QRect(160, 80, 94, 27));
00160         cursivaT2 = new QCheckBox(texto_2);
00161         cursivaT2->setObjectName(QString::fromUtf8("cursivaT2"));
00162         cursivaT2->setGeometry(QRect(160, 180, 94, 22));
00163         fuenteT2 = new QFontComboBox(texto_2);
00164         fuenteT2->setObjectName(QString::fromUtf8("fuenteT2"));
00165         fuenteT2->setGeometry(QRect(31, 40, 221, 27));
00166         negritaT2 = new QCheckBox(texto_2);
00167         negritaT2->setObjectName(QString::fromUtf8("negritaT2"));
00168         negritaT2->setGeometry(QRect(160, 120, 94, 22));
00169         lineEditTexto2 = new QLineEdit(texto_2);
00170         lineEditTexto2->setObjectName(QString::fromUtf8("lineEditTexto2"));
00171         lineEditTexto2->setGeometry(QRect(31, 240, 411, 27));
00172         subrayadoT2 = new QCheckBox(texto_2);
00173         subrayadoT2->setObjectName(QString::fromUtf8("subrayadoT2"));
00174         subrayadoT2->setGeometry(QRect(160, 150, 101, 22));
00175         groupBoxT2_2 = new QGroupBox(texto_2);
00176         groupBoxT2_2->setObjectName(QString::fromUtf8("groupBoxT2_2"));
00177         groupBoxT2_2->setGeometry(QRect(21, 10, 431, 201));
00178         letra2 = new QLabel(texto_2);
00179         letra2->setObjectName(QString::fromUtf8("letra2"));
00180         letra2->setGeometry(QRect(30, 80, 101, 121));
00181         letra2->setFont(font);
00182         letra2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00183         groupBoxT2 = new QGroupBox(texto_2);
00184         groupBoxT2->setObjectName(QString::fromUtf8("groupBoxT2"));
00185         groupBoxT2->setGeometry(QRect(20, 220, 431, 61));
00186         labelTexto2 = new QLabel(texto_2);
00187         labelTexto2->setObjectName(QString::fromUtf8("labelTexto2"));
00188         labelTexto2->setGeometry(QRect(280, 30, 171, 51));
00189         labelTexto2->setWordWrap(true);
00190         viewPlantilla2 = new QGraphicsView(texto_2);
00191         viewPlantilla2->setObjectName(QString::fromUtf8("viewPlantilla2"));
00192         viewPlantilla2->setGeometry(QRect(293, 97, 127, 104));
00193         viewPlantilla2->setStyleSheet(QString::fromUtf8("background: transparent; border: none"));
00194         viewPlantilla2->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00195         viewPlantilla2->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00196         tabTexto->addTab(texto_2, QString());
00197         groupBoxT2_2->raise();
00198         colorT2->raise();
00199         cursivaT2->raise();
00200         fuenteT2->raise();
00201         negritaT2->raise();
00202         lineEditTexto2->raise();
00203         subrayadoT2->raise();
00204         letra2->raise();
00205         groupBoxT2->raise();
00206         labelTexto2->raise();
00207         viewPlantilla2->raise();
00208         texto_3 = new QWidget();
00209         texto_3->setObjectName(QString::fromUtf8("texto_3"));
00210         texto_3->setEnabled(false);
00211         colorT3 = new QPushButton(texto_3);
00212         colorT3->setObjectName(QString::fromUtf8("colorT3"));
00213         colorT3->setGeometry(QRect(160, 80, 94, 27));
00214         cursivaT3 = new QCheckBox(texto_3);
00215         cursivaT3->setObjectName(QString::fromUtf8("cursivaT3"));
00216         cursivaT3->setGeometry(QRect(160, 180, 94, 22));
00217         fuenteT3 = new QFontComboBox(texto_3);
00218         fuenteT3->setObjectName(QString::fromUtf8("fuenteT3"));
00219         fuenteT3->setGeometry(QRect(31, 40, 221, 27));
00220         negritaT3 = new QCheckBox(texto_3);
00221         negritaT3->setObjectName(QString::fromUtf8("negritaT3"));
00222         negritaT3->setGeometry(QRect(160, 120, 94, 22));
00223         lineEditTexto3 = new QLineEdit(texto_3);
00224         lineEditTexto3->setObjectName(QString::fromUtf8("lineEditTexto3"));
00225         lineEditTexto3->setGeometry(QRect(31, 240, 411, 27));
00226         subrayadoT3 = new QCheckBox(texto_3);
00227         subrayadoT3->setObjectName(QString::fromUtf8("subrayadoT3"));
00228         subrayadoT3->setGeometry(QRect(160, 150, 101, 22));
00229         groupBoxT3_2 = new QGroupBox(texto_3);
00230         groupBoxT3_2->setObjectName(QString::fromUtf8("groupBoxT3_2"));
00231         groupBoxT3_2->setGeometry(QRect(21, 10, 431, 201));
00232         letra3 = new QLabel(texto_3);
00233         letra3->setObjectName(QString::fromUtf8("letra3"));
00234         letra3->setGeometry(QRect(30, 80, 101, 121));
00235         letra3->setFont(font);
00236         letra3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00237         groupBoxT3 = new QGroupBox(texto_3);
00238         groupBoxT3->setObjectName(QString::fromUtf8("groupBoxT3"));
00239         groupBoxT3->setGeometry(QRect(20, 220, 431, 61));
00240         labelTexto3 = new QLabel(texto_3);
00241         labelTexto3->setObjectName(QString::fromUtf8("labelTexto3"));
00242         labelTexto3->setGeometry(QRect(280, 30, 171, 51));
00243         labelTexto3->setWordWrap(true);
00244         viewPlantilla3 = new QGraphicsView(texto_3);
00245         viewPlantilla3->setObjectName(QString::fromUtf8("viewPlantilla3"));
00246         viewPlantilla3->setGeometry(QRect(293, 97, 127, 104));
00247         viewPlantilla3->setStyleSheet(QString::fromUtf8("background: transparent; border: none"));
00248         viewPlantilla3->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00249         viewPlantilla3->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00250         tabTexto->addTab(texto_3, QString());
00251         groupBoxT3_2->raise();
00252         colorT3->raise();
00253         cursivaT3->raise();
00254         fuenteT3->raise();
00255         negritaT3->raise();
00256         lineEditTexto3->raise();
00257         subrayadoT3->raise();
00258         letra3->raise();
00259         groupBoxT3->raise();
00260         labelTexto3->raise();
00261         viewPlantilla3->raise();
00262         texto_4 = new QWidget();
00263         texto_4->setObjectName(QString::fromUtf8("texto_4"));
00264         texto_4->setEnabled(false);
00265         colorT4 = new QPushButton(texto_4);
00266         colorT4->setObjectName(QString::fromUtf8("colorT4"));
00267         colorT4->setGeometry(QRect(160, 80, 94, 27));
00268         cursivaT4 = new QCheckBox(texto_4);
00269         cursivaT4->setObjectName(QString::fromUtf8("cursivaT4"));
00270         cursivaT4->setGeometry(QRect(160, 180, 94, 22));
00271         fuenteT4 = new QFontComboBox(texto_4);
00272         fuenteT4->setObjectName(QString::fromUtf8("fuenteT4"));
00273         fuenteT4->setGeometry(QRect(31, 40, 221, 27));
00274         negritaT4 = new QCheckBox(texto_4);
00275         negritaT4->setObjectName(QString::fromUtf8("negritaT4"));
00276         negritaT4->setGeometry(QRect(160, 120, 94, 22));
00277         lineEditTexto4 = new QLineEdit(texto_4);
00278         lineEditTexto4->setObjectName(QString::fromUtf8("lineEditTexto4"));
00279         lineEditTexto4->setGeometry(QRect(31, 240, 411, 27));
00280         subrayadoT4 = new QCheckBox(texto_4);
00281         subrayadoT4->setObjectName(QString::fromUtf8("subrayadoT4"));
00282         subrayadoT4->setGeometry(QRect(160, 150, 101, 22));
00283         groupBoxT4_2 = new QGroupBox(texto_4);
00284         groupBoxT4_2->setObjectName(QString::fromUtf8("groupBoxT4_2"));
00285         groupBoxT4_2->setGeometry(QRect(21, 10, 431, 201));
00286         letra4 = new QLabel(texto_4);
00287         letra4->setObjectName(QString::fromUtf8("letra4"));
00288         letra4->setGeometry(QRect(30, 80, 101, 121));
00289         letra4->setFont(font);
00290         letra4->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00291         groupBoxT4 = new QGroupBox(texto_4);
00292         groupBoxT4->setObjectName(QString::fromUtf8("groupBoxT4"));
00293         groupBoxT4->setGeometry(QRect(20, 220, 431, 61));
00294         labelTexto4 = new QLabel(texto_4);
00295         labelTexto4->setObjectName(QString::fromUtf8("labelTexto4"));
00296         labelTexto4->setGeometry(QRect(280, 30, 171, 51));
00297         labelTexto4->setWordWrap(true);
00298         viewPlantilla4 = new QGraphicsView(texto_4);
00299         viewPlantilla4->setObjectName(QString::fromUtf8("viewPlantilla4"));
00300         viewPlantilla4->setGeometry(QRect(293, 97, 127, 104));
00301         viewPlantilla4->setStyleSheet(QString::fromUtf8("background: transparent; border: none"));
00302         viewPlantilla4->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00303         viewPlantilla4->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
00304         tabTexto->addTab(texto_4, QString());
00305         groupBoxT4_2->raise();
00306         colorT4->raise();
00307         cursivaT4->raise();
00308         fuenteT4->raise();
00309         negritaT4->raise();
00310         lineEditTexto4->raise();
00311         subrayadoT4->raise();
00312         letra4->raise();
00313         groupBoxT4->raise();
00314         labelTexto4->raise();
00315         viewPlantilla4->raise();
00316         pushAceptar = new QPushButton(DialogTextoPagina);
00317         pushAceptar->setObjectName(QString::fromUtf8("pushAceptar"));
00318         pushAceptar->setGeometry(QRect(395, 350, 98, 27));
00319         pushCancelar = new QPushButton(DialogTextoPagina);
00320         pushCancelar->setObjectName(QString::fromUtf8("pushCancelar"));
00321         pushCancelar->setGeometry(QRect(285, 350, 98, 27));
00322 
00323         retranslateUi(DialogTextoPagina);
00324         QObject::connect(pushAceptar, SIGNAL(clicked()), DialogTextoPagina, SLOT(Aceptar()));
00325         QObject::connect(colorT1, SIGNAL(clicked()), DialogTextoPagina, SLOT(PushSeleccionColor1()));
00326         QObject::connect(colorT2, SIGNAL(clicked()), DialogTextoPagina, SLOT(PushSeleccionColor2()));
00327         QObject::connect(colorT3, SIGNAL(clicked()), DialogTextoPagina, SLOT(PushSeleccionColor3()));
00328         QObject::connect(colorT4, SIGNAL(clicked()), DialogTextoPagina, SLOT(PushSeleccionColor4()));
00329         QObject::connect(fuenteT1, SIGNAL(currentFontChanged(QFont)), DialogTextoPagina, SLOT(PushSeleccionFuente1()));
00330         QObject::connect(fuenteT2, SIGNAL(currentFontChanged(QFont)), DialogTextoPagina, SLOT(PushSeleccionFuente2()));
00331         QObject::connect(fuenteT3, SIGNAL(currentFontChanged(QFont)), DialogTextoPagina, SLOT(PushSeleccionFuente3()));
00332         QObject::connect(fuenteT4, SIGNAL(currentFontChanged(QFont)), DialogTextoPagina, SLOT(PushSeleccionFuente4()));
00333         QObject::connect(pushCancelar, SIGNAL(clicked()), DialogTextoPagina, SLOT(close()));
00334         QObject::connect(negritaT1, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushNegrita1()));
00335         QObject::connect(negritaT2, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushNegrita2()));
00336         QObject::connect(negritaT3, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushNegrita3()));
00337         QObject::connect(negritaT4, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushNegrita4()));
00338         QObject::connect(cursivaT1, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushCursiva1()));
00339         QObject::connect(cursivaT2, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushCursiva2()));
00340         QObject::connect(cursivaT3, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushCursiva3()));
00341         QObject::connect(cursivaT4, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushCursiva4()));
00342         QObject::connect(subrayadoT1, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushSubrayado1()));
00343         QObject::connect(subrayadoT2, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushSubrayado2()));
00344         QObject::connect(subrayadoT3, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushSubrayado3()));
00345         QObject::connect(subrayadoT4, SIGNAL(stateChanged(int)), DialogTextoPagina, SLOT(PushSubrayado4()));
00346         QObject::connect(tabTexto, SIGNAL(currentChanged(int)), DialogTextoPagina, SLOT(FocusTab()));
00347 
00348         tabTexto->setCurrentIndex(0);
00349 
00350 
00351         QMetaObject::connectSlotsByName(DialogTextoPagina);
00352     } // setupUi
00353 
00354     void retranslateUi(QDialog *DialogTextoPagina)
00355     {
00356         DialogTextoPagina->setWindowTitle(QApplication::translate("DialogTextoPagina", "Introducci\303\263n de texto", 0, QApplication::UnicodeUTF8));
00357         colorT1->setText(QApplication::translate("DialogTextoPagina", "Color", 0, QApplication::UnicodeUTF8));
00358         negritaT1->setText(QApplication::translate("DialogTextoPagina", "Negrita", 0, QApplication::UnicodeUTF8));
00359         cursivaT1->setText(QApplication::translate("DialogTextoPagina", "Cursiva", 0, QApplication::UnicodeUTF8));
00360         subrayadoT1->setText(QApplication::translate("DialogTextoPagina", "Subrayado", 0, QApplication::UnicodeUTF8));
00361         groupBoxT1_2->setTitle(QApplication::translate("DialogTextoPagina", "Fuente", 0, QApplication::UnicodeUTF8));
00362         groupBoxT1->setTitle(QApplication::translate("DialogTextoPagina", "Texto", 0, QApplication::UnicodeUTF8));
00363         labelTexto1->setText(QApplication::translate("DialogTextoPagina", "El texto aparecer\303\241 en la posici\303\263n 1 de la plantilla de este par de p\303\241ginas.", 0, QApplication::UnicodeUTF8));
00364         letra1->setText(QApplication::translate("DialogTextoPagina", "A", 0, QApplication::UnicodeUTF8));
00365         tabTexto->setTabText(tabTexto->indexOf(texto_1), QApplication::translate("DialogTextoPagina", "Texto &1", 0, QApplication::UnicodeUTF8));
00366         colorT2->setText(QApplication::translate("DialogTextoPagina", "Color", 0, QApplication::UnicodeUTF8));
00367         cursivaT2->setText(QApplication::translate("DialogTextoPagina", "Cursiva", 0, QApplication::UnicodeUTF8));
00368         negritaT2->setText(QApplication::translate("DialogTextoPagina", "Negrita", 0, QApplication::UnicodeUTF8));
00369         subrayadoT2->setText(QApplication::translate("DialogTextoPagina", "Subrayado", 0, QApplication::UnicodeUTF8));
00370         groupBoxT2_2->setTitle(QApplication::translate("DialogTextoPagina", "Fuente", 0, QApplication::UnicodeUTF8));
00371         letra2->setText(QApplication::translate("DialogTextoPagina", "A", 0, QApplication::UnicodeUTF8));
00372         groupBoxT2->setTitle(QApplication::translate("DialogTextoPagina", "Texto", 0, QApplication::UnicodeUTF8));
00373         labelTexto2->setText(QApplication::translate("DialogTextoPagina", "El texto aparecer\303\241 en la posici\303\263n 2 de la plantilla de este par de p\303\241ginas.", 0, QApplication::UnicodeUTF8));
00374         tabTexto->setTabText(tabTexto->indexOf(texto_2), QApplication::translate("DialogTextoPagina", "Texto &2", 0, QApplication::UnicodeUTF8));
00375         colorT3->setText(QApplication::translate("DialogTextoPagina", "Color", 0, QApplication::UnicodeUTF8));
00376         cursivaT3->setText(QApplication::translate("DialogTextoPagina", "Cursiva", 0, QApplication::UnicodeUTF8));
00377         negritaT3->setText(QApplication::translate("DialogTextoPagina", "Negrita", 0, QApplication::UnicodeUTF8));
00378         subrayadoT3->setText(QApplication::translate("DialogTextoPagina", "Subrayado", 0, QApplication::UnicodeUTF8));
00379         groupBoxT3_2->setTitle(QApplication::translate("DialogTextoPagina", "Fuente", 0, QApplication::UnicodeUTF8));
00380         letra3->setText(QApplication::translate("DialogTextoPagina", "A", 0, QApplication::UnicodeUTF8));
00381         groupBoxT3->setTitle(QApplication::translate("DialogTextoPagina", "Texto", 0, QApplication::UnicodeUTF8));
00382         labelTexto3->setText(QApplication::translate("DialogTextoPagina", "El texto aparecer\303\241 en la posici\303\263n 3 de la plantilla de este par de p\303\241ginas.", 0, QApplication::UnicodeUTF8));
00383         tabTexto->setTabText(tabTexto->indexOf(texto_3), QApplication::translate("DialogTextoPagina", "Texto &3", 0, QApplication::UnicodeUTF8));
00384         colorT4->setText(QApplication::translate("DialogTextoPagina", "Color", 0, QApplication::UnicodeUTF8));
00385         cursivaT4->setText(QApplication::translate("DialogTextoPagina", "Cursiva", 0, QApplication::UnicodeUTF8));
00386         negritaT4->setText(QApplication::translate("DialogTextoPagina", "Negrita", 0, QApplication::UnicodeUTF8));
00387         subrayadoT4->setText(QApplication::translate("DialogTextoPagina", "Subrayado", 0, QApplication::UnicodeUTF8));
00388         groupBoxT4_2->setTitle(QApplication::translate("DialogTextoPagina", "Fuente", 0, QApplication::UnicodeUTF8));
00389         letra4->setText(QApplication::translate("DialogTextoPagina", "A", 0, QApplication::UnicodeUTF8));
00390         groupBoxT4->setTitle(QApplication::translate("DialogTextoPagina", "Texto", 0, QApplication::UnicodeUTF8));
00391         labelTexto4->setText(QApplication::translate("DialogTextoPagina", "El texto aparecer\303\241 en la posici\303\263n 4 de la plantilla de este par de p\303\241ginas.", 0, QApplication::UnicodeUTF8));
00392         tabTexto->setTabText(tabTexto->indexOf(texto_4), QApplication::translate("DialogTextoPagina", "Texto &4", 0, QApplication::UnicodeUTF8));
00393         pushAceptar->setText(QApplication::translate("DialogTextoPagina", "&Aceptar", 0, QApplication::UnicodeUTF8));
00394         pushCancelar->setText(QApplication::translate("DialogTextoPagina", "&Cancelar", 0, QApplication::UnicodeUTF8));
00395     } // retranslateUi
00396 
00397 };
00398 
00399 namespace Ui {
00400     class DialogTextoPagina: public Ui_DialogTextoPagina {};
00401 } // namespace Ui
00402 
00403 QT_END_NAMESPACE
00404 
00405 #endif // UI_DIALOGTEXTOPAGINA_H
 Todo Clases Archivos Funciones Variables