| 200 | } |
| 201 | |
| 202 | QRect AbstractAreaBase::innerRect() const |
| 203 | { |
| 204 | int left; |
| 205 | int top; |
| 206 | int right; |
| 207 | int bottom; |
| 208 | getFrameLeadings(left, top, right, bottom); |
| 209 | return QRect(QPoint(0, 0), areaGeometry().size()).adjusted(left, top, -right, -bottom); |
| 210 | } |
| 211 | |
| 212 | void AbstractAreaBase::positionHasChanged() |
| 213 | { |