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. Implement QtWaylandCompositor as part of a bigger QML Application

Implement QtWaylandCompositor as part of a bigger QML Application

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 178 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.
  • S Offline
    S Offline
    sskartheekadivi
    wrote on last edited by sskartheekadivi
    #1

    Hello all,

    I've a QML application which launches split into 2 parts (appsmenu and appwindow). The appsmenu is a list of buttons. On clicking each button, the appwindow is loaded with different QML files. This is working good.

    Now, I want to open other thirdparty applications inside this application. So I should implement a Qt wayland compositor.

    I want the apps menu and the empty rectangle for loading the apps all implemented as part of the QML Application / Qt Wayland Compositor itself. Any third-party application window that I try to open should only fill the appwindow (the app should launch in fullscreen mode).

    Is it even possible to implement a Qt wayland compositor as part of a bigger QML application??

    I've tried to modify Pure-QML example but couldn't be lucky enough to figure out how to do this.
    I'm new to Qt and Wayland. Hoping to find help soon :)

    PS: I'll be running the compositor with -platform eglfs. And I'm using Qt5.

    Thanks

    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