Are you sharing the same selection model between views? Connect the selection model's selectionChanged() signal to slots in the views that need to scroll or emit your own signal that you connect to views that should stay in sync.
Are you sharing the same selection model between views? Connect the selection model's selectionChanged() signal to slots in the views that need to scroll or emit your own signal that you connect to views that should stay in sync.
gkarthick5 (23rd June 2011)
Bookmarks