From 4c43b60323e88befb08504c1ec67305cc8f57e70 Mon Sep 17 00:00:00 2001 From: Jo Asplin Date: Mon, 12 Sep 2011 09:21:12 +0200 Subject: Moved autotests in category 'tools' into new directory structure Task-number: QTBUG-21355 Change-Id: I315d4b1f55d42391524c0e8625952dee1b96fca3 Reviewed-on: http://codereview.qt-project.org/4449 Reviewed-by: Qt Sanity Bot Reviewed-by: Rohan McGovern --- tests/auto/tools/uic/baseline/trpreviewtool.ui.h | 204 +++++++++++++++++++++++ 1 file changed, 204 insertions(+) create mode 100644 tests/auto/tools/uic/baseline/trpreviewtool.ui.h (limited to 'tests/auto/tools/uic/baseline/trpreviewtool.ui.h') diff --git a/tests/auto/tools/uic/baseline/trpreviewtool.ui.h b/tests/auto/tools/uic/baseline/trpreviewtool.ui.h new file mode 100644 index 0000000000..da1d268d82 --- /dev/null +++ b/tests/auto/tools/uic/baseline/trpreviewtool.ui.h @@ -0,0 +1,204 @@ +/* +********************************************************************* +** +** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). +** All rights reserved. +** Contact: Nokia Corporation (qt-info@nokia.com) +** +** This file is part of the autotests of the Qt Toolkit. +** +** $QT_BEGIN_LICENSE:LGPL$ +** GNU Lesser General Public License Usage +** 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. +** +** GNU General Public License Usage +** Alternatively, this file may be used under the terms of the GNU General +** Public License version 3.0 as published by the Free Software Foundation +** and appearing in the file LICENSE.GPL included in the packaging of this +** file. Please review the following information to ensure the GNU General +** Public License version 3.0 requirements will be met: +** http://www.gnu.org/copyleft/gpl.html. +** +** Other Usage +** Alternatively, this file may be used in accordance with the terms and +** conditions contained in a signed written agreement between you and Nokia. +** +** +** +** +** +** $QT_END_LICENSE$ +** +********************************************************************* +*/ + +/******************************************************************************** +** Form generated from reading UI file 'trpreviewtool.ui' +** +** Created: Fri Sep 4 10:17:15 2009 +** by: Qt User Interface Compiler version 4.6.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef TRPREVIEWTOOL_H +#define TRPREVIEWTOOL_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_TrPreviewToolClass +{ +public: + QAction *actionOpenForm; + QAction *actionLoadTranslation; + QAction *actionReloadTranslations; + QAction *actionClose; + QAction *actionAbout; + QAction *actionAbout_Qt; + QWidget *centralWidget; + QMenuBar *menuBar; + QMenu *menuView; + QMenu *menuViewViews; + QMenu *menuHelp; + QMenu *menuFile; + QToolBar *mainToolBar; + QStatusBar *statusBar; + QDockWidget *dwForms; + QWidget *dockWidgetContents; + QVBoxLayout *vboxLayout; + QListView *viewForms; + + void setupUi(QMainWindow *TrPreviewToolClass) + { + if (TrPreviewToolClass->objectName().isEmpty()) + TrPreviewToolClass->setObjectName(QString::fromUtf8("TrPreviewToolClass")); + TrPreviewToolClass->resize(593, 466); + actionOpenForm = new QAction(TrPreviewToolClass); + actionOpenForm->setObjectName(QString::fromUtf8("actionOpenForm")); + const QIcon icon = QIcon(QString::fromUtf8(":/images/open_form.png")); + actionOpenForm->setIcon(icon); + actionLoadTranslation = new QAction(TrPreviewToolClass); + actionLoadTranslation->setObjectName(QString::fromUtf8("actionLoadTranslation")); + const QIcon icon1 = QIcon(QString::fromUtf8(":/images/load_translation.png")); + actionLoadTranslation->setIcon(icon1); + actionReloadTranslations = new QAction(TrPreviewToolClass); + actionReloadTranslations->setObjectName(QString::fromUtf8("actionReloadTranslations")); + const QIcon icon2 = QIcon(QString::fromUtf8(":/images/reload_translations.png")); + actionReloadTranslations->setIcon(icon2); + actionClose = new QAction(TrPreviewToolClass); + actionClose->setObjectName(QString::fromUtf8("actionClose")); + actionAbout = new QAction(TrPreviewToolClass); + actionAbout->setObjectName(QString::fromUtf8("actionAbout")); + actionAbout_Qt = new QAction(TrPreviewToolClass); + actionAbout_Qt->setObjectName(QString::fromUtf8("actionAbout_Qt")); + centralWidget = new QWidget(TrPreviewToolClass); + centralWidget->setObjectName(QString::fromUtf8("centralWidget")); + TrPreviewToolClass->setCentralWidget(centralWidget); + menuBar = new QMenuBar(TrPreviewToolClass); + menuBar->setObjectName(QString::fromUtf8("menuBar")); + menuBar->setGeometry(QRect(0, 0, 593, 21)); + menuView = new QMenu(menuBar); + menuView->setObjectName(QString::fromUtf8("menuView")); + menuViewViews = new QMenu(menuView); + menuViewViews->setObjectName(QString::fromUtf8("menuViewViews")); + menuHelp = new QMenu(menuBar); + menuHelp->setObjectName(QString::fromUtf8("menuHelp")); + menuFile = new QMenu(menuBar); + menuFile->setObjectName(QString::fromUtf8("menuFile")); + TrPreviewToolClass->setMenuBar(menuBar); + mainToolBar = new QToolBar(TrPreviewToolClass); + mainToolBar->setObjectName(QString::fromUtf8("mainToolBar")); + mainToolBar->setOrientation(Qt::Horizontal); + TrPreviewToolClass->addToolBar(static_cast(4), mainToolBar); + statusBar = new QStatusBar(TrPreviewToolClass); + statusBar->setObjectName(QString::fromUtf8("statusBar")); + TrPreviewToolClass->setStatusBar(statusBar); + dwForms = new QDockWidget(TrPreviewToolClass); + dwForms->setObjectName(QString::fromUtf8("dwForms")); + dockWidgetContents = new QWidget(); + dockWidgetContents->setObjectName(QString::fromUtf8("dockWidgetContents")); + vboxLayout = new QVBoxLayout(dockWidgetContents); + vboxLayout->setSpacing(0); + vboxLayout->setContentsMargins(0, 0, 0, 0); + vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); + viewForms = new QListView(dockWidgetContents); + viewForms->setObjectName(QString::fromUtf8("viewForms")); + viewForms->setEditTriggers(QAbstractItemView::NoEditTriggers); + viewForms->setAlternatingRowColors(true); + viewForms->setUniformItemSizes(true); + + vboxLayout->addWidget(viewForms); + + dwForms->setWidget(dockWidgetContents); + TrPreviewToolClass->addDockWidget(static_cast(1), dwForms); + + menuBar->addAction(menuFile->menuAction()); + menuBar->addAction(menuView->menuAction()); + menuBar->addAction(menuHelp->menuAction()); + menuView->addAction(menuViewViews->menuAction()); + menuHelp->addAction(actionAbout); + menuHelp->addAction(actionAbout_Qt); + menuFile->addAction(actionOpenForm); + menuFile->addAction(actionLoadTranslation); + menuFile->addAction(actionReloadTranslations); + menuFile->addSeparator(); + menuFile->addAction(actionClose); + mainToolBar->addAction(actionOpenForm); + mainToolBar->addAction(actionLoadTranslation); + mainToolBar->addAction(actionReloadTranslations); + + retranslateUi(TrPreviewToolClass); + + QMetaObject::connectSlotsByName(TrPreviewToolClass); + } // setupUi + + void retranslateUi(QMainWindow *TrPreviewToolClass) + { + TrPreviewToolClass->setWindowTitle(QApplication::translate("TrPreviewToolClass", "Qt Translation Preview Tool", 0, QApplication::UnicodeUTF8)); + actionOpenForm->setText(QApplication::translate("TrPreviewToolClass", "&Open Form...", 0, QApplication::UnicodeUTF8)); + actionLoadTranslation->setText(QApplication::translate("TrPreviewToolClass", "&Load Translation...", 0, QApplication::UnicodeUTF8)); + actionReloadTranslations->setText(QApplication::translate("TrPreviewToolClass", "&Reload Translations", 0, QApplication::UnicodeUTF8)); + actionReloadTranslations->setShortcut(QApplication::translate("TrPreviewToolClass", "F5", 0, QApplication::UnicodeUTF8)); + actionClose->setText(QApplication::translate("TrPreviewToolClass", "&Close", 0, QApplication::UnicodeUTF8)); + actionAbout->setText(QApplication::translate("TrPreviewToolClass", "About", 0, QApplication::UnicodeUTF8)); + actionAbout_Qt->setText(QApplication::translate("TrPreviewToolClass", "About Qt", 0, QApplication::UnicodeUTF8)); + menuView->setTitle(QApplication::translate("TrPreviewToolClass", "&View", 0, QApplication::UnicodeUTF8)); + menuViewViews->setTitle(QApplication::translate("TrPreviewToolClass", "&Views", 0, QApplication::UnicodeUTF8)); + menuHelp->setTitle(QApplication::translate("TrPreviewToolClass", "&Help", 0, QApplication::UnicodeUTF8)); + menuFile->setTitle(QApplication::translate("TrPreviewToolClass", "&File", 0, QApplication::UnicodeUTF8)); + dwForms->setWindowTitle(QApplication::translate("TrPreviewToolClass", "Forms", 0, QApplication::UnicodeUTF8)); + } // retranslateUi + +}; + +namespace Ui { + class TrPreviewToolClass: public Ui_TrPreviewToolClass {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // TRPREVIEWTOOL_H -- cgit v1.2.3