On 01/21/2011 05:48 AM, ext Tony Zhang wrote:
In main.cpp we set organizationName value;

QApplication app(argc, argv);   
app.setOrganizationName("NJC");

Is there any way to get the organizationName value for the user?

You can expose anything from C++ with the JavaScript bridge. I suggest you to look at the developer network forums: http://developer.qt.nokia.com/forums/viewforum/21/
and the documentation of the bridge.

cheers,
Benjamin
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to