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. Qt 5.9 with Wayland IVI Extension

Qt 5.9 with Wayland IVI Extension

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 1.3k 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.
  • V Offline
    V Offline
    vikasawadhiya
    wrote on last edited by
    #1

    I run a simple Qml application in Wayland IVI Extension (Weston 5.0) with following console commands,

    user@$ layer-add-surfaces 1 10
    QT_WAYLAND_SHELL_INTEGRATION=ivi-shell ./simple –platform wayland

    Then my application become visible but I can’t set its positon or to say can’t reposition window and no matter what x and y value are set in Qml, application always open at (0,0) position.
    But there is way to position window by ILM console commends, so if size of window 200 x 200 and I want to position it at (50, 50) and surface id of app is 1234, then

    user@$ LayerManagerControl set surface 1234 destination region 50 50 200 200

    By this console commend window will be re-positioned to (50, 50)

    After doing all this things I have few questions,

    1. Does Qt5.9 supports Wayland IVI extension,
    2. If Qt support Wayland IVI extension then how to use inbuilt support and in that case window should repositioned according to x and y.
    3. If Qt doesn’t support Wayland IVI extension, then what is Qt IVI ? And In that case what I have to develop to enable ILM interaction through Qt itself rather than using ILM console commends?
    4. Or what is correct way of doing Qt programming in Wayland IVI Extension.

    These is also a qt official page at https://doc.qt.io/qt-5.11/qtwaylandcompositor-attribution-wayland-ivi-extension-protocol.html

    What this page explains and how to use it?

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

      Hi,

      I'd recommend bringing this question to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

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

      V 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        I'd recommend bringing this question to the interest mailing list. You'll find there Qt's developers/maintainers. This forum is more user oriented.

        V Offline
        V Offline
        vikasawadhiya
        wrote on last edited by vikasawadhiya
        #3

        I posted here to get answer from Qt developers those are also working in Wayland IVI Extension and question get replied quickly on forum.

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

          As already written, this is a user forum. Most people answering are not Qt developers but developers using Qt.

          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