| 718 | } |
| 719 | |
| 720 | QRect InstanceView::visualRect(const QModelIndex &index) const |
| 721 | { |
| 722 | const_cast<InstanceView*>(this)->executeDelayedItemsLayout(); |
| 723 | |
| 724 | return geometryRect(index).translated(-offset()); |
| 725 | } |
| 726 | |
| 727 | QRect InstanceView::geometryRect(const QModelIndex &index) const |
| 728 | { |