Under Windows, I’ve seen a nice feature: If I hover with the mouse over a short text field which contains overlong text not fitting completely into the field, a tooltip opens, displaying the complete contents of the text field.
Can someone point me to a code snippet which does this with QLineEdit?
I would create a custom class derived from QLineEdit like so:
Then just add it to whatever: