Python PyQt Gui Basics Button Window PyQt4 Pt1

This is just some quick scrap notes on the basics of Python GUI building using PyQt.

In [1]:

 


 

the ‘init‘ statements runs anytime we call call the Window class we have created and it runs all the code in the Window class

the _init__ method calls the super constructor and then sets the geometry and titles and finally shows the window

In [ ]:

 

In [ ]:

 

 

Want more information like this?

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *