ddobrev / QtSharp

Mono/.NET bindings for Qt
Other
571 stars 52 forks source link

The "QObject.Sender" is null #61

Open hezhaowei opened 7 years ago

hezhaowei commented 7 years ago

in c++ i can use "sender" to identifiy which object emit signal in same one slot function: QLineEdit* pqLineEdit = qobject_cast<QLineEdit*>(sender()) but in QtSharp, the "Sender" aways null;

ddobrev commented 7 years ago

Thank you for your report. I'll check it as soon as possible.