[quote author="jeremy_k" date="1401233474"]Based on the documentation for Canvas, I suspect you want to set canvasSize and canvasWindow, unless the display being targeted really is greater than 8520 pixels wide.
For me with Qt 5.3.0 and XCB, a canvas with width or height greater than 8192 fails to render. I'm not sure where the limitation comes from, but the fact that it occurs above 8k seems noncoincidental. Does a width of 8519 work for you?[/quote]
hi,
thanks for your tips.
I do not test such width 8519.
but I guess the limitation is something to do with hardware platform, may be about the graphics chip.
I port my qml code to arm platform(TI am335x, contex-A8).sadly,beyond my mind, the width can not more than 2400.