I would also be interested in knowing anything related to this.. I have been trying to use QtWebKit for cross platform application development. Basically I am facing below mentioned problems.
1) cant pass/return custom C++ classess reference to and from JavaScript. I am able to inject my custom C++ object to JavaScript context as "window.myClass" I could also be able to create methods like "int MyClass::calculate_sum(int i, int j);" which can be called from javascript as "var res = window.myClass.calculate_sum(4, 7);" though I couldn't be able to create method like "MyClass2 * MyClass::getMyClass2()" or "void MyClass::processObject(MyObject2* obj)" any help on this topic would be appreciated. Regards, Mital Vora. On Fri, Mar 19, 2010 at 5:03 PM, Haritha Kowdeed <[email protected]>wrote: > Hello There, > > Can we develop the desktop application using QTWebkit. Our appplication > mainly be using HTML,CSS,Javascript and C++ as its backend. If we can > develop the application , then can we know What are the Softwares we need to > download to develop the application and what is mandatory middleware > /software on the user machine to run the application out- of the box. > > Any response to this would be appreciated, > -Harry > > > _______________________________________________ > webkit-qt mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > >
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
