<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Qt Centre Forum - Qt Tools</title>
		<link>http://www.qtcentre.org/</link>
		<description>Issues related to using tools bundled or closely related to Qt -  i.e. Designer, Creator, Linguist.</description>
		<language>en</language>
		<lastBuildDate>Tue, 21 May 2013 18:12:09 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>15</ttl>
		<image>
			<url>http://www.qtcentre.org/images/misc/rss.png</url>
			<title>Qt Centre Forum - Qt Tools</title>
			<link>http://www.qtcentre.org/</link>
		</image>
		<item>
			<title>Qt help is missing in qtcreator 2.7.0. How to add it?</title>
			<link>http://www.qtcentre.org/threads/54636-Qt-help-is-missing-in-qtcreator-2-7-0-How-to-add-it?goto=newpost</link>
			<pubDate>Mon, 20 May 2013 17:17:04 GMT</pubDate>
			<description><![CDATA[When "F1" is pressed I am getting "documentation is not available" message. Help shows only qtcreator-related help. How can I add Qt help in qt...]]></description>
			<content:encoded><![CDATA[<div>When &quot;F1&quot; is pressed I am getting &quot;documentation is not available&quot; message. Help shows only qtcreator-related help. How can I add Qt help in qt creator 2.7.0?<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.qtcentre.org/forums/3-Qt-Tools">Qt Tools</category>
			<dc:creator>TorAn</dc:creator>
			<guid isPermaLink="true">http://www.qtcentre.org/threads/54636-Qt-help-is-missing-in-qtcreator-2-7-0-How-to-add-it</guid>
		</item>
		<item>
			<title>Qt Creator Source code export from Qt Creator</title>
			<link>http://www.qtcentre.org/threads/54604-Source-code-export-from-Qt-Creator?goto=newpost</link>
			<pubDate>Thu, 16 May 2013 14:36:50 GMT</pubDate>
			<description>Hello. 
 
I want to create dialog in which several layouts could be loaded. Set layout of layouts are chosen by addLayout method. So the UI is not...</description>
			<content:encoded><![CDATA[<div>Hello.<br />
<br />
I want to create dialog in which several layouts could be loaded. Set layout of layouts are chosen by addLayout method. So the UI is not static.<br />
<br />
My idea is to create general dialog and different layout to which parent is passed as a parameter.<br />
<br />
But I want to create a UI using Creator. Can I receive a source could for UI created in Qt Creator? Or should I create it manually?</div>

]]></content:encoded>
			<category domain="http://www.qtcentre.org/forums/3-Qt-Tools">Qt Tools</category>
			<dc:creator>Gera777</dc:creator>
			<guid isPermaLink="true">http://www.qtcentre.org/threads/54604-Source-code-export-from-Qt-Creator</guid>
		</item>
		<item>
			<title>QLedIndicator - not changing state</title>
			<link>http://www.qtcentre.org/threads/54598-QLedIndicator-not-changing-state?goto=newpost</link>
			<pubDate>Wed, 15 May 2013 22:56:28 GMT</pubDate>
			<description>I got the plug-in installed into Designer, and added several LED widgets to my UI.  I have followed all the steps shown in the mini demo app that...</description>
			<content:encoded><![CDATA[<div>I got the plug-in installed into Designer, and added several LED widgets to my UI.  I have followed all the steps shown in the mini demo app that came with the download.  At form load time, I set the colors like this:<br />
   ui.led1-&gt;setOnColor1(QColor(0,250,0,255));<br />
   ui.led1-&gt;setOnColor2(QColor(0,200,0,255));<br />
   ui.led1-&gt;setOffColor1(QColor(0,25,0,255));<br />
   ui.led1-&gt;setOffColor2(QColor(0,100,0,255));<br />
<br />
Then when I want to turn on the LED I have tried these (together and separately)<br />
   ui.led1-&gt;setChecked(true);<br />
   ui.led1-&gt;toggle();<br />
<br />
However the led on the GUI never changes color from the default given to it in the designer. The widget is definitely enabled.  I don't know why I can't get it to change states.<br />
<br />
Any help is greatly appreciated,<br />
Doyal</div>

]]></content:encoded>
			<category domain="http://www.qtcentre.org/forums/3-Qt-Tools">Qt Tools</category>
			<dc:creator>doyal101</dc:creator>
			<guid isPermaLink="true">http://www.qtcentre.org/threads/54598-QLedIndicator-not-changing-state</guid>
		</item>
		<item>
			<title>Problem while trying to build and run in QtCreator</title>
			<link>http://www.qtcentre.org/threads/54545-Problem-while-trying-to-build-and-run-in-QtCreator?goto=newpost</link>
			<pubDate>Sat, 11 May 2013 15:57:31 GMT</pubDate>
			<description>Hello! 
 
Since I changed my QtCreator to the last one avaliable to be donwloaded, I found some problems while configuring QtCreator to build and run...</description>
			<content:encoded><![CDATA[<div>Hello!<br />
<br />
Since I changed my QtCreator to the last one avaliable to be donwloaded, I found some problems while configuring QtCreator to build and run my projects.<br />
<br />
To be more specific, if I build my software in Debug mode, I can only run it from QtCreator by normal &quot;Run&quot;; if I try to do it by the debugger, I get the message &quot;Unexpected GDB Exit - The gdb process terminated.&quot;. And if I compile my software in Release mode, I can only run it with the debugger; if I try to do it only with Run, the app is not initialized and I get the message &quot;Failed to start program. Path or permissions wrong?&quot;.<br />
<br />
I know that this has something to do with my configuration in the Projects zone, but I simply can't find out what is wrong in it. I also went to the Build &amp; Run section in the Options window to manage the Kits, Qt Versions, Compilers and CMake and found nothing wrong there.<br />
<br />
<br />
Glad for any help,<br />
<br />
Momergil</div>

]]></content:encoded>
			<category domain="http://www.qtcentre.org/forums/3-Qt-Tools">Qt Tools</category>
			<dc:creator>Momergil</dc:creator>
			<guid isPermaLink="true">http://www.qtcentre.org/threads/54545-Problem-while-trying-to-build-and-run-in-QtCreator</guid>
		</item>
		<item>
			<title>Full screen mode for the QtCreator editor -  how to?</title>
			<link>http://www.qtcentre.org/threads/54516-Full-screen-mode-for-the-QtCreator-editor-how-to?goto=newpost</link>
			<pubDate>Wed, 08 May 2013 18:38:06 GMT</pubDate>
			<description><![CDATA[Usually I have a bunch of windows opened in QtCreator, including editors, views and output panes. When I am typing I'd like to have the editor occupy...]]></description>
			<content:encoded><![CDATA[<div>Usually I have a bunch of windows opened in QtCreator, including editors, views and output panes. When I am typing I'd like to have the editor occupy full screen, by hitting some key, like Fxx, and then return back to the environment layout once I am done typing. Full-screen mode in QtCreator only makes creator main window full-screen, I am looking for a way to get in and out of full-screen mode for the editor window within QtCreator.<br />
Can it be done?<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.qtcentre.org/forums/3-Qt-Tools">Qt Tools</category>
			<dc:creator>TorAn</dc:creator>
			<guid isPermaLink="true">http://www.qtcentre.org/threads/54516-Full-screen-mode-for-the-QtCreator-editor-how-to</guid>
		</item>
	</channel>
</rss>
