Hello
I'm developing a small CAD and I want to copy an AutoCAD feature.
More specifically, when the user types something in the drawing area,
I want it to be redirected to a certain QTextEdit.
I thought about calling onKeyPress() and onKeyRelease() functions but I'm not
sure if that's enough and it won't cause any nasty bugs. What do you think?