Is there a way to call pyside2-uic on Save?

121 Views Asked by At

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

1

There are 1 best solutions below

1
On

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.