t-artistik / qtscriptgenerator

Automatically exported from code.google.com/p/qtscriptgenerator
0 stars 0 forks source link

Multiple inheritance #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently it's awkward to work with multiply inherited classes, such as
QGraphicsWidget. You have to access the secondary base class methods by
expressions like

widget.__QGraphicsItem__.zValue(widget)

It would be nice if the bindings made it possible to simply do

widget.zValue()

Original issue reported on code.google.com by kentm...@gmail.com on 27 Jan 2009 at 12:16