Inheritance in PyQt4

Hello,

Is it possible to fake multiple inheritance in PyQt4?
I want to create the new class (from QSystemTrayIcon). So, I want to add there some new widgets like, for example, QLabel (as I understand, right now it’s possable to add QMenu only).
Is it possible? And if yes, how can I do that?

Thanks,
Alex