In the first view,you could have :
Qt Code:
connect(ui.filesView->selectionModel(), SIGNAL(currentRowChanged(const QModelIndex&, const QModelIndex&)), 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.




Reply With Quote

Bookmarks