| 683 | } |
| 684 | |
| 685 | QRect InstanceView::visualRect(const QModelIndex &index) const |
| 686 | { |
| 687 | const_cast<InstanceView*>(this)->executeDelayedItemsLayout(); |
| 688 | |
| 689 | return geometryRect(index).translated(-offset()); |
| 690 | } |
| 691 | |
| 692 | QRect InstanceView::geometryRect(const QModelIndex &index) const |
| 693 | { |