Quote Originally Posted by d_stranz View Post
A QwtDoubleRect is a QRectF. From the Qwt docs:

Qt Code:
  1. typedef QPointF QwtDoublePoint
  2. typedef QSizeF QwtDoubleSize
  3. typedef QRectF QwtDoubleRect
To copy to clipboard, switch view to plain text mode 

Yes, it is true, but my question was not exactly what I meant. The real question was: the third parameter shouldn't be area instead of rect?

Thx