Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved] Application with Windows Remote Desktop
Forum Updated to NodeBB v4.3 + New Features

[Solved] Application with Windows Remote Desktop

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 1.9k 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.
  • D Offline
    D Offline
    dr_X
    wrote on last edited by dr_X
    #1

    Hi,

    i don't know further :-(

    I want to use a Qt Application via a Windows Remote Desktop Connection. Please see my simple coding example for more details. ( https://cloud.gmx.net/ngcloud/external?locale=de&guestToken=Azc0H21USEOgviR_hwOAzw&loginName=cldl@gmx.de
    )
    Originally i was using QqmlApplicationEngine to create a the application. With Qt5.4.2, i have just seen a black window (using a Remote Desktop Connection). Within the new features coming with Qt 5.5.0 (using dynamic ANGLE) the application window was shown fine.
    I decided to choose a more widget based approach and filled the mainwindow widget with qml (QquickWidget). Unfortunately, with this approach the mainwindow not visible again.

    I also tried QcoreApplication::setAttribute(Qt::AA_UseOpenGLES), but i get the error message:

    .... Install a driver providing OpenGL 2.0 or higher, or, if this is not possible, make sure the ANGLE Open GL ES 2.0 emulation libraries (libEGL.dll, libGLESv2.dll and d3dcompiler_.dll)
    are available in the application executable's directory or in a location listed in PATH

    The libraries ibEGL.dll, libGLESv2.dll and d3dcompiler_*.dll are available.

    Does somebody has any idea?

    Thanks in advance

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dr_X
      wrote on last edited by
      #2

      solved with:

      When absolutely necessary, this limitation can be overcome by setting the Qt::WA_AlwaysStackOnTop attribute on the QQuickWidget

      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