In the first view,you could have :

Qt Code:
  1. connect(ui.filesView->selectionModel(),
  2. SIGNAL(currentRowChanged(const QModelIndex&,
  3. const QModelIndex&)),
  4. this, SLOT(updateFileView()));
To copy to clipboard, switch view to plain text mode 

The updated view could have a view with data from the selected file from the first view.