[Qt-interest] Some questions about QML
Jabot Corentin
corentin.jabot at gmail.com
Sun Nov 1 13:33:01 CET 2009
Hi guys.
I built my first QML application yesterday, using the git sources
repository.
Inside a transparent widow, I put a transparent QMlView in which I load a
simple qml file In order to reproduce an UI that I have already done with
standard Qt widgets.
I compare the to applications. The one with the standards widget takes 1 Mo
RAM and the one with the QMlView and the qml file 16Mo... does that is
normal or going to be fixed ?
Second point, will the c++/qml communication will be improved ?
It's seems there is no other way than properties to communicate between c++
and qml and the doc said the properties are limited to 30 by context, that
is quite few.
My purpose is to build UI with QML and treatment with c++ native code. It
will be great if we could expose whole object to qml as we can for the ecma
scripts and use the signals/slots !
My last question is about network and security. Can we disable network
download from web site (except predefined trusted domains for example ?)
The declarative UI is really great, I love it And hope It will be released
soon. By the way, Is there any approximated date for Qt 4.7 and qml ?
Thanks !
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20091101/dae730d7/attachment.html
More information about the Qt-interest-old
mailing list