Keng
Keng
Hi @anntzer ! I've got how to fix the first issue. @jorgesmok had a similar problem and suggested to set the canvas Focus Policy to Qt.ClickFocus. Finally the bindings worked...
The focus was on the widget, but if I didn't include set the canvas Focus Policy to Qt.ClickFocus (or even to Qt.StrongFocus) nothing works. I'll try to build a example...
In the following code I think you can see what I talked about alignment. Between the x points 1 and 2 the "Sample" annotation stays on the left, however for...
Oh yeah. I got it. For me it's ok. I have only one more question: how can a set the alignment of the text inside the annotation? I observed, in...