Results 1 to 4 of 4

Thread: Display GUI with pixel

  1. #1
    Join Date
    Dec 2009
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Display GUI with pixel

    Hi All,

    I have 5.7(inch) LCD with 320x240 pixel resolution. For my current LCD size and resolution I have developed some screens in Qt by using 320x240 pixel so it is completely visible
    on LCD.

    Now I am going to change the LCD size and resolution to 5(inch) with 800x480 pixel, but right now I don't have that LCD.

    So I am planing to use current LCD( 5.7 inch with 320x240 pixel) for the 800x480 pixel but these pixels are not visible in the current LCD.

    Is there any way in qt ( appart from writing own screen driver ) to solve the above problem either using LCD or VNC.


    Thanks in advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default 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?
    It's nice to be important but it's more important to be nice.

  3. #3
    Join Date
    Dec 2009
    Posts
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Display GUI with pixel

    Quote Originally Posted by axeljaeger View Post
    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

  4. #4
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: Display GUI with pixel

    If you are implementing your GUI using a QGraphicsView, you can just scale the view.
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. How do i display the rgb value of a pixel
    By davidw in forum Qt Programming
    Replies: 2
    Last Post: 17th May 2009, 23:51
  2. synchronise QLabel display and webcam capture
    By fbmfbm in forum Qt Programming
    Replies: 2
    Last Post: 24th February 2009, 11:10
  3. Display only PNG image on desktop
    By durbrak in forum Qt Programming
    Replies: 32
    Last Post: 15th March 2008, 21:55
  4. QPixmap pixel by pixel ?
    By tommy in forum Qt Programming
    Replies: 19
    Last Post: 3rd December 2007, 22:52
  5. Graphics view display problem.
    By kiranraj in forum Qt Programming
    Replies: 3
    Last Post: 20th July 2007, 07:08

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.