I do not experience the same issue on Mac OS X 10.10.
PS. Sorry for bumping this up. Is this question out of scope of mailing
list?
On Fri, Dec 26, 2014 at 2:27 PM, Dmitry Volosnykh <
dmitry.volosn...@gmail.com> wrote:
> Here is example application:
>
> import QtQuick 2.0
>
> PathView {
> wi
Here is example application:
import QtQuick 2.0
PathView {
width: 1280
height: 720
cacheItemCount: 7
pathItemCount: 7
preferredHighlightBegin: 0.5
preferredHighlightEnd: 0.5
model: ListModel {
ListElement {
color: "orange"
text: "first"
Hi,
I've composed a simple example with a set of squares constantly looping
from left to right. Unfortunately, the do not run smoothly. Jiggling at
start might seem reasonable due to QML engine performing some kind of
initialization (do not know its internals). However, after a while when
initiali