Skip to content

machinekoder/python_qt_binding_stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stub for python_qt_binding module

It's quite annoying that most ides can't fully resolve the python_qt_binding module. This repo contains a workaround for this.

Before this fix: before

After this fix: after

Hooray!

Generate some stubs

To regenerate the stubs run the create_stubs.py script.

VSCode

Add this in your settings.json:

    "python.analysis.extraPaths": [
        "<path>/python_qt_binding_stub",
    ],

About

Stub for python_qt_binding module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages