1

Is there a way to call pyside2-uic automatically after I save the .ui file?

Jack Lilhammers
  • 1,207
  • 7
  • 19

1 Answers1

0

I don't know what happend 3 years ago but now I set qtForPython.uic.liveExecution.enabled and qtForPython.rcc.liveExecution.enabled in vscode v1.79.2 to automacticall recompile *.ui file when it has changed.