I am trying to use realtime example from qwt to provide for zoomer and svgmap example to provide panner ,Also I want to use custom transform ability.
I am trying to make single header and single class which inherits from the 3 classes But errors occur because each plotting class in the examples inherits from qwtplot and has Qobject macro.
how I can make this single class which inherits interface of the other 3 classes,Then in the constructor how can I merge the 3 constructors??