Re: [Interest] QQuickTextNode in Qt public API

2019-01-14 Thread Nuno Santos
Vlad, Thanks for sharing! Best, Nuno > On 14 Jan 2019, at 17:24, Vlad Stelmahovsky > wrote: > > Hi Nuno > > you can check working example here: > https://github.com/vladest/slaq/tree/master/src/slaqtext > > this is part of the Slaq project, alternative Slack client > > > br, > > Vlad >

Re: [Interest] QQuickTextNode in Qt public API

2019-01-14 Thread Vlad Stelmahovsky
Hi Nuno you can check working example here: https://github.com/vladest/slaq/tree/master/src/slaqtext this is part of the Slaq project, alternative Slack client br, Vlad On 1/14/19 6:19 PM, Nuno Santos wrote: Vlad, Where can I find an example on how to use QQuickTextNode, QQuickTextNodeEn

Re: [Interest] QQuickTextNode in Qt public API

2019-01-14 Thread Nuno Santos
Vlad, Where can I find an example on how to use QQuickTextNode, QQuickTextNodeEngine and/or QQuickTextDocument? Thanks!, Nuno > On 18 Dec 2018, at 05:04, Vlad Stelmahovsky > wrote: > > For one of my projects I had to "fork" QQuickTextNode, QQuickTextNodeEngine > and QQuickTextDocument to m

Re: [Interest] QQuickTextNode in Qt public API

2018-12-17 Thread Vlad Stelmahovsky
For one of my projects I had to "fork" QQuickTextNode, QQuickTextNodeEngine and QQuickTextDocument to make sure I can implement or fix needed behavior On 12/17/18 5:44 PM, Fabrice Salvaire wrote: Dear Qt users, Is there people around who needed to hack QQuickTextNode private API ? IMHO it re

Re: [Interest] QQuickTextNode in Qt public API

2018-12-17 Thread Nuno Santos
+1 > On 17 Dec 2018, at 16:44, Fabrice Salvaire wrote: > > Dear Qt users, > > Is there people around who needed to hack QQuickTextNode private API ? IMHO > it restricts strongly the possibility to develop modern custom QML items. > > cheers, > > Fabrice > > > > ___