Qt is not a language. Qt is C++. Anything that goes in C++, goes in Qt. Thus you can't use the "super" keyword in Qt because there is no such keyword in C++. If you understand inheritance in C++, there is nothing else you need to learn about it to be able to use it with Qt.
Bookmarks