Re: Display GUI with pixel
How do you want to display the pixels that do not fit onto the display?
Do you want to...
1) Scale the image of 800x480 down to fit on your smaller screen until you get the larger screen
2) Scale the smaller image up so it occupies the whole area of the larger screen
3) Develop on the desktop and have some kind of emulator for the larger screen until it arrives?
4) Something else?
Re: Display GUI with pixel
Quote:
Originally Posted by
axeljaeger
How do you want to display the pixels that do not fit onto the display?
Do you want to...
1) Scale the image of 800x480 down to fit on your smaller screen until you get the larger screen
2) Scale the smaller image up so it occupies the whole area of the larger screen
3) Develop on the desktop and have some kind of emulator for the larger screen until it arrives?
4) Something else?
Thanks for your reply.
I want to down scale the screens 800x480 to 320x240, means your first option
Re: Display GUI with pixel
If you are implementing your GUI using a QGraphicsView, you can just scale the view.