On Friday 17 October 2014 11:31:10 Sumedha Widyadharma wrote: > Hi, > > cool stuff :) > > Do you think it would be possible to use run-time introspection à la > QtWebChannel and dynamic signals/slots to get rid of the pre-processor? > (see: http://doc.qt.digia.com/qq/qq16-dynamicqobject.html) > > I've had ideas like that for a QtWebChannel C++ client library. Haven't > tried it though.
Qt RemoteObjects is very different from Qt WebChannel - it gives you a typesafe C++ interface. Qt WebChannel does some similar things but only constructs a dynamic JavaScript object via introspection. There is no way to use that directly from C++, esp. not in a typesafe manner. Bye -- Milian Wolff | [email protected] | Software Engineer KDAB (Deutschland) GmbH&Co KG, a KDAB Group company Tel. Germany +49-30-521325470, Sweden (HQ) +46-563-540090 KDAB - Qt Experts - Platform-independent software solutions _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
