pyqt-by-example icon indicating copy to clipboard operation
pyqt-by-example copied to clipboard

Question

Open frozenyeti789 opened this issue 10 years ago • 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 avatar Nov 29 '15 13:11 frozenyeti789

@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.

daniellivingston avatar Sep 06 '22 21:09 daniellivingston