<div dir="ltr"><div><div><div><div>Hello Experts,<br><br></div>Here is a part of my code:<br>b= qt.QTableView()<br>model = qt.QStandardItemModel()<br>b.setModel(model)<br></div># ....set up of table with importing data for the items of the model<br><br></div>I easily can access to the indices of the manually selected (clicked) items by sel_mode = b.selectionModel() and sel_mode.selectedIndexes().<br>I am wondering if I can somehow import a default set of selected items in the table using a python command? In this way a group of per-determined cells in the table will be selected prior to user's interactions. <br>b.setSelection() seems the right choice but I am not sure. Would appreciate any hints.<br><br></div><div>Regards,<br></div><div>Saeed<br></div></div>