qt5base-lts/tests/auto/tools/uic/baseline/phrasebookbox.ui.h
Jani Heikkinen 83a5694dc2 Update copyright headers
Qt copyrights are now in The Qt Company, so we could update the source
code headers accordingly. In the same go we should also fix the links to
point to qt.io.

Outdated header.LGPL removed (use header.LGPL21 instead)

Old header.LGPL3 renamed to header.LGPL3-COMM to match actual licensing
combination. New header.LGPL-COMM taken in the use file which were
using old header.LGPL3 (src/plugins/platforms/android/extract.cpp)

Added new header.LGPL3 containing Commercial + LGPLv3 + GPLv2 license
combination

Change-Id: I6f49b819a8a20cc4f88b794a8f6726d975e8ffbe
Reviewed-by: Matti Paaso <matti.paaso@theqtcompany.com>
2015-02-11 06:49:51 +00:00

237 lines
8.8 KiB
C++

/*
*********************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the autotests of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL21$
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance with the commercial license agreement provided with the
** Software or, alternatively, in accordance with the terms contained in
** a written agreement between you and The Qt Company. For licensing terms
** and conditions see http://www.qt.io/terms-conditions. For further
** information use the contact form at http://www.qt.io/contact-us.
**
** 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 or version 3 as published by the Free
** Software Foundation and appearing in the file LICENSE.LGPLv21 and
** LICENSE.LGPLv3 included in the packaging of this file. Please review the
** following information to ensure the GNU Lesser General Public License
** requirements will be met: https://www.gnu.org/licenses/lgpl.html and
** http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
**
** As a special exception, The Qt Company gives you certain additional
** rights. These rights are described in The Qt Company LGPL Exception
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
** $QT_END_LICENSE$
**
*********************************************************************
*/
/********************************************************************************
** Form generated from reading UI file 'phrasebookbox.ui'
**
** Created by: Qt User Interface Compiler version 5.0.0
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef PHRASEBOOKBOX_H
#define PHRASEBOOKBOX_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTreeView>
#include <QtWidgets/QVBoxLayout>
QT_BEGIN_NAMESPACE
class Ui_PhraseBookBox
{
public:
QHBoxLayout *unnamed;
QVBoxLayout *inputsLayout;
QGridLayout *gridLayout;
QLabel *target;
QLineEdit *targetLed;
QLabel *source;
QLineEdit *definitionLed;
QLineEdit *sourceLed;
QLabel *definition;
QTreeView *phraseList;
QVBoxLayout *buttonLayout;
QPushButton *newBut;
QPushButton *removeBut;
QPushButton *saveBut;
QPushButton *closeBut;
QSpacerItem *spacer1;
void setupUi(QDialog *PhraseBookBox)
{
if (PhraseBookBox->objectName().isEmpty())
PhraseBookBox->setObjectName(QStringLiteral("PhraseBookBox"));
PhraseBookBox->resize(596, 454);
unnamed = new QHBoxLayout(PhraseBookBox);
unnamed->setSpacing(6);
unnamed->setContentsMargins(11, 11, 11, 11);
unnamed->setObjectName(QStringLiteral("unnamed"));
inputsLayout = new QVBoxLayout();
inputsLayout->setSpacing(6);
inputsLayout->setObjectName(QStringLiteral("inputsLayout"));
gridLayout = new QGridLayout();
gridLayout->setSpacing(6);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
target = new QLabel(PhraseBookBox);
target->setObjectName(QStringLiteral("target"));
gridLayout->addWidget(target, 1, 0, 1, 1);
targetLed = new QLineEdit(PhraseBookBox);
targetLed->setObjectName(QStringLiteral("targetLed"));
gridLayout->addWidget(targetLed, 1, 1, 1, 1);
source = new QLabel(PhraseBookBox);
source->setObjectName(QStringLiteral("source"));
gridLayout->addWidget(source, 0, 0, 1, 1);
definitionLed = new QLineEdit(PhraseBookBox);
definitionLed->setObjectName(QStringLiteral("definitionLed"));
gridLayout->addWidget(definitionLed, 2, 1, 1, 1);
sourceLed = new QLineEdit(PhraseBookBox);
sourceLed->setObjectName(QStringLiteral("sourceLed"));
gridLayout->addWidget(sourceLed, 0, 1, 1, 1);
definition = new QLabel(PhraseBookBox);
definition->setObjectName(QStringLiteral("definition"));
gridLayout->addWidget(definition, 2, 0, 1, 1);
inputsLayout->addLayout(gridLayout);
phraseList = new QTreeView(PhraseBookBox);
phraseList->setObjectName(QStringLiteral("phraseList"));
phraseList->setRootIsDecorated(false);
phraseList->setUniformRowHeights(true);
phraseList->setItemsExpandable(false);
phraseList->setSortingEnabled(true);
phraseList->setExpandsOnDoubleClick(false);
inputsLayout->addWidget(phraseList);
unnamed->addLayout(inputsLayout);
buttonLayout = new QVBoxLayout();
buttonLayout->setSpacing(6);
buttonLayout->setObjectName(QStringLiteral("buttonLayout"));
newBut = new QPushButton(PhraseBookBox);
newBut->setObjectName(QStringLiteral("newBut"));
buttonLayout->addWidget(newBut);
removeBut = new QPushButton(PhraseBookBox);
removeBut->setObjectName(QStringLiteral("removeBut"));
buttonLayout->addWidget(removeBut);
saveBut = new QPushButton(PhraseBookBox);
saveBut->setObjectName(QStringLiteral("saveBut"));
buttonLayout->addWidget(saveBut);
closeBut = new QPushButton(PhraseBookBox);
closeBut->setObjectName(QStringLiteral("closeBut"));
buttonLayout->addWidget(closeBut);
spacer1 = new QSpacerItem(20, 51, QSizePolicy::Minimum, QSizePolicy::Expanding);
buttonLayout->addItem(spacer1);
unnamed->addLayout(buttonLayout);
#ifndef QT_NO_SHORTCUT
target->setBuddy(targetLed);
source->setBuddy(sourceLed);
definition->setBuddy(definitionLed);
#endif // QT_NO_SHORTCUT
QWidget::setTabOrder(sourceLed, targetLed);
QWidget::setTabOrder(targetLed, definitionLed);
QWidget::setTabOrder(definitionLed, newBut);
QWidget::setTabOrder(newBut, removeBut);
QWidget::setTabOrder(removeBut, saveBut);
QWidget::setTabOrder(saveBut, closeBut);
retranslateUi(PhraseBookBox);
QMetaObject::connectSlotsByName(PhraseBookBox);
} // setupUi
void retranslateUi(QDialog *PhraseBookBox)
{
PhraseBookBox->setWindowTitle(QApplication::translate("PhraseBookBox", "Edit Phrase Book", 0));
#ifndef QT_NO_WHATSTHIS
PhraseBookBox->setWhatsThis(QApplication::translate("PhraseBookBox", "This window allows you to add, modify, or delete phrases in a phrase book.", 0));
#endif // QT_NO_WHATSTHIS
target->setText(QApplication::translate("PhraseBookBox", "&Translation:", 0));
#ifndef QT_NO_WHATSTHIS
targetLed->setWhatsThis(QApplication::translate("PhraseBookBox", "This is the phrase in the target language corresponding to the source phrase.", 0));
#endif // QT_NO_WHATSTHIS
source->setText(QApplication::translate("PhraseBookBox", "S&ource phrase:", 0));
#ifndef QT_NO_WHATSTHIS
definitionLed->setWhatsThis(QApplication::translate("PhraseBookBox", "This is a definition for the source phrase.", 0));
#endif // QT_NO_WHATSTHIS
#ifndef QT_NO_WHATSTHIS
sourceLed->setWhatsThis(QApplication::translate("PhraseBookBox", "This is the phrase in the source language.", 0));
#endif // QT_NO_WHATSTHIS
definition->setText(QApplication::translate("PhraseBookBox", "&Definition:", 0));
#ifndef QT_NO_WHATSTHIS
newBut->setWhatsThis(QApplication::translate("PhraseBookBox", "Click here to add the phrase to the phrase book.", 0));
#endif // QT_NO_WHATSTHIS
newBut->setText(QApplication::translate("PhraseBookBox", "&New Phrase", 0));
#ifndef QT_NO_WHATSTHIS
removeBut->setWhatsThis(QApplication::translate("PhraseBookBox", "Click here to remove the phrase from the phrase book.", 0));
#endif // QT_NO_WHATSTHIS
removeBut->setText(QApplication::translate("PhraseBookBox", "&Remove Phrase", 0));
#ifndef QT_NO_WHATSTHIS
saveBut->setWhatsThis(QApplication::translate("PhraseBookBox", "Click here to save the changes made.", 0));
#endif // QT_NO_WHATSTHIS
saveBut->setText(QApplication::translate("PhraseBookBox", "&Save", 0));
#ifndef QT_NO_WHATSTHIS
closeBut->setWhatsThis(QApplication::translate("PhraseBookBox", "Click here to close this window.", 0));
#endif // QT_NO_WHATSTHIS
closeBut->setText(QApplication::translate("PhraseBookBox", "Close", 0));
} // retranslateUi
};
namespace Ui {
class PhraseBookBox: public Ui_PhraseBookBox {};
} // namespace Ui
QT_END_NAMESPACE
#endif // PHRASEBOOKBOX_H