For my frameless qml app i made close, minimise and maximize icons in ms paint (28×28 pixel art) and then added transparent background with photoshop.
I put them as icons on qml buttons. But they are looking blurry.
I tried disabling antialiasing, mipmaps, smoothing but still blurry.
Any help ? I want them to look pixely like minecraft text.
Edit : I appears that qml uses linear scaling for images. But for pixely look i need "nearest neighbour" scaling.
How can i use nearest neighbour in qml ?