Hi,

Is it possible to draw a draw a curve without a title. In the following code i specified title as an empty string but the legend for the curve still appears. If i leave out the title definition, a default value is used.

Qt Code:
  1. QwtText ctitle("");
  2. ctitle.setFont(QFont("Helvetica", 14));
  3. curve->setTitle(ctitle);
To copy to clipboard, switch view to plain text mode 

Cheers