I created a ListView, which displays a couple of pages of content defined by the user (plain text). The page displayed is a delegate. Only one page is visible at a time. I decid
You can do like that:
QModelIndex index =this->indexAt(event->pos()); this ->setCurrentIndex(index);