Having stumbled upon this issue very recently, here are my 2 cents.
- Svg images should be devicePixelRatio aware without having to set a
source size
- Likewise, QQuickImageProvider should know about devicePixelRation,
without having to set a source size.
- I would absolutely love a
Hi everyone,
in these days i'm working on a project and dealing with how RowLayout and
ColumnLayout
behave. The thing that i don't like is that the elements are evenly spaced
if the the layout is wider than the sum of the elements implicit size. To
me the correct behaviour should mimic the one in t