Skip to content

Instantly share code, notes, and snippets.

@csaez
Last active December 16, 2015 17:40
Show Gist options
  • Save csaez/5472128 to your computer and use it in GitHub Desktop.
Save csaez/5472128 to your computer and use it in GitHub Desktop.
Handy shortcut to convert a .ui file into python module (using pyuic4 provided by PyQt4).
pyuic4 -x %1 -o %~n1.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment