OpenAlbum 1.0.b

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

00001 /********************************************************************************
00002 ** Form generated from reading UI file 'introduccionwizard.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_INTRODUCCIONWIZARD_H
00011 #define UI_INTRODUCCIONWIZARD_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/QHeaderView>
00019 #include <QtGui/QLabel>
00020 #include <QtGui/QWizardPage>
00021 
00022 QT_BEGIN_NAMESPACE
00023 
00024 class Ui_introduccionWizard
00025 {
00026 public:
00027     QLabel *texto1;
00028     QLabel *texto2;
00029     QLabel *texto3;
00030     QLabel *texto4;
00031     QLabel *texto5;
00032     QCheckBox *checkAsistente;
00033 
00034     void setupUi(QWizardPage *introduccionWizard)
00035     {
00036         if (introduccionWizard->objectName().isEmpty())
00037             introduccionWizard->setObjectName(QString::fromUtf8("introduccionWizard"));
00038         introduccionWizard->resize(347, 354);
00039         QIcon icon;
00040         icon.addFile(QString::fromUtf8("../../../data/iconlargue.png"), QSize(), QIcon::Normal, QIcon::Off);
00041         introduccionWizard->setWindowIcon(icon);
00042         texto1 = new QLabel(introduccionWizard);
00043         texto1->setObjectName(QString::fromUtf8("texto1"));
00044         texto1->setGeometry(QRect(30, 30, 251, 41));
00045         texto1->setTextFormat(Qt::PlainText);
00046         texto1->setScaledContents(false);
00047         texto1->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
00048         texto1->setWordWrap(true);
00049         texto1->setIndent(0);
00050         texto1->setTextInteractionFlags(Qt::NoTextInteraction);
00051         texto2 = new QLabel(introduccionWizard);
00052         texto2->setObjectName(QString::fromUtf8("texto2"));
00053         texto2->setGeometry(QRect(30, 70, 271, 61));
00054         texto2->setTextFormat(Qt::PlainText);
00055         texto2->setScaledContents(false);
00056         texto2->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
00057         texto2->setWordWrap(true);
00058         texto2->setIndent(0);
00059         texto2->setTextInteractionFlags(Qt::NoTextInteraction);
00060         texto3 = new QLabel(introduccionWizard);
00061         texto3->setObjectName(QString::fromUtf8("texto3"));
00062         texto3->setGeometry(QRect(30, 120, 271, 71));
00063         texto3->setTextFormat(Qt::PlainText);
00064         texto3->setScaledContents(false);
00065         texto3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
00066         texto3->setWordWrap(true);
00067         texto3->setIndent(0);
00068         texto3->setTextInteractionFlags(Qt::NoTextInteraction);
00069         texto4 = new QLabel(introduccionWizard);
00070         texto4->setObjectName(QString::fromUtf8("texto4"));
00071         texto4->setGeometry(QRect(30, 200, 271, 61));
00072         texto4->setTextFormat(Qt::PlainText);
00073         texto4->setScaledContents(false);
00074         texto4->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
00075         texto4->setWordWrap(true);
00076         texto4->setIndent(0);
00077         texto4->setTextInteractionFlags(Qt::NoTextInteraction);
00078         texto5 = new QLabel(introduccionWizard);
00079         texto5->setObjectName(QString::fromUtf8("texto5"));
00080         texto5->setGeometry(QRect(30, 250, 271, 61));
00081         texto5->setTextFormat(Qt::PlainText);
00082         texto5->setScaledContents(false);
00083         texto5->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
00084         texto5->setWordWrap(true);
00085         texto5->setIndent(0);
00086         texto5->setTextInteractionFlags(Qt::NoTextInteraction);
00087         checkAsistente = new QCheckBox(introduccionWizard);
00088         checkAsistente->setObjectName(QString::fromUtf8("checkAsistente"));
00089         checkAsistente->setGeometry(QRect(30, 290, 281, 41));
00090         QFont font;
00091         font.setKerning(true);
00092         checkAsistente->setFont(font);
00093         checkAsistente->setMouseTracking(false);
00094         checkAsistente->setFocusPolicy(Qt::NoFocus);
00095         checkAsistente->setCheckable(true);
00096         checkAsistente->setTristate(false);
00097 
00098         retranslateUi(introduccionWizard);
00099 
00100         QMetaObject::connectSlotsByName(introduccionWizard);
00101     } // setupUi
00102 
00103     void retranslateUi(QWizardPage *introduccionWizard)
00104     {
00105         introduccionWizard->setWindowTitle(QApplication::translate("introduccionWizard", "WizardPage", 0, QApplication::UnicodeUTF8));
00106         texto1->setText(QApplication::translate("introduccionWizard", "BIenvenido al asistente de proyecto de Open Album.", 0, QApplication::UnicodeUTF8));
00107         texto2->setText(QApplication::translate("introduccionWizard", "Este asistente le guiar\303\241 en el proceso de creaci\303\263n de su \303\241lbum de fotos digital, paso a paso, y de manera sencilla.", 0, QApplication::UnicodeUTF8));
00108         texto3->setText(QApplication::translate("introduccionWizard", "A continuaci\303\263n se suceder\303\241n una serie de ventanas en las cuales podr\303\241 ir creando y configurando su propio \303\241lbum de fotos, a su gusto.", 0, QApplication::UnicodeUTF8));
00109         texto4->setText(QApplication::translate("introduccionWizard", "Una vez finalizado el asistente, el \303\241lbum estar\303\241 creado y usted podr\303\241 editarlo en la ventana principal del programa. ", 0, QApplication::UnicodeUTF8));
00110         texto5->setText(QApplication::translate("introduccionWizard", "Para comenzar haga click en \"Siguiente\". ", 0, QApplication::UnicodeUTF8));
00111         checkAsistente->setText(QApplication::translate("introduccionWizard", "No volver a mostrar el asistente.", 0, QApplication::UnicodeUTF8));
00112     } // retranslateUi
00113 
00114 };
00115 
00116 namespace Ui {
00117     class introduccionWizard: public Ui_introduccionWizard {};
00118 } // namespace Ui
00119 
00120 QT_END_NAMESPACE
00121 
00122 #endif // UI_INTRODUCCIONWIZARD_H
 Todo Clases Archivos Funciones Variables