Is there something new with rendering the text in QT 6?
Unsolved
Qt 6
-
How do I render a text if I develop a control with nodes in QT 6?
I need to draw my own Candlestick chart with text lables, (similar to this, but with the volumes and other functionality).
The candles can probably be QSGGeometryNode-s, but it is not clear how to render the text. Is there some simple solution in QT 6? (without rasterized fonts, etc...)?