On Wednesday, 14 March 2018 15:42:03 PDT Tom Isaacson via Interest wrote:
> Is there a maxiumum URL length, either in QUrl or Qt WebEngine? There
> doesn’t seem to be a standard for maximum URL length, it's implementation
> specific.
Yes, the limit in QUrl is the QString limit, which is 2GB, or 1
Is there a maxiumum URL length, either in QUrl or Qt WebEngine? There doesn’t
seem to be a standard for maximum URL length, it's implementation specific.
Thanks.
Tom Isaacson
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.o
Hello,
I'm trying to play a video in QML using MediaPlayer + VideoOutput, and the
video has a 90° rotation metadata (so recorded in "landscape" but should be
displayed in portait).
But VideoOutput crops the video! The video is rotated, but cropped in
landscape in the middle, as represented in thi
hello,
i've been finally able to make the platform EGLFS render on both screens
and the "hellowindow --multiscreen" example shows me nicely the two
trolltech logs spinning each on its display. so far so good.
now my setup is 2 screens: one internal LCD 800x480 and one external
fullHD 1920x10
Hi every one,
Why when one of the two vertices of a line placed out side the camera
frustum, the whole line gets culled, not clipped(show only the segment that
is inside camera frustum) ?
For now I disabled frustum culling, but I feel this will not work at some
point in the future for my project.