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. Different UI via ssh and direct application start on RaspberryPi
Forum Updated to NodeBB v4.3 + New Features

Different UI via ssh and direct application start on RaspberryPi

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 575 Views 2 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.
  • M Offline
    M Offline
    MajidKamali
    wrote on last edited by
    #1

    Hi.
    I cross-compiled Qt 5.12.3 for RaspberryPi3B+ successfully with this link and everything is checked and ok.
    Running application via ssh shows a fullscreen window, and all controls are ok.
    But running application locally on raspberry pi, shows a windowed app and QtQuick buttons are border and background less (Material Style). Also touch ripple area is always at point (0, 0) !

    What's the problem? Am I missing something?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      MajidKamali
      wrote on last edited by
      #2

      SSH:
      20191105_124305.jpg

      Local:
      20191105_124332.jpg

      1 Reply Last reply
      0
      • M Offline
        M Offline
        MajidKamali
        wrote on last edited by
        #3

        using -platform eglfs in application arguments solved the problem!
        But I have another question in this regard. I configured Qt to compile with eglfs, why this is not default mode (platform) in raspberry?

        sierdzioS 1 Reply Last reply
        1
        • M MajidKamali

          using -platform eglfs in application arguments solved the problem!
          But I have another question in this regard. I configured Qt to compile with eglfs, why this is not default mode (platform) in raspberry?

          sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          @MajidKamali said in Different UI via ssh and direct application start on RaspberryPi:

          using -platform eglfs in application arguments solved the problem!
          But I have another question in this regard. I configured Qt to compile with eglfs, why this is not default mode (platform) in raspberry?

          If you run from console, with no X server running, Qt will default to EGLFS.

          (Z(:^

          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