/**************************************************************************** ** ** 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 'qprintpropertieswidget.ui' ** ** Created: Thu Jul 10 09:47:35 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 QPRINTPROPERTIESWIDGET_H #define QPRINTPROPERTIESWIDGET_H #include #include #include #include #include #include #include #include #include #include #include "qpagesetupdialog_unix_p.h" QT_BEGIN_NAMESPACE class Ui_QPrintPropertiesWidget { public: QVBoxLayout *verticalLayout_4; QTabWidget *tabs; QWidget *tabPage; QHBoxLayout *horizontalLayout; QPageSetupWidget *pageSetup; QWidget *cupsPropertiesPage; QHBoxLayout *horizontalLayout_2; QTreeView *treeView; void setupUi(QWidget *QPrintPropertiesWidget) { if (QPrintPropertiesWidget->objectName().isEmpty()) QPrintPropertiesWidget->setObjectName(QString::fromUtf8("QPrintPropertiesWidget")); QPrintPropertiesWidget->resize(396, 288); verticalLayout_4 = new QVBoxLayout(QPrintPropertiesWidget); verticalLayout_4->setMargin(0); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); tabs = new QTabWidget(QPrintPropertiesWidget); tabs->setObjectName(QString::fromUtf8("tabs")); tabPage = new QWidget(); tabPage->setObjectName(QString::fromUtf8("tabPage")); tabPage->setGeometry(QRect(0, 0, 392, 261)); horizontalLayout = new QHBoxLayout(tabPage); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); pageSetup = new QPageSetupWidget(tabPage); pageSetup->setObjectName(QString::fromUtf8("pageSetup")); horizontalLayout->addWidget(pageSetup); tabs->addTab(tabPage, QString()); cupsPropertiesPage = new QWidget(); cupsPropertiesPage->setObjectName(QString::fromUtf8("cupsPropertiesPage")); horizontalLayout_2 = new QHBoxLayout(cupsPropertiesPage); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); treeView = new QTreeView(cupsPropertiesPage); treeView->setObjectName(QString::fromUtf8("treeView")); treeView->setAlternatingRowColors(true); horizontalLayout_2->addWidget(treeView); tabs->addTab(cupsPropertiesPage, QString()); verticalLayout_4->addWidget(tabs); retranslateUi(QPrintPropertiesWidget); tabs->setCurrentIndex(0); QMetaObject::connectSlotsByName(QPrintPropertiesWidget); } // setupUi void retranslateUi(QWidget *QPrintPropertiesWidget) { QPrintPropertiesWidget->setWindowTitle(QApplication::translate("QPrintPropertiesWidget", "Form", 0, QApplication::UnicodeUTF8)); tabs->setTabText(tabs->indexOf(tabPage), QApplication::translate("QPrintPropertiesWidget", "Page", 0, QApplication::UnicodeUTF8)); tabs->setTabText(tabs->indexOf(cupsPropertiesPage), QApplication::translate("QPrintPropertiesWidget", "Advanced", 0, QApplication::UnicodeUTF8)); Q_UNUSED(QPrintPropertiesWidget); } // retranslateUi }; namespace Ui { class QPrintPropertiesWidget: public Ui_QPrintPropertiesWidget {}; } // namespace Ui QT_END_NAMESPACE #endif // QPRINTPROPERTIESWIDGET_H