[Qt-qml] Qml extending with QGraphicsWidgets
kate.alhola at nokia.com
kate.alhola at nokia.com
Tue Jul 13 17:09:57 CEST 2010
I have tried to make small example that adds QGraphicsWidget based Graphical widget to Qml.
Basically code is very similar than "musician" example but my widget also implements paint() function.
I have put qDebug in my code and constructor and set property ( setName() ) get called but paint()
won't get called at all.
I tried to find some example of graphic QGraphicsWidget but least i did not find any with google.
Qml fragment creating widget is
¨Rectangle {
x:200
y:20
border.width:1
border.color:"black"
width: 60; height: 100
GaugeBand {
anchors.fill: parent
name: "MiuMau"
}
}
The bounding rectangle gets painted with white color inside but painter of my Widget gets never called.
Kate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20100713/6ea190a0/attachment.html
More information about the Qt-qml
mailing list