Skip to content
  • Kate Corcoran's avatar
    Add type stubs for non-SIP python APIs · 57310567
    Kate Corcoran authored and Halla Rempt's avatar Halla Rempt committed
    Some Python APIs (e.g. DockWidgetFactory) aren't generated by SIP, which means they don't appear in the generated type stubs. This commit adds them by joining the auto-generated type stubs with a hand-written file.
    
    After hours of research I gave up on getting CMake to join the files and just wrote a small python script to do it.
    57310567