Edvard - 2018-04-08

I have a class that inherits from QFrame class. So when I wrap my class to python via Generator tool I did not access to parent methods (for example the method “show()” from parent). My Question is how can I access to parent class method in python? Is there any specification in xml file to tell Generator for generate parents methods or not? How can I handle this issue in PythonQt?