aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/QtSvgWidgets/typesystem_svgwidgets.xml
blob: ce7a02c6851ebe297167719f375e3907d96e9642 (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
<?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">
  <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>