<?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[I cannot see anything con console - ubuntu pangolin [12.04]]]></title><description><![CDATA[<p dir="auto">Hi all.<br />
I am studying C++ and I have chosen QtCreator to make my practices ... The problem is that I am going to do console applications until I learn more about create and manage classes in C++.</p>
<p dir="auto">I installed QtCreator 2.4.1 on my linux ubuntu 12.04 LTS and have chosen the option that appears in menu "File-&gt; New Project or File-&gt; Other proyects-&gt; Plain C++ Project" and this creates an application "HelloWorld".</p>
<p dir="auto">But when the application starts the console does not display anything. Is there something I must  configure?</p>
]]></description><link>https://forum.qt.io/topic/17182/i-cannot-see-anything-con-console-ubuntu-pangolin-12-04</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Apr 2026 05:52:10 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/17182.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 May 2012 21:49:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to I cannot see anything con console - ubuntu pangolin [12.04] on Thu, 31 May 2012 00:00:23 GMT]]></title><description><![CDATA[<p dir="auto">Yes, thanks, I was trying with "xterm -e" instead of "x-terminal-emulator -e" just after I have written "(run in terminal is checked)" xD</p>
]]></description><link>https://forum.qt.io/post/140352</link><guid isPermaLink="true">https://forum.qt.io/post/140352</guid><dc:creator><![CDATA[SrArcos]]></dc:creator><pubDate>Thu, 31 May 2012 00:00:23 GMT</pubDate></item><item><title><![CDATA[Reply to I cannot see anything con console - ubuntu pangolin [12.04] on Wed, 30 May 2012 23:52:16 GMT]]></title><description><![CDATA[<p dir="auto">The C++ code is not the issue here.</p>
<p dir="auto">What is the terminal program?  What are the settings under Tools Options?  What, if anything, is showing in the "Application Output" pane inside the Qt Creator?</p>
<p dir="auto">Edit: I see you fixed it an edited your post while I was writing :)</p>
]]></description><link>https://forum.qt.io/post/140351</link><guid isPermaLink="true">https://forum.qt.io/post/140351</guid><dc:creator><![CDATA[ChrisW67]]></dc:creator><pubDate>Wed, 30 May 2012 23:52:16 GMT</pubDate></item><item><title><![CDATA[Reply to I cannot see anything con console - ubuntu pangolin [12.04] on Wed, 30 May 2012 23:47:31 GMT]]></title><description><![CDATA[<p dir="auto">It works! Thanks</p>
<ul>
<li>
<p dir="auto">I saw the terminal but the terminal did not show anything.</p>
</li>
<li>
<p dir="auto">(run in terminal is checked)</p>
</li>
<li>
<p dir="auto">But in Environment-&gt;General the terminal was set up at "x-terminal-emulator -e". I replace it for xterm -e and It works fine. Thanks!</p>
</li>
</ul>
]]></description><link>https://forum.qt.io/post/140349</link><guid isPermaLink="true">https://forum.qt.io/post/140349</guid><dc:creator><![CDATA[SrArcos]]></dc:creator><pubDate>Wed, 30 May 2012 23:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to I cannot see anything con console - ubuntu pangolin [12.04] on Wed, 30 May 2012 22:48:46 GMT]]></title><description><![CDATA[<p dir="auto">When you say "the console" where do you mean?   That template creates a project for program that outputs text.  That project should have been configured to open a separate terminal.  Do you see a separate terminal?  If so, the output should be there:<br />
@<br />
Hello World!<br />
Press &lt;RETURN&gt; to close this window... @</p>
<p dir="auto">If you got no terminal at all then check:</p>
<ul>
<li>Project (Ctrl-5), Run Settings, Run in terminal is checked</li>
<li>Tools menu, Options..., Environment page, General tab, Terminal command.  Defaults to "xterm -e".  Is xterm installed?  You can use other terminals but I have yet to make KDE konsole work.  I cannot vouch for Gnome-ish terminals.</li>
</ul>
]]></description><link>https://forum.qt.io/post/140346</link><guid isPermaLink="true">https://forum.qt.io/post/140346</guid><dc:creator><![CDATA[ChrisW67]]></dc:creator><pubDate>Wed, 30 May 2012 22:48:46 GMT</pubDate></item></channel></rss>