![]() |
OpenAlbum 1.0.b
|
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'dialogtexturas.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_DIALOGTEXTURAS_H 00011 #define UI_DIALOGTEXTURAS_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/QGroupBox> 00020 #include <QtGui/QHeaderView> 00021 #include <QtGui/QPushButton> 00022 #include <QtGui/QTreeWidget> 00023 00024 QT_BEGIN_NAMESPACE 00025 00026 class Ui_dialogTexturas 00027 { 00028 public: 00029 QGraphicsView *visorTexturas; 00030 QTreeWidget *selectorTexturas; 00031 QPushButton *pushElegir; 00032 QPushButton *pushCancelar; 00033 QGroupBox *groupBox; 00034 00035 void setupUi(QDialog *dialogTexturas) 00036 { 00037 if (dialogTexturas->objectName().isEmpty()) 00038 dialogTexturas->setObjectName(QString::fromUtf8("dialogTexturas")); 00039 dialogTexturas->resize(401, 184); 00040 QIcon icon; 00041 icon.addFile(QString::fromUtf8("../../../data/iconlargue.png"), QSize(), QIcon::Normal, QIcon::Off); 00042 dialogTexturas->setWindowIcon(icon); 00043 visorTexturas = new QGraphicsView(dialogTexturas); 00044 visorTexturas->setObjectName(QString::fromUtf8("visorTexturas")); 00045 visorTexturas->setGeometry(QRect(20, 20, 141, 111)); 00046 visorTexturas->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 00047 visorTexturas->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 00048 selectorTexturas = new QTreeWidget(dialogTexturas); 00049 QTreeWidgetItem *__qtreewidgetitem = new QTreeWidgetItem(); 00050 __qtreewidgetitem->setText(0, QString::fromUtf8("Texturas")); 00051 selectorTexturas->setHeaderItem(__qtreewidgetitem); 00052 selectorTexturas->setObjectName(QString::fromUtf8("selectorTexturas")); 00053 selectorTexturas->setGeometry(QRect(170, 20, 211, 111)); 00054 pushElegir = new QPushButton(dialogTexturas); 00055 pushElegir->setObjectName(QString::fromUtf8("pushElegir")); 00056 pushElegir->setEnabled(false); 00057 pushElegir->setGeometry(QRect(293, 150, 98, 27)); 00058 pushCancelar = new QPushButton(dialogTexturas); 00059 pushCancelar->setObjectName(QString::fromUtf8("pushCancelar")); 00060 pushCancelar->setGeometry(QRect(183, 150, 98, 27)); 00061 groupBox = new QGroupBox(dialogTexturas); 00062 groupBox->setObjectName(QString::fromUtf8("groupBox")); 00063 groupBox->setGeometry(QRect(10, 10, 381, 131)); 00064 groupBox->raise(); 00065 visorTexturas->raise(); 00066 selectorTexturas->raise(); 00067 pushElegir->raise(); 00068 pushCancelar->raise(); 00069 00070 retranslateUi(dialogTexturas); 00071 QObject::connect(selectorTexturas, SIGNAL(itemSelectionChanged()), dialogTexturas, SLOT(ActivarVisualizacionTexturas())); 00072 QObject::connect(pushElegir, SIGNAL(clicked()), dialogTexturas, SLOT(elegirTextura())); 00073 QObject::connect(pushCancelar, SIGNAL(clicked()), dialogTexturas, SLOT(cancelarEleccion())); 00074 00075 QMetaObject::connectSlotsByName(dialogTexturas); 00076 } // setupUi 00077 00078 void retranslateUi(QDialog *dialogTexturas) 00079 { 00080 dialogTexturas->setWindowTitle(QApplication::translate("dialogTexturas", "Selecci\303\263n de texturas", 0, QApplication::UnicodeUTF8)); 00081 pushElegir->setText(QApplication::translate("dialogTexturas", "&Elegir", 0, QApplication::UnicodeUTF8)); 00082 pushCancelar->setText(QApplication::translate("dialogTexturas", "&Cancelar", 0, QApplication::UnicodeUTF8)); 00083 groupBox->setTitle(QString()); 00084 } // retranslateUi 00085 00086 }; 00087 00088 namespace Ui { 00089 class dialogTexturas: public Ui_dialogTexturas {}; 00090 } // namespace Ui 00091 00092 QT_END_NAMESPACE 00093 00094 #endif // UI_DIALOGTEXTURAS_H