Skip to content

"Signal" is not exported from module "qtpy.QtCore" #520

@mhamid3d

Description

@mhamid3d

With qtpy 2.4.3 and PySide6 6.1.0, I'm unable to use QtCore.Signal without an error from Pylance in VSCode:

"Signal" is not exported from module "qtpy.QtCore"

I've tried this on a fresh VM with with vscode and I get the same error.

from qtpy import QtCore

signal = QtCore.Signal()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions