Re: [Interest] Font question

2015-04-22 Thread jensbw
It is probably breaking up due to the rather limited resolution of distance field maps. Unfortunately, as far as I know this resolution is currently hardcoded and would require a recompile of Qt to be modified. However, you can try to set the “renderType" property of the text item to be Text.N

Re: [Interest] Customized scrolling

2014-12-01 Thread jensbw
> On 24 Nov 2014, at 20:14, Federico Buti wrote: > > Hi all. > > The "add", "remove" and the other Transition properties of the Views enable a > nice customization for the animation of items w.r.t. their view. > What about scrolling? Is is possible to customize the way items behave on > View

Re: [Interest] QML. onPaint is called when Canvas is invisible

2014-12-01 Thread jensbw
> On 16 Nov 2014, at 14:21, Dmitrii Volosnykh > wrote: > > Is such a behaviour is correct or this should be considered as a bug? > > onPaint handler gets triggered on requestPaint() and markDirty(Qt.rect(0, 0, > width, height)). > > "if (!visible) return" guard works as a workaround. Hi Dmi

Re: [Interest] a few questions about QML Components

2014-06-16 Thread jensbw
On 20 May 2014, at 22:28, Andre Somers wrote: > Nurmi J-P schreef op 19-5-2014 14:29: >> On 19 May 2014, at 12:51, Alexander Ivash wrote: >> >>> I was trying to use QML components in simple android application but >>> confronted several issues: >>> >>> 1. I couldn't find any API allowing to

Re: [Interest] QtQuickCompiler alternative

2014-06-16 Thread jensbw
> Do be a bit more specific a ~1sec startup is for anything. Just a > Window { Text{text: "Hello world"}} will have that kind of startup > time. It certainly doesn’t sound like the qml compiler would help you much in this case. Perhaps it is time spent populating the font database as we have had