how to get signal when field is activated (Python, PyQt5, QDateEdit)

64 Views Asked by At

I need to receive a signal when the field (QDateEdit) is activated. I did not find such a signal in the documentation. Perhaps i need to redefine the class for this? but I don't know how to describe it all in working code

0

There are 0 best solutions below