Hello
I'm a newbie with pyside, so I've a newbie question :
I've 2 QtextEdit (QTE1 and QTE2) and I want to display the cursor position
self.QTE1.connect(SIGNAL('cursorPositionChanged()'), self.cursorposition)
self.QTE2.connect(SIGNAL('cursorPositionChanged()'), self.cursorposition)
In "self.cursorposition", how to get the widget emitted the signal to
display the cursor position of this widget ?
With GTK, I pass the widget as argument...
Thanks.
David.
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside