Resize an embedded device screen according to the device parameters
Unsolved
QML and Qt Quick
-
Hi and welcome to devnet,
What kind of interface are you going to implement ?
What technology will you be using ? Widgets ? Qt Quick ? -
@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 ?
-
-