Hi,
Qt Code:
  1. vector<Some>::iterator ii;
To copy to clipboard, switch view to plain text mode 
is possbile convert an iterator to int? I'd like retrieve, let an ii, the number (int) of element indexed from ii in the <vector>
Thanks