aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/PySide6/qpytextobject.cpp
blob: 501db2af9a7b9e7df14eabb053426ca4d4896c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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

#include "qpytextobject.h"

/*!
    \class QPyTextObject
    \brief Workaround to make possible use QTextObjectInterface on PySide.
    \ingroup richtext-processing
    Due to the technical details of how to bind C++ classes to Python, you need to use this class when you need to implement
    your own QTextObjectInterface rather than create a class inheriting from QObject and QTextObjectInterface.

    \sa QTextObjectInterface
*/