Quote Originally Posted by Uwe View Post
The size is an attribute of a QFont. How to assign a QFont is explained above.

Uwe
But in that case, setting the plot font to the same font as the rest of the widget, for example by:

Qt Code:
  1. myPlot-> axisTitle(QwtPlot::xBottom).setFont(this -> font());
To copy to clipboard, switch view to plain text mode 

... should result in the font size, as well as the font style, being synchronised. My axes titles are still in a much bigger font than everything else, however.

What am I missing?