Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
Adds xp1, yp1, xp2 and yp2 respectively to the existing coordinates of the rectangle.
See also adjust().
Use getCoords() instead.
See also setCoords().
Use translate() instead.
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
Use translate() instead.
Use QRect::normalized() instead
Returns a normalized rectangle, i.e. a rectangle that has a non-negative width and height.
It swaps left and right if left() > right(), and swaps top and bottom if top() > bottom().
See also isValid().
Returns a reference to the bottom coordinate of the rectangle.
See also rLeft(), rTop(), and rRight().
Returns a reference to the left coordinate of the rectangle.
See also rTop(), rRight(), and rBottom().
Returns a reference to the right coordinate of the rectangle.
See also rLeft(), rTop(), and rBottom().
Returns a reference to the top coordinate of the rectangle.
See also rLeft(), rRight(), and rBottom().
Use getRect() instead.
See also setRect().
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |