/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No Commercial Usage ** This file contains pre-release code and may not be distributed. ** You may use this file in accordance with the terms and conditions ** contained in the Technology Preview License Agreement accompanying ** this package. ** ** GNU Lesser General Public License Usage ** Alternatively, this file may be used under the terms of the GNU Lesser ** General Public License version 2.1 as published by the Free Software ** Foundation and appearing in the file LICENSE.LGPL included in the ** packaging of this file. Please review the following information to ** ensure the GNU Lesser General Public License version 2.1 requirements ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. ** ** In addition, as a special exception, Nokia gives you certain ** additional rights. These rights are described in the Nokia Qt LGPL ** Exception version 1.1, included in the file LGPL_EXCEPTION.txt in this ** package. ** ** If you have questions regarding the use of this file, please contact ** Nokia at qt-info@nokia.com. ** ** ** ** ** ** ** ** ** $QT_END_LICENSE$ ** ****************************************************************************/ /******************************************************************************** ** Form generated from reading ui file 'filespage.ui' ** ** Created: Thu Jul 10 09:47:34 2008 ** by: Qt User Interface Compiler version 4.5.0 ** ** WARNING! All changes made in this file will be lost when recompiling ui file! ********************************************************************************/ #ifndef FILESPAGE_H #define FILESPAGE_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FilesPage { public: QGridLayout *gridLayout; QLabel *fileLabel; QListWidget *fileListWidget; QPushButton *removeButton; QPushButton *removeAllButton; QSpacerItem *spacerItem; QSpacerItem *spacerItem1; void setupUi(QWidget *FilesPage) { if (FilesPage->objectName().isEmpty()) FilesPage->setObjectName(QString::fromUtf8("FilesPage")); FilesPage->resize(417, 242); gridLayout = new QGridLayout(FilesPage); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); fileLabel = new QLabel(FilesPage); fileLabel->setObjectName(QString::fromUtf8("fileLabel")); fileLabel->setWordWrap(true); gridLayout->addWidget(fileLabel, 0, 0, 1, 2); fileListWidget = new QListWidget(FilesPage); fileListWidget->setObjectName(QString::fromUtf8("fileListWidget")); gridLayout->addWidget(fileListWidget, 1, 0, 3, 1); removeButton = new QPushButton(FilesPage); removeButton->setObjectName(QString::fromUtf8("removeButton")); QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(removeButton->sizePolicy().hasHeightForWidth()); removeButton->setSizePolicy(sizePolicy); gridLayout->addWidget(removeButton, 1, 1, 1, 1); removeAllButton = new QPushButton(FilesPage); removeAllButton->setObjectName(QString::fromUtf8("removeAllButton")); gridLayout->addWidget(removeAllButton, 2, 1, 1, 1); spacerItem = new QSpacerItem(75, 16, QSizePolicy::Minimum, QSizePolicy::Expanding); gridLayout->addItem(spacerItem, 3, 1, 1, 1); spacerItem1 = new QSpacerItem(20, 31, QSizePolicy::Minimum, QSizePolicy::Expanding); gridLayout->addItem(spacerItem1, 4, 0, 1, 1); retranslateUi(FilesPage); QMetaObject::connectSlotsByName(FilesPage); } // setupUi void retranslateUi(QWidget *FilesPage) { FilesPage->setWindowTitle(QApplication::translate("FilesPage", "Form", 0, QApplication::UnicodeUTF8)); fileLabel->setText(QApplication::translate("FilesPage", "Files:", 0, QApplication::UnicodeUTF8)); removeButton->setText(QApplication::translate("FilesPage", "Remove", 0, QApplication::UnicodeUTF8)); removeAllButton->setText(QApplication::translate("FilesPage", "Remove All", 0, QApplication::UnicodeUTF8)); Q_UNUSED(FilesPage); } // retranslateUi }; namespace Ui { class FilesPage: public Ui_FilesPage {}; } // namespace Ui QT_END_NAMESPACE #endif // FILESPAGE_H