![]() |
OpenAlbum 1.0.b
|
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'creditos.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_CREDITOS_H 00011 #define UI_CREDITOS_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/QGraphicsView> 00019 #include <QtGui/QHeaderView> 00020 #include <QtGui/QLabel> 00021 #include <QtGui/QPushButton> 00022 00023 QT_BEGIN_NAMESPACE 00024 00025 class Ui_creditos 00026 { 00027 public: 00028 QGraphicsView *vieLogo; 00029 QLabel *labelNombre; 00030 QLabel *label; 00031 QLabel *label_2; 00032 QLabel *label_3; 00033 QPushButton *pushCerrar; 00034 QPushButton *pushLicencia; 00035 00036 void setupUi(QDialog *creditos) 00037 { 00038 if (creditos->objectName().isEmpty()) 00039 creditos->setObjectName(QString::fromUtf8("creditos")); 00040 creditos->resize(400, 295); 00041 QIcon icon; 00042 icon.addFile(QString::fromUtf8("../../../data/iconlargue.png"), QSize(), QIcon::Normal, QIcon::Off); 00043 creditos->setWindowIcon(icon); 00044 vieLogo = new QGraphicsView(creditos); 00045 vieLogo->setObjectName(QString::fromUtf8("vieLogo")); 00046 vieLogo->setGeometry(QRect(140, 0, 111, 121)); 00047 vieLogo->setStyleSheet(QString::fromUtf8("background: transparent; border: none")); 00048 labelNombre = new QLabel(creditos); 00049 labelNombre->setObjectName(QString::fromUtf8("labelNombre")); 00050 labelNombre->setGeometry(QRect(30, 110, 341, 51)); 00051 QFont font; 00052 font.setPointSize(24); 00053 font.setBold(true); 00054 font.setWeight(75); 00055 labelNombre->setFont(font); 00056 labelNombre->setAlignment(Qt::AlignCenter); 00057 label = new QLabel(creditos); 00058 label->setObjectName(QString::fromUtf8("label")); 00059 label->setGeometry(QRect(41, 160, 321, 31)); 00060 label_2 = new QLabel(creditos); 00061 label_2->setObjectName(QString::fromUtf8("label_2")); 00062 label_2->setGeometry(QRect(40, 190, 321, 31)); 00063 QFont font1; 00064 font1.setPointSize(8); 00065 label_2->setFont(font1); 00066 label_2->setAlignment(Qt::AlignCenter); 00067 label_3 = new QLabel(creditos); 00068 label_3->setObjectName(QString::fromUtf8("label_3")); 00069 label_3->setGeometry(QRect(40, 220, 321, 31)); 00070 label_3->setTextFormat(Qt::RichText); 00071 label_3->setAlignment(Qt::AlignCenter); 00072 pushCerrar = new QPushButton(creditos); 00073 pushCerrar->setObjectName(QString::fromUtf8("pushCerrar")); 00074 pushCerrar->setGeometry(QRect(270, 260, 98, 27)); 00075 pushLicencia = new QPushButton(creditos); 00076 pushLicencia->setObjectName(QString::fromUtf8("pushLicencia")); 00077 pushLicencia->setGeometry(QRect(160, 260, 98, 27)); 00078 00079 retranslateUi(creditos); 00080 QObject::connect(pushCerrar, SIGNAL(clicked()), creditos, SLOT(close())); 00081 QObject::connect(pushLicencia, SIGNAL(clicked()), creditos, SLOT(MostrarLicencia())); 00082 00083 QMetaObject::connectSlotsByName(creditos); 00084 } // setupUi 00085 00086 void retranslateUi(QDialog *creditos) 00087 { 00088 creditos->setWindowTitle(QApplication::translate("creditos", "Acerca de Open Album", 0, QApplication::UnicodeUTF8)); 00089 labelNombre->setText(QApplication::translate("creditos", "Open Album 1.0.b.", 0, QApplication::UnicodeUTF8)); 00090 label->setText(QApplication::translate("creditos", "El gestor de \303\241lbumes digitales de c\303\263digo abierto.", 0, QApplication::UnicodeUTF8)); 00091 label_2->setText(QApplication::translate("creditos", "Copyright \302\251 2011 Manuel Jes\303\272s de la Calle Brihuega", 0, QApplication::UnicodeUTF8)); 00092 label_3->setText(QApplication::translate("creditos", "<a href=http://www.paginaweb.com>http://www.paginaweb.com</a>", 0, QApplication::UnicodeUTF8)); 00093 pushCerrar->setText(QApplication::translate("creditos", "&Cerrar", 0, QApplication::UnicodeUTF8)); 00094 pushLicencia->setText(QApplication::translate("creditos", "&Licencia", 0, QApplication::UnicodeUTF8)); 00095 } // retranslateUi 00096 00097 }; 00098 00099 namespace Ui { 00100 class creditos: public Ui_creditos {}; 00101 } // namespace Ui 00102 00103 QT_END_NAMESPACE 00104 00105 #endif // UI_CREDITOS_H