Hi I want to develop an application targeting multiple devices with qt. Should I use SVG images or duplicate 2x 3x so that the images are scalable? Which option is the best?
I'm using Qt Quick layouts but it doesn't seem to work very well
@JoeCFD Got it. When I develop an application with Qt, I need to use images as SVG (so I don't need to scale images) is this true? So, can you suggest any advice or solution for DPI?