I tried to set an extra Title on the right side:
Qt Code:
  1. qwtPlot->setAxisTitle(QwtPlot::yLeft, "Gain");
  2. qwtPlot->setAxisTitle(QwtPlot::yRight, "Energy");
To copy to clipboard, switch view to plain text mode 
I can see however only the axis title on the left side.
Is this code wrong ?

Matthias