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!
↧