On Wed, Dec 12, 2012 at 4:04 PM, Chris Adams <[email protected]> wrote: > Hi, > > >> maybe there's a case for adding a small QQmlApplicationEngine in QtQml >> which adds the application runtime aspects? > > > It's early and I haven't had my second coffee yet, so maybe I'm > misunderstanding something, but are these application runtime aspects > completely non-gui, non-QtQuick related? If they are GUI/QtQuick related, > let's not put it anywhere near the engine, or the QtQml module; let's put it > in QtQuick instead.
Yes, completely non-gui, non-QtQuick related. The example is connect(engine, SIGNAL(quit()), qApp, SLOT(quit()));. -- Alan Alpert _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
