Quote Originally Posted by wysota View Post
Don't make your own text item. Render the text by centering a Text item over your custom item in QML.
You mean i don't need to create a new qmlcomponent for Text element? And render the text in qml file?

If i understood you correctly on the second statement, I think that is not possible because the size of each custom geometry node depends on the length of the text.
That is why I have to render it along with the nodes.