On 23Sep2021 20:38, Mohsen Owzar wrote:
I'm writing since almost one-year codes in Python, using TKinter and
PyQt5.
I'm somehow able to writes GUIs in both of them.
But since I'm using more Pyqt5 and using classes with initialization and
super() constructs, and also I saw lots of videos and ex
Those are contradictory for what you are trying to accomplish unless it is a
Parent - Child relationship (MainWindow - Window):
When you super() an object, it enherits all the properties from its parent
object.
Source:
https://www.w3schools.com/python/python_inheritance.asp
If what you want
Hi Guys
I'm writing since almost one-year codes in Python, using TKinter and PyQt5.
I'm somehow able to writes GUIs in both of them.
But since I'm using more Pyqt5 and using classes with initialization and
super() constructs, and also I saw lots of videos and examples of coding them,
I still don’