QwtPlot::axisTitle() is a getter and it doesn't make much sense to assign something to an object, that is returned by value.
Better do something like this:
Qt Code:
To copy to clipboard, switch view to plain text mode
Uwe
QwtPlot::axisTitle() is a getter and it doesn't make much sense to assign something to an object, that is returned by value.
Better do something like this:
Qt Code:
To copy to clipboard, switch view to plain text mode
Uwe
Momergil (10th November 2013)
Bookmarks