Hi,
I hav e a QListView object that's loaded with a QStringListModel and what I want, is to load particular tooltip information for each element and display when the mouse hovers over the row.
I've tried this but it doesn't seem to work:
Anybody here that can help me with this?Qt Code:
qDebug() << model->setData(idx, "Some tooltip",Qt::ToolTipRole);To copy to clipboard, switch view to plain text mode
Bookmarks