[Qt-qml] Methods to manipulate URLs in QML?

Gregory Schlomoff gregory.schlomoff at gmail.com
Sun Dec 26 04:54:09 CET 2010


Hello,

QML supports "url" as a basic type (see:
http://doc.qt.nokia.com/main-snapshot/qml-url.html), however, there
seems to be no method at all to manipulate it, except by manually
parsing the string in javascript.

Would be nice if the main methods from QUrl were made available as
slots or properties. Properties to get the hostname, port, etc.., and
slots to get query items by key.

What do you think?

Thanks

Greg


More information about the Qt-qml mailing list