Make uic generate correct C++ comments
Revert the change to uic of 05fc3aef53348fb58be6308076e000825b704e58. Task-number: QTBUG-67283 Change-Id: Icfd83bb6d80b91d4e58f1be460f6772ba49a6921 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
parent
ae765813d0
commit
76e441c9ee
@ -88,7 +88,7 @@ void Uic::writeCopyrightHeaderCpp(const DomUI *ui) const
|
||||
{
|
||||
QString comment = ui->elementComment();
|
||||
if (!comment.isEmpty())
|
||||
out << comment << "\n";
|
||||
out << "/*\n" << comment << "\n*/\n\n";
|
||||
|
||||
out << "/********************************************************************************\n";
|
||||
out << "** Form generated from reading UI file '" << QFileInfo(opt.inputFile).fileName() << "'\n";
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0">
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
||||
</comment>
|
||||
<class>QFileDialog</class>
|
||||
<widget class="QDialog" name="QFileDialog">
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>databaseTranslationDialog</class>
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'batchtranslation.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>Config</class>
|
||||
<widget class="QDialog" name="Config" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'config.ui'
|
||||
|
@ -1,8 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
#
|
||||
## Copyright (C) 2016 The Qt Company Ltd.
|
||||
## SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
# Copyright (C) 2016 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
#
|
||||
|
||||
################################################################################
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>FindDialog</class>
|
||||
<widget class="QDialog" name="FindDialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'finddialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>FormWindowSettings</class>
|
||||
<widget class="QDialog" name="FormWindowSettings" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'formwindowsettings.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>HelpDialog</class>
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'helpdialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>qdesigner_internal::ListWidgetEditor</class>
|
||||
<widget class="QDialog" name="qdesigner_internal::ListWidgetEditor" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'listwidgeteditor.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>qdesigner_internal::NewActionDialog</class>
|
||||
<widget class="QDialog" name="qdesigner_internal::NewActionDialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'newactiondialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>NewForm</class>
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'newform.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>qdesigner_internal::OrderDialog</class>
|
||||
<widget class="QDialog" name="qdesigner_internal::OrderDialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'orderdialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>qdesigner_internal::PaletteEditor</class>
|
||||
<widget class="QDialog" name="qdesigner_internal::PaletteEditor" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'paletteeditor.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>PhraseBookBox</class>
|
||||
<widget class="QDialog" name="PhraseBookBox" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'phrasebookbox.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>PluginDialog</class>
|
||||
<widget class="QDialog" name="PluginDialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'plugindialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>qdesigner_internal::PreviewWidget</class>
|
||||
<widget class="QWidget" name="qdesigner_internal::PreviewWidget" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'previewwidget.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>QFileDialog</class>
|
||||
<widget class="QDialog" name="QFileDialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qfiledialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>QtGradientDialog</class>
|
||||
<widget class="QDialog" name="QtGradientDialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qtgradientdialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>QtGradientEditor</class>
|
||||
<widget class="QWidget" name="QtGradientEditor" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qtgradienteditor.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>QtGradientViewDialog</class>
|
||||
<widget class="QDialog" name="QtGradientViewDialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'qtgradientviewdialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>SaveFormAsTemplate</class>
|
||||
<widget class="QDialog" name="SaveFormAsTemplate" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'saveformastemplate.ui'
|
||||
|
@ -1,8 +1,8 @@
|
||||
<ui version="4.0" stdsetdef="1" >
|
||||
<class>Statistics</class>
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<widget class="QDialog" name="Statistics" >
|
||||
<property name="objectName" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'statistics.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>qdesigner_internal::Dialog</class>
|
||||
<widget class="QDialog" name="qdesigner_internal::Dialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'stringlisteditor.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>TabbedBrowser</class>
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tabbedbrowser.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>qdesigner_internal::TableWidgetEditor</class>
|
||||
<widget class="QDialog" name="qdesigner_internal::TableWidgetEditor" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tablewidgeteditor.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>TranslateDialog</class>
|
||||
<widget class="QDialog" name="TranslateDialog" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'translatedialog.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<class>qdesigner_internal::TreeWidgetEditor</class>
|
||||
<widget class="QDialog" name="qdesigner_internal::TreeWidgetEditor" >
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'treewidgeteditor.ui'
|
||||
|
@ -1,7 +1,7 @@
|
||||
<ui version="4.0" >
|
||||
<comment>
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
</comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>TrPreviewToolClass</class>
|
||||
|
@ -1,6 +1,9 @@
|
||||
/*
|
||||
|
||||
// Copyright (C) 2016 The Qt Company Ltd.
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
* Copyright (C) 2016 The Qt Company Ltd.
|
||||
* SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||
|
||||
*/
|
||||
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'trpreviewtool.ui'
|
||||
|
Loading…
x
Reference in New Issue
Block a user