![]() |
OpenAlbum 1.0.b
|
00001 /******************************************************************************** 00002 ** Form generated from reading UI file 'fotoswizard.ui' 00003 ** 00004 ** Created: Tue Mar 27 16:11:49 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_FOTOSWIZARD_H 00011 #define UI_FOTOSWIZARD_H 00012 00013 #include <QtCore/QVariant> 00014 #include <QtGui/QAction> 00015 #include <QtGui/QApplication> 00016 #include <QtGui/QButtonGroup> 00017 #include <QtGui/QGraphicsView> 00018 #include <QtGui/QGroupBox> 00019 #include <QtGui/QHeaderView> 00020 #include <QtGui/QLabel> 00021 #include <QtGui/QPushButton> 00022 #include <QtGui/QTreeWidget> 00023 #include <QtGui/QWizardPage> 00024 00025 QT_BEGIN_NAMESPACE 00026 00027 class Ui_fotosWizard 00028 { 00029 public: 00030 QPushButton *pushIntroImagenes; 00031 QGraphicsView *imagePreview; 00032 QLabel *label; 00033 QPushButton *pushUncheckAll; 00034 QPushButton *pushCheckAll; 00035 QPushButton *pushRemoveSelect; 00036 QTreeWidget *treeWidget; 00037 QGroupBox *groupBox; 00038 00039 void setupUi(QWizardPage *fotosWizard) 00040 { 00041 if (fotosWizard->objectName().isEmpty()) 00042 fotosWizard->setObjectName(QString::fromUtf8("fotosWizard")); 00043 fotosWizard->resize(538, 288); 00044 QIcon icon; 00045 icon.addFile(QString::fromUtf8("../../../data/iconlargue.png"), QSize(), QIcon::Normal, QIcon::Off); 00046 fotosWizard->setWindowIcon(icon); 00047 pushIntroImagenes = new QPushButton(fotosWizard); 00048 pushIntroImagenes->setObjectName(QString::fromUtf8("pushIntroImagenes")); 00049 pushIntroImagenes->setGeometry(QRect(220, 25, 141, 27)); 00050 imagePreview = new QGraphicsView(fotosWizard); 00051 imagePreview->setObjectName(QString::fromUtf8("imagePreview")); 00052 imagePreview->setGeometry(QRect(0, 10, 191, 141)); 00053 imagePreview->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 00054 imagePreview->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 00055 label = new QLabel(fotosWizard); 00056 label->setObjectName(QString::fromUtf8("label")); 00057 label->setGeometry(QRect(376, 15, 101, 141)); 00058 label->setWordWrap(true); 00059 pushUncheckAll = new QPushButton(fotosWizard); 00060 pushUncheckAll->setObjectName(QString::fromUtf8("pushUncheckAll")); 00061 pushUncheckAll->setEnabled(false); 00062 pushUncheckAll->setGeometry(QRect(220, 85, 141, 27)); 00063 QIcon icon1; 00064 icon1.addFile(QString::fromUtf8(":/Images/res/apply.png"), QSize(), QIcon::Normal, QIcon::Off); 00065 pushUncheckAll->setIcon(icon1); 00066 pushCheckAll = new QPushButton(fotosWizard); 00067 pushCheckAll->setObjectName(QString::fromUtf8("pushCheckAll")); 00068 pushCheckAll->setEnabled(false); 00069 pushCheckAll->setGeometry(QRect(220, 55, 141, 27)); 00070 pushCheckAll->setIcon(icon1); 00071 pushRemoveSelect = new QPushButton(fotosWizard); 00072 pushRemoveSelect->setObjectName(QString::fromUtf8("pushRemoveSelect")); 00073 pushRemoveSelect->setEnabled(false); 00074 pushRemoveSelect->setGeometry(QRect(220, 115, 141, 27)); 00075 QIcon icon2; 00076 icon2.addFile(QString::fromUtf8(":/Images/res/cancel.png"), QSize(), QIcon::Normal, QIcon::Off); 00077 pushRemoveSelect->setIcon(icon2); 00078 treeWidget = new QTreeWidget(fotosWizard); 00079 treeWidget->setObjectName(QString::fromUtf8("treeWidget")); 00080 treeWidget->setGeometry(QRect(0, 155, 481, 111)); 00081 treeWidget->setDragEnabled(true); 00082 treeWidget->setSelectionMode(QAbstractItemView::SingleSelection); 00083 treeWidget->setIndentation(0); 00084 treeWidget->setWordWrap(true); 00085 treeWidget->setColumnCount(6); 00086 treeWidget->header()->setCascadingSectionResizes(true); 00087 treeWidget->header()->setDefaultSectionSize(140); 00088 treeWidget->header()->setMinimumSectionSize(5); 00089 treeWidget->header()->setProperty("showSortIndicator", QVariant(false)); 00090 groupBox = new QGroupBox(fotosWizard); 00091 groupBox->setObjectName(QString::fromUtf8("groupBox")); 00092 groupBox->setGeometry(QRect(209, 0, 270, 150)); 00093 groupBox->raise(); 00094 pushIntroImagenes->raise(); 00095 imagePreview->raise(); 00096 label->raise(); 00097 pushUncheckAll->raise(); 00098 pushCheckAll->raise(); 00099 pushRemoveSelect->raise(); 00100 treeWidget->raise(); 00101 00102 retranslateUi(fotosWizard); 00103 QObject::connect(pushIntroImagenes, SIGNAL(clicked()), fotosWizard, SLOT(IntroducirImagenes())); 00104 QObject::connect(pushCheckAll, SIGNAL(clicked()), fotosWizard, SLOT(SeleccionarTodo())); 00105 QObject::connect(pushUncheckAll, SIGNAL(clicked()), fotosWizard, SLOT(DeseleccionarTodo())); 00106 QObject::connect(pushRemoveSelect, SIGNAL(clicked()), fotosWizard, SLOT(Deseleccionar())); 00107 QObject::connect(treeWidget, SIGNAL(itemSelectionChanged()), fotosWizard, SLOT(cargarVisualizacionPrevia())); 00108 00109 QMetaObject::connectSlotsByName(fotosWizard); 00110 } // setupUi 00111 00112 void retranslateUi(QWizardPage *fotosWizard) 00113 { 00114 fotosWizard->setWindowTitle(QApplication::translate("fotosWizard", "WizardPage", 0, QApplication::UnicodeUTF8)); 00115 pushIntroImagenes->setText(QApplication::translate("fotosWizard", "&A\303\261adir Im\303\241genes", 0, QApplication::UnicodeUTF8)); 00116 label->setText(QApplication::translate("fotosWizard", "Haz click en el bot\303\263n y elige las im\303\241genes manteniendo pulsada la tecla Ctrl.", 0, QApplication::UnicodeUTF8)); 00117 #ifndef QT_NO_STATUSTIP 00118 pushUncheckAll->setStatusTip(QApplication::translate("fotosWizard", "Check all selected images", 0, QApplication::UnicodeUTF8)); 00119 #endif // QT_NO_STATUSTIP 00120 pushUncheckAll->setText(QApplication::translate("fotosWizard", "&Deseleccionar Todo", 0, QApplication::UnicodeUTF8)); 00121 #ifndef QT_NO_STATUSTIP 00122 pushCheckAll->setStatusTip(QApplication::translate("fotosWizard", "Check all images", 0, QApplication::UnicodeUTF8)); 00123 #endif // QT_NO_STATUSTIP 00124 pushCheckAll->setText(QApplication::translate("fotosWizard", "&Seleccionar Todo", 0, QApplication::UnicodeUTF8)); 00125 #ifndef QT_NO_STATUSTIP 00126 pushRemoveSelect->setStatusTip(QApplication::translate("fotosWizard", "Clear", 0, QApplication::UnicodeUTF8)); 00127 #endif // QT_NO_STATUSTIP 00128 pushRemoveSelect->setText(QApplication::translate("fotosWizard", "&Borrar Selecci\303\263n", 0, QApplication::UnicodeUTF8)); 00129 QTreeWidgetItem *___qtreewidgetitem = treeWidget->headerItem(); 00130 ___qtreewidgetitem->setText(5, QApplication::translate("fotosWizard", "Ruta", 0, QApplication::UnicodeUTF8)); 00131 ___qtreewidgetitem->setText(4, QApplication::translate("fotosWizard", "Fecha", 0, QApplication::UnicodeUTF8)); 00132 ___qtreewidgetitem->setText(3, QApplication::translate("fotosWizard", "Tama\303\261o", 0, QApplication::UnicodeUTF8)); 00133 ___qtreewidgetitem->setText(2, QApplication::translate("fotosWizard", "Tipo", 0, QApplication::UnicodeUTF8)); 00134 ___qtreewidgetitem->setText(1, QApplication::translate("fotosWizard", "Archivo", 0, QApplication::UnicodeUTF8)); 00135 ___qtreewidgetitem->setText(0, QApplication::translate("fotosWizard", "Selecci\303\263n", 0, QApplication::UnicodeUTF8)); 00136 groupBox->setTitle(QApplication::translate("fotosWizard", "Panel de im\303\241genes", 0, QApplication::UnicodeUTF8)); 00137 } // retranslateUi 00138 00139 }; 00140 00141 namespace Ui { 00142 class fotosWizard: public Ui_fotosWizard {}; 00143 } // namespace Ui 00144 00145 QT_END_NAMESPACE 00146 00147 #endif // UI_FOTOSWIZARD_H