<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><div>Hello everybody, using QGraphics, I put a rectangle on an image and I'm trying to limit it to QGraphiscsScene area when I move it with the mouse, I followed what the Qt documentation says (<a href="http://doc.qt.io/qt-5/qgraphicsitem.html#itemChange" target="_blank">http://doc.qt.io/qt-5/qgraphicsitem.html#itemChange</a>), but when I run the code, it only limits the rectangle on the left and upper end of the scene, on the right and bottom end, he continues to exceed the boundaries of the scene when I move the rectangle, can anyone help me telling me how to limit the rectangle in all areas?</div><div>The code is attached, just run it and test it to see the problem if I did not explain precisely, thank you.</div>                                     </div></body>
</html>