<div dir="ltr"><div><div>Ah, sorry, it's:<br><br>    self.arrivals_view.model().index(model_index.row(), 2).data()<br><br></div>Obviously, since the index() method accepts an int row and int col, and the QModelIndex instance provides a row() method that returns just that.<br><br></div>Get friendly with your documentation. ;-)<br><br><a href="http://doc.qt.io/qt-5/qabstractitemmodel.html#index">http://doc.qt.io/qt-5/qabstractitemmodel.html#index</a><br><a href="http://doc.qt.io/qt-5/qmodelindex.html#row">http://doc.qt.io/qt-5/qmodelindex.html#row</a> <br></div>