Visual result of application
-
Hi all! I'm currently developping a user interface with qml on my computer, but I would like to know how it will render visually on a smaller screen and a different resolution, is there an existing tool or method to see the visual result on the screen of my developpment computer ?Maybe something similar to the virtual devices that are used in the context of android development
Thank you in advance for your answer.
-
@Guigiidre
simply resize the window? -
@raven-worx yes it can work if the target screen and the the dev screen have the same pixel density, but it's not true in my case, so the visual render is different. :-((
-
@Guigiidre
and in the end the item/app draws the same pixels.
On the one screen it will just appear smaller then on the other. No other impact on the appearance of the item.
I am still not sure what you expect to be different with such requested mode.