Intercept creation of comboboxes in QtWebKit
-
Do you have the same behavior like I do?: http://qt-project.org/forums/viewthread/25723
-
[quote author="AcerExtensa" date="1368426714"]Do you have the same behavior like I do?: http://qt-project.org/forums/viewthread/25723[/quote]
No... I need intercept creation of combobox to create custom combobox, that has its own reaction on events.
I already reimplement methods like QWebPage::javaScriptConfirm to create custom widgets. But for combobox creation I didnt find right method.
Please help!