Python Forum
Are there programs that convert .ui files to .py for you?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Are there programs that convert .ui files to .py for you?
#5
(Sep-02-2019, 08:00 PM)Axel_Erfurt Wrote: go to your terminal

If you have Linux or OSX you can check if pyuic5 is installed

which pyuic5

adjust 'myfolder' to the path of your folder and myfile to the name of your file

cd myfolder

pyuic5 -x myfile.ui -o myfile.py

eh, nevermind. I'm not cut out for programming at all.
Reply


Messages In This Thread
RE: Are there programs that convert .ui files to .py for you? - by Mocap - Sep-02-2019, 10:33 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020