qtdesigner.cpp 333 B

1234567
  1. // Copyright (C) 2021 The Qt Company Ltd.
  2. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
  3. // @snippet qtdesigner-registercustomwidget
  4. if (!QPyDesignerCustomWidgetCollection::_registerCustomWidgetHelper(%PYARG_1, kwds))
  5. return {};
  6. // @snippet qtdesigner-registercustomwidget