Writing with phone, so the format may be bad.
I have a table with QTableView, there are two columns in the table. The second column contains a very long string which can't be fully shown without resizing. I want to show the string in a rectangle when I hover the mouse on one item, and the rectangle is near the mouse (many software like Eclipse and VS have such function).
I have searched the internet for a while, but still don't know how to program this view feature.


