aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtSvgWidgets/typesystem_svgwidgets.xml
blob: 36bda1ea3ba601f21c08cf2911c675277b9f9f79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!--
// Copyright (C) 2020 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.QtSvgWidgets"
            namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE">
  <load-typesystem name="QtSvg/typesystem_svg.xml" generate="no"/>
  <load-typesystem name="QtWidgets/typesystem_widgets.xml" generate="no"/>

  <object-type name="QSvgWidget"/>

  <object-type name="QGraphicsSvgItem">
    <modify-function signature="QGraphicsSvgItem(QGraphicsItem*)">
      <modify-argument index="this">
          <parent index="1" action="add"/>
      </modify-argument>
    </modify-function>
    <modify-function signature="QGraphicsSvgItem(const QString&amp;,QGraphicsItem*)">
      <modify-argument index="this">
          <parent index="2" action="add"/>
      </modify-argument>
    </modify-function>
  </object-type>
</typesystem>