Guest User

Untitled

a guest
Jun 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. proxy_index = self.log_list.filter_proxy_model.createIndex(index, COL_REV)
  2. model_index = self.log_list.filter_proxy_model.mapToSource(proxy_index)
  3. revno = self.log_list.model.data(model_index,QtCore.Qt.DisplayRole)
  4. self.setEditText(revno.toString())
Add Comment
Please, Sign In to add comment