Compatibility Members for QRect

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

Public Functions

QRect intersect(const QRect & rectangle) const
QRect unite(const QRect & rectangle) const

Member Function Documentation

QRect QRect::intersect(const QRect & rectangle) const

Use intersected(rectangle) instead.

QRect QRect::unite(const QRect & rectangle) const

Use united(rectangle) instead.