Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to get the child items of the client(qquickwaylanditem) from/on the wayland server (QWaylandCompositor)
Forum Updated to NodeBB v4.3 + New Features

How to get the child items of the client(qquickwaylanditem) from/on the wayland server (QWaylandCompositor)

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 107 Views
  • 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.
  • P Offline
    P Offline
    Pradeep NS
    wrote on last edited by
    #1

    I have crated a wayland server and client in qml. My client is an QQuickItem and it has some other items on the surface. When the surface is mapped to the server, I will create a QWaylandClient having the mapped surface as a surface.

    I tried to get the elements (childrens) of the QWaylandClient on the client side, and I am able to get them as it is a QQuickItem.

    But, I have planned to get the same details (childrens) of the QWaylandClient from the QWayland Server. But not able to get all the items of the client.

    When I try to get the details of the app, I am getting only the client details and not the child/other components available in the client.

    Is there any way to get the complete details of the childrens of the QWaylandClient from the server (QWaylandCompositor)

    Any suggestion for getting the child elements, so that I can get which element is having the current focus and its co-ordinates

    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