<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Running a Qt Embedded program in a window]]></title><description><![CDATA[<p dir="auto">Hello Qt world ;D</p>
<p dir="auto">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.</p>
<p dir="auto">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 =]</p>
<p dir="auto">Thanks a million!</p>
]]></description><link>https://forum.qt.io/topic/28436/running-a-qt-embedded-program-in-a-window</link><generator>RSS for Node</generator><lastBuildDate>Mon, 06 Apr 2026 13:51:24 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/28436.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 Jun 2013 16:45:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Running a Qt Embedded program in a window on Tue, 18 Jun 2013 21:09:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi and welcome to devnet,</p>
<p dir="auto">I assume you are using Qt 4.</p>
<p dir="auto">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).</p>
<p dir="auto">Then you can run qfvb and tell your application to start using it.</p>
<p dir="auto">Hope it helps</p>
]]></description><link>https://forum.qt.io/post/183339</link><guid isPermaLink="true">https://forum.qt.io/post/183339</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Tue, 18 Jun 2013 21:09:16 GMT</pubDate></item></channel></rss>