inline QPointF bottomRight() const { return QPointF(xp+w, yp+h); } inline QPointF bottomLeft() const { return QPointF(xp, yp+h); }