Multiple inheritance in qt
-
Please, describe what problem you have and what inheritance you need? What is your goal?
This means, use "smart question":http://www.catb.org/~esr/faqs/smart-questions.html -
-
[quote author="Neha123" date="1307534413"]can anyone send an example of inheritance( full code ) pleaseeeeee[/quote]
Moaning and crying for help is usually leading to no answers at all. Behave like a grown up and you will treated like a such, behave childish and you will be treated like a nasty child.
Begging for code is childish. This is a support forum not a do-my-homework-site.
If you have a question, write it down in a way such that others can understand it. And/or describe what you want to achieve, also in a way such that others can understand it.
You cannot have multiple inheritance with more than one QObject based base class. Although possible, and valuable in some circumstances, multiple inheritance can be very dangerous and error prone.