Hello everyone, right now I’m experimenting a bit with QML to see if it fits some specific needs of one of my project (mainly navigation elements of the general UI, and some more complex visualization stuff). While the general concept looks very interesting, I can’t seem to do a few things.
The first thing I was trying was drawing a simple line between navigation buttons in a vertically aligned (Column element) layout. While there are Elements like “Path” or “PathLine”; they all seem to have alignment of other elements along that specified path in mind. If that’s the case, it surprises me a bit since other primitives like Rectangle are there which can have border colors and fill colors or even gradients. I don’t really want to use SVG either, because I’d have to generate a lot of SVGs for a lot of different types of objects in that visualization. And that would result in a possibly dirtier approach than simply having a QGraphicsScene with custom painting objects. Thanks in advance! Basti
_______________________________________________ Qt-qml mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-qml
