aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml')
-rw-r--r--sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml56
1 files changed, 10 insertions, 46 deletions
diff --git a/sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml b/sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml
index ac574b5bc..7d37cbddf 100644
--- a/sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml
+++ b/sources/pyside6/PySide6/QtDesigner/typesystem_designer.xml
@@ -1,46 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-/****************************************************************************
-**
-** Copyright (C) 2021 The Qt Company Ltd.
-** Contact: https://www.qt.io/licensing/
-**
-** This file is part of Qt for Python.
-**
-** $QT_BEGIN_LICENSE:LGPL$
-** 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 https://www.qt.io/terms-conditions. For further
-** information use the contact form at https://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 3 as published by the Free Software
-** Foundation and appearing in the file LICENSE.LGPL3 included in the
-** packaging of this file. Please review the following information to
-** ensure the GNU Lesser General Public License version 3 requirements
-** will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
-**
-** GNU General Public License Usage
-** Alternatively, this file may be used under the terms of the GNU
-** General Public License version 2.0 or (at your option) the GNU General
-** Public license version 3 or any later version approved by the KDE Free
-** Qt Foundation. The licenses are as published by the Free Software
-** Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
-** included in the packaging of this file. Please review the following
-** information to ensure the GNU General Public License requirements will
-** be met: https://www.gnu.org/licenses/gpl-2.0.html and
-** https://www.gnu.org/licenses/gpl-3.0.html.
-**
-** $QT_END_LICENSE$
-**
-****************************************************************************/
+// Copyright (C) 2021 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
-->
-<typesystem package="PySide6.QtDesigner">
+<typesystem package="PySide6.QtDesigner"
+ namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE">
<load-typesystem name="QtWidgets/typesystem_widgets.xml" generate="no"/>
+
+ <rejection class="qdesigner_internal"/>
+
<object-type name="QAbstractExtensionFactory"/>
<object-type name="QAbstractExtensionManager"/>
<object-type name="QAbstractFormBuilder"/>
@@ -58,7 +26,6 @@
unexposed DomUI classes, we cannot generate a wrapper. -->
<object-type name="QDesignerDnDItemInterface" disable-wrapper="yes">
<enum-type name="DropType"/>
- <modify-function signature="QDesignerDnDItemInterface()" remove="all"/>
</object-type>
<object-type name="QDesignerDynamicPropertySheetExtension"/>
<object-type name="QDesignerFormEditorInterface"/>
@@ -71,7 +38,6 @@
<object-type name="QDesignerFormWindowInterface" disable-wrapper="yes">
<enum-type name="FeatureFlag" flags="Feature"/>
<enum-type name="ResourceFileSaveMode"/>
- <modify-function signature="QDesignerFormWindowInterface(QWidget*,QFlags&lt;Qt::WindowType&gt;)" remove="all"/>
</object-type>
<object-type name="QDesignerFormWindowManagerInterface">
<enum-type name="Action"/>
@@ -93,6 +59,7 @@
</object-type>
<object-type name="QExtensionManager"/>
<object-type name="QExtensionFactory"/>
+ <object-type name="QFormBuilder"/>
<object-type name="QPyDesignerCustomWidgetCollection" disable-wrapper="yes">
<extra-includes>
<include file-name="qpydesignerextensions.h" location="global"/>
@@ -103,14 +70,10 @@
</modify-argument>
</modify-function>
<!-- Force VARARGS/keyword arguments by giving a default parameters -->
- <add-function signature='registerCustomWidget(PyObject*,const QString&amp; @xml@ = {}, const QString&amp; @tool_tip@ = {}, const QString&amp; @group@ = {}, const QString&amp; @module@ = {}, bool @container@ = false, const QString&amp; @icon@ = {})'
+ <add-function signature='registerCustomWidget(PyObject*@customWidgetType@,const QString&amp; @xml@ = {}, const QString&amp; @tool_tip@ = {}, const QString&amp; @group@ = {}, const QString&amp; @module@ = {}, bool @container@ = false, const QString&amp; @icon@ = {})'
return-type='void' static='true'>
- <modify-argument index="1">
- <rename to="customWidgetType"/>
- </modify-argument>
<inject-code class="target" position="beginning" file="../glue/qtdesigner.cpp" snippet="qtdesigner-registercustomwidget"/>
</add-function>
- <modify-function signature="QPyDesignerCustomWidgetCollection()" remove="all"/>
</object-type>
<object-type name="QPyDesignerContainerExtension">
<extra-includes>
@@ -136,4 +99,5 @@
<!-- Suppress all QString */int * out parameters -->
<suppress-warning text="^There's no user provided way.*handle the primitive type.*$"/>
<suppress-warning text="^.*skipping abstract function.*QtResourceSet.*$"/>
+ <suppress-warning text="^.*skipping abstract function.*DomUI.*$"/>
</typesystem>