| 708 | } |
| 709 | |
| 710 | QRect InstanceView::visualRect(const QModelIndex& index) const |
| 711 | { |
| 712 | const_cast<InstanceView*>(this)->executeDelayedItemsLayout(); |
| 713 | |
| 714 | return geometryRect(index).translated(-offset()); |
| 715 | } |
| 716 | |
| 717 | QRect InstanceView::geometryRect(const QModelIndex& index) const |
| 718 | { |