Re: [Development] Future of QWebChannel

2013-11-01 Thread Milian Wolff
On Wednesday 30 October 2013 17:08:04 Milian Wolff wrote: > Hey all, > > quick summary of the meeting that we had today, discussing the future of the > QObject <-> HTML bridging efforts. > > # QWebChannel > > The KDAB fork of the QWebChannel will be merged back into the "official" Qt- > Labs rep

Re: [Development] Future of QWebChannel

2013-10-30 Thread Milian Wolff
Hey all, quick summary of the meeting that we had today, discussing the future of the QObject <-> HTML bridging efforts. # QWebChannel The KDAB fork of the QWebChannel will be merged back into the "official" Qt- Labs repository. It will stick around and I'll work on improving it. It solves the

[Development] Future of QWebChannel

2013-10-23 Thread Milian Wolff
Hey all! For those of you who haven't heard of QWebChannel, take a look at [1]. It is a bridge between QML/QtQuick 2 and the web. It uses MetaObject introspection and IPC to publish QObjects to HTML/JavaScript and make them accessible there. The project was originally spearheaded by Noam, many