MrGarbage
25th April 2007, 16:47
The answer to this may seem completely obvious - when I see it...
How does one change the Font used by QwtPlot to display the Graph and Axis titles?
It seems as if there should be a setAxisTitleFont() and setTitleFont()?
QwtPlot::initPlot() does:
d_data->lblTitle->setFont(QFont(fontInfo().family(), 14, QFont::Bold));
but I don't want to edit the source and rebuild the library...
Thanks!
How does one change the Font used by QwtPlot to display the Graph and Axis titles?
It seems as if there should be a setAxisTitleFont() and setTitleFont()?
QwtPlot::initPlot() does:
d_data->lblTitle->setFont(QFont(fontInfo().family(), 14, QFont::Bold));
but I don't want to edit the source and rebuild the library...
Thanks!