Try installing the event filter for date edit's children and see if any of them receives the focus out event.
Something like:
Qt Code:
child->installEventFilter(eventFilter);To copy to clipboard, switch view to plain text mode
Try installing the event filter for date edit's children and see if any of them receives the focus out event.
Something like:
Qt Code:
child->installEventFilter(eventFilter);To copy to clipboard, switch view to plain text mode
J-P Nurmi
Thanks for your help.
I found the problem. I ran uic on the form from DOS. And I think .NET did not realize that a new object-file was needed.
I deleted the object-file to force the compiler to generate a new, and then my code worked.![]()
Bookmarks