Re: [Interest] Scaling out of SVG in QGraphicsScene background

2019-02-26 Thread Felix Rubio Dalmau via Interest
Hi Christian, Thank you for answering. Already tried that, but no luck. Seems as if I have to manually handle the scaling out and low-pass filtering of the image and so I do not know, seems weird. Regards, Felix On dimarts, 26 de febrer de 2019 3:00:50 CET Christian

Re: [Interest] QtLocation MapPolyLine and MapPolyGon style

2019-02-26 Thread Paolo Angelelli
Hi, yes some limitations are there by design (projection, trajectory of lines), and to overcome these limitations it is necessary of a bit of redesign + implementation supporting it. When it comes to the shapes, however, i might not have explained my suggestion well enough. So the idea would be

Re: [Interest] Fwd: vs. Flutter

2019-02-26 Thread Tuukka Turunen
Hi, Like you said, different users have slightly different needs, but there are also many things common. Our focus recently has been to make sure that old and new Qt features work nicely on mobile and in making sure new mobile platforms are supported swiftly. A lot of effort was put to WinRT /

Re: [Interest] QQuickProviders and proper drawing / caching?

2019-02-26 Thread Gunnar Roth
Hi Jason, another adavantage of the default is that the cached image can be used for multiple items with different sizes using the same image by default. Regards, Gunnar QR Code with ALL the bits. Scaling blends the edges. Thanks, so that gets requestedSize to stop being (-1, -1) and my

Re: [Interest] QQuickProviders and proper drawing / caching?

2019-02-26 Thread Gunnar Roth
Hi Jason, it seems you missed this in the docs: sourceSize : QSize This property holds the actual width and height of the loaded image. Unlike the width and height properties, which scale the painting of the image, this property sets the actual number of pixels stored for the loaded image so

[Interest] QQuickProviders and proper drawing / caching?

2019-02-26 Thread Jason H
I've got a custom QQuickImageProvider that I want to have always rendered at native resolution. However on every call requestedSize is QSize(-1, -1) forcing me to use my default resolution which then gets scaled, which gives me fuzzy pixels. I thought maybe fillMode was an issue, but is it not.

Re: [Interest] QtLocation MapPolyLine and MapPolyGon style

2019-02-26 Thread maitai
Thanks Paolo for your replies here and at qt bugs report In fact I am porting a qt widget application based on QGraphicsScene to QML and indeed these painting features are badly missing. Calculating polygon/shapes screen coordinates is not an issue in itself but that will become really tricky

Re: [Interest] vs. Flutter

2019-02-26 Thread Jason H
1. Because my code is my organizations code and I don't have permission to share. (Commercial license) I do however file bugs, minimal examples and such, openly.  2. Because the code I write is done to satisfy a specific requirement, not Qt in general. Qt does have some of the best APIs, whereas m

Re: [Interest] vs. Flutter

2019-02-26 Thread nicola defilippo (niqt)
Hi, For my mobile personal projects, I'm using Felgo (previous v-play), it implements the plugins for notification and other things. I love Qt, I'm using it from the version 0.5x (last century) but I want to be honest, I use Qt/Qml on mobile because I already know it (and it's a good tool) but if

Re: [Interest] QtLocation MapPolyLine and MapPolyGon style

2019-02-26 Thread Paolo Angelelli
If you need dashed or dotted or styled lines, at the moment that's the only workaround we can offer. The built-in lines are using QTriangulatingStroker under the hood, that seems to be missing that part of the QPen features (brush, style). as for map polygon, the only workaround i can think of,

Re: [Interest] Mailing list archives

2019-02-26 Thread Paul Wicking
On 2/25/19 3:38 PM, Andy wrote: > Are the mailing list archives not updating again? > >https://lists.qt-project.org/pipermail/releasing/2019-February/thread.html > > There are no messages since 14 Feb: > > "Archived on: Thu Feb 14 12:20:15 CET 2019" > I haven't received emails to the re