Thx for the idea.
Could you please clarify the following items:
1. "activate focus" - do you mean setFocus() method?
2. "reimplement key events" -ok, this is quite clear. But how do I know the exact item position to be edited? I guess I should somehow track the mouse position and the desired digit position of the LCD, right? If yes, then what is the way to get the LCD item position?
Added after 1 20 minutes:
and
3. What is the right wat to highlight the "editable" item of the current LCD value?
Inside Qt help I see the following note : "It is not possible to retrieve the contents of a QLCDNumber object, although you can retrieve the numeric value with value()". Therefore my question : is it possible to find a solution based on QLCDNumber?