QModelIndex kk;//kk接收listview返回的行数
kk=ui->listView->selectionModel()->currentIndex();//获取listview最近行号
w=kk.row();//w是int类型接收行号