Hi, Mark. I guess you should implement it without using QQuickTextNode directly. Instead, you could try to put text in a usual way on top of your custom item. Is there anything that prevents you from achieving your goal this way?
Regards, Dmitry. On Thu, Jan 14, 2016 at 11:32 PM mark diener <rpzrpz...@gmail.com> wrote: > Hello List: > > Well after pouring thru 5.5.1 source code, I find that QQuickTextNode > is really not intended to be used in QQuickItem derived classes. > > There is not visible header file from projects. > > Lots of various google references to similar challenge of text in > QQuickItem. > > At this point, my only C++ way for custom components with text is > QQuickPaintedItem. > > Anyone have thoughts on how to output text into QuickItem stuff? > > Thanks, > > md > _______________________________________________ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest