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. Qt5 Alternative to QWS Multi Display setup

Qt5 Alternative to QWS Multi Display setup

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 2.1k Views 1 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.
  • F Offline
    F Offline
    fludwig
    wrote on last edited by
    #1

    Hi everybody!

    I want to switch from Qt 4.8 to Qt 5.1 but I figured out that QWS died in Qt 5.

    Formerly I used
    @[QTPROGRAMMNAME] -qws -display "multi: LinuxFB:/dev/fb0:0 LinuxFb:/dev/fb2:offset=1024,0:1 :0"@

    to set up two displays so that I could arrange multiple qt applications on these screens by using the QWS functions.
    What is now the equivalent for Qt5 and later?

    Every hint is highly appreciated!

    Best regards
    Florian

    1 Reply Last reply
    0
    • A Offline
      A Offline
      agocs
      wrote on last edited by
      #2

      Hi Florian,

      There is no real equivalent at the moment when it comes to using multiple displays at the same time.

      You can run the app with -platform linuxfb:fb=/deb/fbN to use a specific framebuffer device but you cannot specify multiple ones. For that, I have created https://bugreports.qt-project.org/browse/QTBUG-36114

      Cheers,
      Laszlo

      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