What would be the best way of implementing a 'show route' feature to a QML maps application? (Route is returned as a lat,lon polyline)
moveTo and then a series of lineTo:s (with a selected brush) would be the old 'imperative way'. - Tapani On 06/21/2010 08:11 AM, Allison Warwick (Nokia-D-Qt/Brisbane) wrote: > drawing functions can be very handy for prototyping. At the moment, > you'd be required to dip back to C++ to do these things. Or PhotoShop. > Could something like this eventually become part of Qt's standard Qml > plugins? No, it's evil, and must be stopped at all costs. But seriously, why bother with an ugly boring ellipse that takes more CPU than an image like that described here: http://www.webdesign.org/photoshop/drawing-techniques/glass-ellipse.10667.html -- Warwick _______________________________________________ Qt-qml mailing list [email protected]<mailto:[email protected]> http://lists.trolltech.com/mailman/listinfo/qt-qml
_______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
