Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Running a Qt Embedded program in a window
Forum Updated to NodeBB v4.3 + New Features

Running a Qt Embedded program in a window

Scheduled Pinned Locked Moved Installation and Deployment
2 Posts 2 Posters 1.1k 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.
  • M Offline
    M Offline
    mmmBacon
    wrote on last edited by
    #1

    Hello Qt world ;D

    I was wondering: Is it possible to run a Qt-Embedded program in a window as if it were a normal GUI program in Linux? I have deployed my Qt-Embedded program onto the embedded device (It's a beaglebone black). I am running Angstrom linux, and in the /home/root directory there is my program 'Beagle3' . When I type ./Beagle3 right now I get errors telling me to use the -qws options. Then I run ./Beagle3 -qws and it seems to run the program, but it's not displaying it. I know that this is the correct procedure to run the embedded program if X is not running, but I want to open the program in X in a window.

    Are there run options that would allow me to run it as a normal GUI program? OR: Is there a way I can SSH into this embedded device and run this program in a Gui on THAT computer? That would be ideal =]

    Thanks a million!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      I assume you are using Qt 4.

      If you want to test and validate your application on your computer, the simple way is to build Qt Embedded for x86 enabling qvfb (Qt Virtual FrameBuffer).

      Then you can run qfvb and tell your application to start using it.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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