Sounds like you are looking for qmlcanvas: http://qt.gitorious.org/qt-labs/qmlcanvas
-Pelle On Thu, Sep 29, 2011 at 8:18 PM, Jason H <[email protected]> wrote: > I am trying to make a DrawArea (where you have a pen and can scribble over > the rect) and to do this, I was planning on using onPressed and > onPositionChanged. I need to create an array of points to store the > scribble, and have then drawn consecutively. > > But I am not seeing a Line element and the PathView seems to be used for > layout on a path, and not an actual line? > > How can I go about making a scribble? > > _______________________________________________ > Qt-qml mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-qml > >
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
