![]() |
OpenAlbum 1.0.b
|
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'introapp.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_INTROAPP_H 00011 #define UI_INTROAPP_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/QProgressBar> 00022 00023 QT_BEGIN_NAMESPACE 00024 00025 class Ui_introApp 00026 { 00027 public: 00028 QGraphicsView *visor; 00029 QProgressBar *progressBar; 00030 QLabel *label; 00031 QLabel *label_2; 00032 QLabel *label_3; 00033 QLabel *label_4; 00034 00035 void setupUi(QDialog *introApp) 00036 { 00037 if (introApp->objectName().isEmpty()) 00038 introApp->setObjectName(QString::fromUtf8("introApp")); 00039 introApp->resize(440, 284); 00040 introApp->setContextMenuPolicy(Qt::NoContextMenu); 00041 QIcon icon; 00042 icon.addFile(QString::fromUtf8("../../../data/iconlargue.png"), QSize(), QIcon::Normal, QIcon::Off); 00043 introApp->setWindowIcon(icon); 00044 introApp->setStyleSheet(QString::fromUtf8("")); 00045 visor = new QGraphicsView(introApp); 00046 visor->setObjectName(QString::fromUtf8("visor")); 00047 visor->setGeometry(QRect(0, 0, 441, 261)); 00048 progressBar = new QProgressBar(introApp); 00049 progressBar->setObjectName(QString::fromUtf8("progressBar")); 00050 progressBar->setGeometry(QRect(0, 260, 441, 25)); 00051 progressBar->setValue(24); 00052 label = new QLabel(introApp); 00053 label->setObjectName(QString::fromUtf8("label")); 00054 label->setGeometry(QRect(270, 0, 161, 20)); 00055 QFont font; 00056 font.setFamily(QString::fromUtf8("FreeMono")); 00057 font.setPointSize(9); 00058 label->setFont(font); 00059 label_2 = new QLabel(introApp); 00060 label_2->setObjectName(QString::fromUtf8("label_2")); 00061 label_2->setGeometry(QRect(270, 10, 161, 20)); 00062 label_2->setFont(font); 00063 label_3 = new QLabel(introApp); 00064 label_3->setObjectName(QString::fromUtf8("label_3")); 00065 label_3->setGeometry(QRect(270, 20, 161, 20)); 00066 label_3->setFont(font); 00067 label_4 = new QLabel(introApp); 00068 label_4->setObjectName(QString::fromUtf8("label_4")); 00069 label_4->setGeometry(QRect(270, 30, 161, 20)); 00070 label_4->setFont(font); 00071 00072 retranslateUi(introApp); 00073 00074 QMetaObject::connectSlotsByName(introApp); 00075 } // setupUi 00076 00077 void retranslateUi(QDialog *introApp) 00078 { 00079 introApp->setWindowTitle(QString()); 00080 label->setText(QString()); 00081 label_2->setText(QString()); 00082 label_3->setText(QString()); 00083 label_4->setText(QString()); 00084 } // retranslateUi 00085 00086 }; 00087 00088 namespace Ui { 00089 class introApp: public Ui_introApp {}; 00090 } // namespace Ui 00091 00092 QT_END_NAMESPACE 00093 00094 #endif // UI_INTROAPP_H