Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Performance issue while showing portrait view on landscape h/w device
Forum Updated to NodeBB v4.3 + New Features

Performance issue while showing portrait view on landscape h/w device

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 688 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    RR294
    wrote on last edited by
    #1

    Dear All,
    I have a h/w display device which is landscape and my requirement is to show portrait view on it. I also have some editable text controls in my UI.
    Now if I rotate frame buffer I am facing performance issue, so my question is what is the best way to achieve portrait view on landscape h/w device with better performance ?
    Regards,

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      You are missing a lot of important details:

      • What device is it ?
      • What is its graphic stack ?
      • What version of Qt are you using ?
      • What OS is the device running ?
      • What Qt technology are you using ? Widgets ? QML ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • R Offline
        R Offline
        RR294
        wrote on last edited by RR294
        #3

        Hi,
        We use Linux Os, Qt 5.2.1 (Qt Creator 3.0.1), Yocto environment and Processor is Imx6 Dual.
        We use Qt Widgets only.
        I am fairly new for Qt development on Linux platform I mostly worked on windows and Mac platform.
        I was thinking using QGraphicsView as parent and then rotate view by 90 degree but that implementation will be fairly complex and not sure that it will give better performance.
        I can't share more information than this.
        I hope this will be helpful to answer my question.
        Regards,

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Qt 5.2.1 is really old and outdated, the current version is 5.10.1 with 5.11 around the corner, you should really consider updating the version of Qt your are using. If you need long term guaranties then the current LTS is 5.9.

          QtWidgets are using CPU rendering which is not the fastest, depending on your needs you might want to consider using QtQuick which should leverage the OpenGL capabilities of your board.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved