pysidedynamicclass_p.h 435 B

123456789101112131415
  1. // Copyright (C) 2025 Ford Motor Company
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. #ifndef PYSIDE_DYNAMIC_CLASS_P_H
  4. #define PYSIDE_DYNAMIC_CLASS_P_H
  5. #include <sbkpython.h>
  6. #include <QtCore/qtclasshelpermacros.h>
  7. QT_FORWARD_DECLARE_STRUCT(QMetaObject)
  8. PyTypeObject *createDynamicClass(QMetaObject *meta, PyObject *properties_capsule);
  9. #endif // PYSIDE_DYNAMIC_CLASS_P_H