If you need the selected items to be in sync then you need to share the selection model. A selection model belonging to one view can be obtained using the view's selectionModel() function, and shared between many views with setSelectionModel().
Get QComboBox::view()::selectionModel(). Then QListView::setSelectionModel(...)