[Development] QML Runtime

Alan Alpert 416365416c at gmail.com
Thu Dec 13 02:02:30 CET 2012


On Wed, Dec 12, 2012 at 4:04 PM, Chris Adams <chris.adams at qinetic.com.au> 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



More information about the Development mailing list