You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: