I used contentsRect() to receive a QRect object, then used .height() to extract the height. Viewed in the debugger, the QRect is (8,8,352,220), but when I retrieve the height it's retrieved as 213.
Not causing a problem -- just curious as to what's going on here.

Reply With Quote


