Hi, is there any way to implement tooltips for QListViewItems (hints, etc)?
In general, I want to do the following thing:
I have a QListView with columns that cannot fit in the viewport and thus a horizontal scroll bar is displayed. When the user hovers an item, I want to be able to show all the text in the column in a tooltip if and only if that text is not shown in its whole (there are parts of the text that have not been displayed because the scrolling area moved in such a way that it hides parts of the text)