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. How make use of the QT-Window Server
Forum Updated to NodeBB v4.3 + New Features

How make use of the QT-Window Server

Scheduled Pinned Locked Moved Solved Mobile and Embedded
2 Posts 2 Posters 585 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
    Fransebas
    wrote on last edited by
    #1

    Hello, I've made some QT application for desktop before but now I want to make an application for an embedded device (raspberry), I followed a tutorial to deploy applications and it worked and my question is, If I want to have multiple apps running how do I manage the window server to handle them with a specific design?.

    I could make a single app that handles them using multiple threads maybe using various widgets or something like that, even so, I believe there is a better way to do so because I read there is a QT-window server when using embedded devices but I don't know how to access it and to modify it.

    Any suggestions?.

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi @Fransebas,

      I believe there is a better way to do so because I read there is a QT-window server when using embedded devices

      Since Qt 5.0 QWS no longer exists. More info here (first para)

      According to me using eglfs might be useful here.
      Quoting from the doc:

      EGLFS forces the first top-level window (be it either a QWidget or a QQuickView) to become fullscreen. This window is also chosen to be the root widget window into which all other top-level widgets (for example dialogs, popup menus or combobox dropdowns) are composited.

      So what I understand is you can create a launcher window which can be fullscreen and then from there you can launch your other apps in a dialog window.
      Anyone please correct me if I'm wrong.

      157

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved