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?
#7
Or even better do not use a UI file at all adding garbage code to a program functional or not is never really a good idea especially since making that UI code via normal pyqt methods is just as easy and is a whole lot easier to work with later on when you inevitably need to make adjustments or modifications to it. If you need help with doing this just holler out be more than happy to guide you in it otherwise enjoy the pain that dealing with garbage code is going to bring you.
Reply


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

Forum Jump:

User Panel Messages

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