ralsina/pyqt-by-example

Question

frozenyeti789 opened this issue · 1 comments

Hi, I'm quite new to the programming in general especially to the GUI development so I've a very simple question, which platform do I need to use in order to run this code? Aside from this how did you convert the ui file into the py? THANX

@frozenyeti789 PyQt will work on any platform where Qt and Python both exist. The .ui file does not get converted to .py; it is in fact used by Qt to initially generate the GUI. I would suggest going to Qt's website and researching the fundamentals of Qt before attempting to program anything.