Resize an embedded device screen according to the device parameters
-
wrote on 7 Aug 2019, 13:13 last edited by
I want to develop a single source code, such that it should support for any embedded device, like a device with different screen size, different resolution, etc,. Any ideas regarding this problem would be appreciable.
Thanks in Advance. -
Hi and welcome to devnet,
What kind of interface are you going to implement ?
What technology will you be using ? Widgets ? Qt Quick ? -
wrote on 9 Aug 2019, 06:18 last edited by
@sgaist I am using Qt Quick. I am implementing an embedded device screens (320x240), and (480x320) dimensions of screens present. But, may be in future my devices screen sizes can be changed, then I have to again re-implement the code for a new dimension device. So, that's why I need an method to develop my source code, which is suitable for any dimension device.
-
Hi and welcome to devnet,
What kind of interface are you going to implement ?
What technology will you be using ? Widgets ? Qt Quick ? -
Why QtQuick 1.1 ?
-
wrote on 9 Aug 2019, 19:16 last edited by
-
1/8