This is a bit of a beginners question but I don't find the solution.
I'm using an own object that inherits from QLineEdit
and reiceves numbers as input (which works smoothly now).
Now I want to receive an event, when the user presses the Escape-button. This does not happen with the textChanged()
-event. According to the documentation there is no special escape-event. So how else can this be done?
Thanks!