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:
Volker Hilsheimer 2022-05-17 11:03:37 +02:00 committed by Joerg Bornemann
parent ae765813d0
commit 76e441c9ee
53 changed files with 180 additions and 105 deletions

View File

@ -88,7 +88,7 @@ void Uic::writeCopyrightHeaderCpp(const DomUI *ui) const
{ {
QString comment = ui->elementComment(); QString comment = ui->elementComment();
if (!comment.isEmpty()) if (!comment.isEmpty())
out << comment << "\n"; out << "/*\n" << comment << "\n*/\n\n";
out << "/********************************************************************************\n"; out << "/********************************************************************************\n";
out << "** Form generated from reading UI file '" << QFileInfo(opt.inputFile).fileName() << "'\n"; out << "** Form generated from reading UI file '" << QFileInfo(opt.inputFile).fileName() << "'\n";

View File

@ -1,7 +1,7 @@
<ui version="4.0"> <ui version="4.0">
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * 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 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
</comment> </comment>
<class>QFileDialog</class> <class>QFileDialog</class>
<widget class="QDialog" name="QFileDialog"> <widget class="QDialog" name="QFileDialog">

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<exportmacro></exportmacro> <exportmacro></exportmacro>
<class>databaseTranslationDialog</class> <class>databaseTranslationDialog</class>

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'batchtranslation.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>Config</class> <class>Config</class>
<widget class="QDialog" name="Config" > <widget class="QDialog" name="Config" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'config.ui'

View File

@ -1,8 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
## Copyright (C) 2016 The Qt Company Ltd. # Copyright (C) 2016 The Qt Company Ltd.
## SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
# #
################################################################################ ################################################################################

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>FindDialog</class> <class>FindDialog</class>
<widget class="QDialog" name="FindDialog" > <widget class="QDialog" name="FindDialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'finddialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>FormWindowSettings</class> <class>FormWindowSettings</class>
<widget class="QDialog" name="FormWindowSettings" > <widget class="QDialog" name="FormWindowSettings" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'formwindowsettings.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<exportmacro></exportmacro> <exportmacro></exportmacro>
<class>HelpDialog</class> <class>HelpDialog</class>

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'helpdialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>qdesigner_internal::ListWidgetEditor</class> <class>qdesigner_internal::ListWidgetEditor</class>
<widget class="QDialog" name="qdesigner_internal::ListWidgetEditor" > <widget class="QDialog" name="qdesigner_internal::ListWidgetEditor" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'listwidgeteditor.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>qdesigner_internal::NewActionDialog</class> <class>qdesigner_internal::NewActionDialog</class>
<widget class="QDialog" name="qdesigner_internal::NewActionDialog" > <widget class="QDialog" name="qdesigner_internal::NewActionDialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'newactiondialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<exportmacro></exportmacro> <exportmacro></exportmacro>
<class>NewForm</class> <class>NewForm</class>

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'newform.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>qdesigner_internal::OrderDialog</class> <class>qdesigner_internal::OrderDialog</class>
<widget class="QDialog" name="qdesigner_internal::OrderDialog" > <widget class="QDialog" name="qdesigner_internal::OrderDialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'orderdialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>qdesigner_internal::PaletteEditor</class> <class>qdesigner_internal::PaletteEditor</class>
<widget class="QDialog" name="qdesigner_internal::PaletteEditor" > <widget class="QDialog" name="qdesigner_internal::PaletteEditor" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'paletteeditor.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>PhraseBookBox</class> <class>PhraseBookBox</class>
<widget class="QDialog" name="PhraseBookBox" > <widget class="QDialog" name="PhraseBookBox" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'phrasebookbox.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>PluginDialog</class> <class>PluginDialog</class>
<widget class="QDialog" name="PluginDialog" > <widget class="QDialog" name="PluginDialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'plugindialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>qdesigner_internal::PreviewWidget</class> <class>qdesigner_internal::PreviewWidget</class>
<widget class="QWidget" name="qdesigner_internal::PreviewWidget" > <widget class="QWidget" name="qdesigner_internal::PreviewWidget" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'previewwidget.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>QFileDialog</class> <class>QFileDialog</class>
<widget class="QDialog" name="QFileDialog" > <widget class="QDialog" name="QFileDialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'qfiledialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>QtGradientDialog</class> <class>QtGradientDialog</class>
<widget class="QDialog" name="QtGradientDialog" > <widget class="QDialog" name="QtGradientDialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'qtgradientdialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>QtGradientEditor</class> <class>QtGradientEditor</class>
<widget class="QWidget" name="QtGradientEditor" > <widget class="QWidget" name="QtGradientEditor" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'qtgradienteditor.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>QtGradientViewDialog</class> <class>QtGradientViewDialog</class>
<widget class="QDialog" name="QtGradientViewDialog" > <widget class="QDialog" name="QtGradientViewDialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'qtgradientviewdialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>SaveFormAsTemplate</class> <class>SaveFormAsTemplate</class>
<widget class="QDialog" name="SaveFormAsTemplate" > <widget class="QDialog" name="SaveFormAsTemplate" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'saveformastemplate.ui'

View File

@ -1,8 +1,8 @@
<ui version="4.0" stdsetdef="1" > <ui version="4.0" stdsetdef="1" >
<class>Statistics</class> <class>Statistics</class>
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<widget class="QDialog" name="Statistics" > <widget class="QDialog" name="Statistics" >
<property name="objectName" > <property name="objectName" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'statistics.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>qdesigner_internal::Dialog</class> <class>qdesigner_internal::Dialog</class>
<widget class="QDialog" name="qdesigner_internal::Dialog" > <widget class="QDialog" name="qdesigner_internal::Dialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'stringlisteditor.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<exportmacro></exportmacro> <exportmacro></exportmacro>
<class>TabbedBrowser</class> <class>TabbedBrowser</class>

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'tabbedbrowser.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>qdesigner_internal::TableWidgetEditor</class> <class>qdesigner_internal::TableWidgetEditor</class>
<widget class="QDialog" name="qdesigner_internal::TableWidgetEditor" > <widget class="QDialog" name="qdesigner_internal::TableWidgetEditor" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'tablewidgeteditor.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>TranslateDialog</class> <class>TranslateDialog</class>
<widget class="QDialog" name="TranslateDialog" > <widget class="QDialog" name="TranslateDialog" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'translatedialog.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<class>qdesigner_internal::TreeWidgetEditor</class> <class>qdesigner_internal::TreeWidgetEditor</class>
<widget class="QDialog" name="qdesigner_internal::TreeWidgetEditor" > <widget class="QDialog" name="qdesigner_internal::TreeWidgetEditor" >

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'treewidgeteditor.ui'

View File

@ -1,7 +1,7 @@
<ui version="4.0" > <ui version="4.0" >
<comment> <comment>
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
</comment> </comment>
<exportmacro></exportmacro> <exportmacro></exportmacro>
<class>TrPreviewToolClass</class> <class>TrPreviewToolClass</class>

View File

@ -1,6 +1,9 @@
/*
// Copyright (C) 2016 The Qt Company Ltd. * Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 * 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' ** Form generated from reading UI file 'trpreviewtool.ui'