Reputation: 580
I have a Qt 3.3 application that instantiates a WebBrowser control and I need to fire a CustomEvent at the current document with a JSON string as the detail property.
A similar question has been asked before but the answer uses deprecated APIs (e.g. createEventObject
). What is the currently recommended approach? I am having great difficulty finding any documentation online and the procedure seems to be quite complex to achieve a simple result.
Upvotes: 0
Views: 44