The `left` property in PyQt4.QtCore.QRect represents the x-coordinate of the left side of a rectangle. It is a read-only property that returns the leftmost x-coordinate value of the rectangle.
Python QRect.left - 48 examples found. These are the top rated real world Python examples of PyQt4.QtCore.QRect.left extracted from open source projects. You can rate examples to help us improve the quality of examples.