答案 0 :(得分:0)
从边界框创建一个较小的矩形。
QRect adjusted(int dx1, int dy1, int dx2, int dy2) const
QRect smallerbox = boundingRect().adjusted(boundingRect.topLeft().x() +1, boundingRect.topLeft().y() +1, boundingRect.bottomRight().x() -1, boundingRect.bottomRight().y() -1);