Results 1 to 4 of 4

Thread: Screen Transformation

  1. #1
    Join Date
    Apr 2016
    Posts
    2
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Screen Transformation

    We have screen in Landscape (1280W x 800H) resolution wanted to display it on Landscape (1280W x 800H) LCD. But required Landscape (1280W x 800H) LCD is not available in the market.

    However Portrait (800W x 1280H) LCD is available in the market and wanted to display our screen (1280W x 800H) in Landscape orientation on it.

    Does any one knows how to solve the above problem in QT?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Screen Transformation

    Can't you solve that on the system level?

    Cheers,
    _

  3. #3
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Screen Transformation

    Indeed. On Windows, I have these options. I would expect that other operating systems would have similar options, even for embedded devices.

    Capture2.jpg

  4. #4
    Join Date
    Apr 2016
    Posts
    2
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Screen Transformation

    We are using Linux on TI AM3358 starter kit platform. LCD controller in this platform doesn't support rotation feature for frame buffer.

    Mentioned problem was easily solved in previous QT v4.8 version by using Transformation driver. e.g. ./myfirstserverapplication -qws -display "transformed:rot90:1"

    Why such good feature removed from QT v5 onwards?

    Can QT provides guidance to achieve same in QT v5?

    Any planning to add such feature back in QT v5?

Similar Threads

  1. 3d rotation transformation
    By feverzsj in forum Qt Programming
    Replies: 0
    Last Post: 24th November 2010, 02:44
  2. Replies: 2
    Last Post: 9th June 2010, 09:39
  3. QGraphics Item Transformation inheritance
    By jsabater in forum Qt Programming
    Replies: 0
    Last Post: 14th August 2009, 13:26
  4. QPointF transformation
    By dreamer in forum Qt Programming
    Replies: 3
    Last Post: 13th May 2008, 10:11
  5. QGraphicsView coordinates transformation
    By mtribaldos in forum Newbie
    Replies: 1
    Last Post: 6th February 2008, 17:44

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.