QtWebkit bridge in Qt Jambi
-
Hello everyone!
Can QtWebkit bridge be used in QtJambi? We need to rewrite an application but it has to be in written in Java as base language. The application is fully supported with the capabilities of the bridge technology, and the native code is very little (is not a pain rewrite it in Java) but the HTML+CSS+JavaScript work is huge and we don't want to lose it.Waiting for clarifications and thanks in advance.
-
Yes, it's possible to use qt webkit with jambi.
You can use something like:
QWebView expendiosWebView = new QWebView();
expendiosWebView.setUrl(new QUrl("classpath:com/nettrace/lotecarng/gui/resources/html/map2.html"));