Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qws

    Log in to post
    • All categories
    • SigiSig

      Unsolved Port QT4 App to QT5 on embedded system: run multiple applications.
      Mobile and Embedded • framebuffer wayland qws • • SigiSig

      2
      0
      Votes
      2
      Posts
      1125
      Views

      SGaist

      Hi and welcome to devnet,

      Like you already found, the QtWayland module is likely what you are looking for.

      If you would like to discuss things about it, one recommended channel is the #qt-labs IRC channel. You can also bring your questions on the interest mailing list You'll find there Qt's developers/maintainers. This forum is more user oriented.

    • Y

      Troubleshooting BB-View for Beaglebone Black and QT Embedded (uncalibrated touchscreen)
      Mobile and Embedded • beaglebone touch screen qws • • Yuichi_C

      2
      0
      Votes
      2
      Posts
      1479
      Views

      Y

      Replying to myself as I've found the solution. If other people face the same issue they may find this to be the fix.

      under /etc/environment I had the line: QWS_MOUSE_PROTO="Tslib:/dev/input/event1"

      However, this didn't seem to work. I'm not entirely sure why, I'll probably look into it.

      If, however, I use: export QWS_MOUSE_PROTO="Tslib:/dev/input/event1" , and then run the application, it functions correctly.

    • M

      QT_DIRECTFB_WM
      Mobile and Embedded • qpa qws directfb • • mrmcgibby

      2
      0
      Votes
      2
      Posts
      1082
      Views

      SGaist

      Hi and welcome to devnet,

      In order to have a window manager you might want to take a look at the wayland module

      Hope it helps

    • K

      QWS VNC doesn't work on Portrait mode
      Mobile and Embedded • vnc qws embedded 4.8 rotate • • kumararajas

      29
      0
      Votes
      29
      Posts
      10787
      Views

      M

      This is a quite old topic but what is the current situation for this problem?