QwtText text("SomeText");text.setFont(font); // font with desired size, etc.plot_->setAxisTitle(QwtPlot::xLeft, text);