以下成员源于类 QRect 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
| 
(obsolete)
								QRect | intersect (const QRect & rectangle ) const | 
| 
(obsolete)
								QRect | unite (const QRect & rectangle ) const | 
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Use intersected( rectangle ) 代替。
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Use united( rectangle ) 代替。