Compatibility Members for QRectF

The following members of class QRectFare part of the Qt compatibility layer. We advise against using them in new code.

Public Functions

QRectF intersect(const QRectF & rectangle) const
QRectF unite(const QRectF & rectangle) const

Member Function Documentation

QRectF QRectF::intersect(const QRectF & rectangle) const

Use intersected(rectangle) instead.

QRectF QRectF::unite(const QRectF & rectangle) const

Use united(rectangle) instead.