QtWebView.pyi 548 B

123456789101112131415161718192021222324
  1. # Copyright (C) 2022 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. """
  4. This file contains the exact signatures for all functions in module
  5. PySide6.QtWebView, except for defaults which are replaced by "...".
  6. """
  7. # mypy: disable-error-code="override, overload-overlap"
  8. # Module `PySide6.QtWebView`
  9. import PySide6.QtWebView
  10. from shiboken6 import Shiboken
  11. class QIntList: ...
  12. class QtWebView(Shiboken.Object):
  13. @staticmethod
  14. def initialize() -> None: ...
  15. # eof