<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">

    
	<channel>

	<title>Qt DevNet forums: Beta Testing</title>
	<link>http://qt-project.org/forums/viewforum/5/</link>
	<description>RSS feed for latest threads in Beta Testing</description>
	<copyright>Copyright 2013 Qt Project</copyright>
	<docs>http://www.rssboard.org/rss-specification</docs>
	<generator>ExpressionEngine v2.3.1 http://expressionengine.com/</generator>
	<lastBuildDate>Tue, 09 Feb 2010 21:26:32 GMT</lastBuildDate>
	<atom:link href="http://qt-project.org/feeds/forum/5" rel="self" type="application/rss+xml" />

    

	
        <item>
            <title>Building qt5.1 for android on mac</title>
            <link>http://qt-project.org/forums/viewthread/27852</link>
            <author>eSKon</author>
            <description><![CDATA[I&#8217;m trying to build qt5.1 beta on mac for android. Here is steps i passed:
1. Installed Android SDK
2. Installed Android NDK
3. With NDK tools downloaded and installed neccessary platforms
4. Made attempt to build qt
Latest step is main problem now. I got following error during building:

	In file included from ./wtf/unicode/Unicode.h:34:0,
                 from ./wtf/text/ASCIIFastPath.h:30,
                 from ./wtf/text/WTFString.h:28,
                 from wtf/DateMath.h:54,
                 from wtf/DateMath.cpp:73:
./wtf/unicode/icu/UnicodeIcu.h:27:27: fatal error: unicode/uchar.h: No such file or directory

	Perhaps i can skip webkit building but i need webkit. As i understood problem is in lack of ICU library in installed android platforms. I.e. now i need build ICU. I cloned it from https://android.googlesource.com/platform/external/icu4c but now i just can&#8217;t understand how to build it. How to run configure to configure ICU for android? How to build it? How to make icu library available for further qt build? Could anybody help?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27852</guid>
            <pubDate>Thu, 16 May 2013 14:00:58 GMT</pubDate>
        </item>
	
        <item>
            <title>Windows maximize button inactive with 5.1.0</title>
            <link>http://qt-project.org/forums/viewthread/27794</link>
            <author>stevenhurd</author>
            <description><![CDATA[Anyone else experience this?  I updated to the 5.1.0 beta and the windows maximize button is now inactive for my QQuickView based UI.  Anyone know if an API or default changed recently?  The flags variable still seems to indicate that it should be active.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27794</guid>
            <pubDate>Wed, 15 May 2013 02:32:19 GMT</pubDate>
        </item>
	
        <item>
            <title>[solved] qt5_tool config number of cores for building?</title>
            <link>http://qt-project.org/forums/viewthread/27049</link>
            <author>rawberg</author>
            <description><![CDATA[Is there a way to set the number of cores the build process will use when running qt5_tool &#45;c &#45;u &#45;b

	Update:
Got it working by changing line 162 of the qt5_tool file.

	from:
my @makeArgs = &#40;&apos;&#45;s&apos;&#41;;


	to:
my @makeArgs = &#40;&apos;&#45;j&apos;, &apos;16&apos;, &apos;&#45;s&apos;&#41;;]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27049</guid>
            <pubDate>Tue, 23 Apr 2013 05:47:39 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt creator</title>
            <link>http://qt-project.org/forums/viewthread/26379</link>
            <author>Tyagiait</author>
            <description><![CDATA[Hello,

	My problem question is same as asked in thread 11687 but i want to show the output in continous manner.
Like if i m installing a software then first line of process shown in terminal to be displayed in textbox and then the second one while the process still running.

	how i m gona achieve this…
help me out in this…..
Thanks……]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/26379</guid>
            <pubDate>Wed, 03 Apr 2013 14:47:50 GMT</pubDate>
        </item>
	
        <item>
            <title>Bug with the abbreviation feature</title>
            <link>http://qt-project.org/forums/viewthread/26064</link>
            <author>Andre</author>
            <description><![CDATA[I just spotted an issue in the feature that underlines abbreviations with a dotted line and provides a highlight. Considder this post. Note how of the OMR abbreviation the MR is underlined? That is clearly a bug, as the MR here does not stand for Merge Request. The feature should only kick in for abbreviations used as a whole word I think.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/26064</guid>
            <pubDate>Mon, 25 Mar 2013 21:08:27 GMT</pubDate>
        </item>
	
        <item>
            <title>QTableView click &amp; doubleClick signals don&apos;t work</title>
            <link>http://qt-project.org/forums/viewthread/25921</link>
            <author>asdevbeg</author>
            <description><![CDATA[I&#8217;m trying to make my application to respond to user selecting the QTableView row and perform some furter actions, based on the
row selected. Everything works fine with the signal activated. It is fired when key ENTER is pressed on the selected row(on Windows). But I&#8217;d like
table to respond also to mouse clicks. For some reason it doesn&#8217;t work. Please see the connects bellow: 

	// table_m  is QTableView, it shows data from the model in GUI, works fine

	connect(table_m, SIGNAL ( activated(const QModelIndex&amp;amp;)), this, SLOT ( RowSelected(const QModelIndex&amp;amp;)));
// this works fine, slot function is called when key ENTER is pressed, I get correct index in the argument passed

	connect(table_m, SIGNAL ( clicked(const QModelIndex&amp;amp;)), this, SLOT ( RowSelected(const QModelIndex&amp;amp;)));
// this does not work ! Please help.

	connect(table_m, SIGNAL ( doubleClicked(const QModelIndex&amp;amp;)), this, SLOT ( RowSelected(const QModelIndex&amp;amp;)));
// this does not work either !]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/25921</guid>
            <pubDate>Thu, 21 Mar 2013 11:44:26 GMT</pubDate>
        </item>
	
        <item>
            <title>Recend changes cause a lot of dead links</title>
            <link>http://qt-project.org/forums/viewthread/25870</link>
            <author>utcenter</author>
            <description><![CDATA[It has come to my attention that recent changes have caused a lot of links to break. It would be nice if there is something that could be done about this. I found that out while searching for information &#8211; a lot of the adequate answers consist of links to resources, and with the links broken the answers are rendered invalid and useless.

	And it doesn&#8217;t seem to be an issue of old resources or those under the Nokia umbrella. For example this link [doc.qt.digia.com] was valid just 2 months ago, today it redirects me to here [qt&#45;project.org], which is hardly useful.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/25870</guid>
            <pubDate>Wed, 20 Mar 2013 10:29:13 GMT</pubDate>
        </item>
	
        <item>
            <title>Google does not find Qt reference doc anymore for some classes</title>
            <link>http://qt-project.org/forums/viewthread/25792</link>
            <author>kleag</author>
            <description><![CDATA[Hello,

	Since several days, Google (www.google.fr) does not answer with the Qt reference page when asking for Qt classes. For example, the request &#8220;QXmlQuery&#8221; answers with the Nokia harmattan page and stackoverflow pages. No link to http://qt&#45;project.org/doc/qt&#45;4.8/qxmlquery.html for example up to the 10th page.

	QString reference is still found easily.

	Do you think it is a problem with the documentation site or with Google itself ?

	Regards,

	Gaël]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/25792</guid>
            <pubDate>Mon, 18 Mar 2013 16:37:14 GMT</pubDate>
        </item>
	
        <item>
            <title>gerrit and qt5_tool</title>
            <link>http://qt-project.org/forums/viewthread/25579</link>
            <author>miketopen</author>
            <description><![CDATA[Hi All,

	When trying to pull the dev branch using &#8216;qt5_tool &#45;p &#8212;branch dev&#8217; I am running in the problem that he is trying to fetch from
gerrit. Because of the lack of an gerrit account, this fails. 

	Is it strictly necessary to have a gerrit account to use the qt5_tool in this way l or did I do anything strange. I simply would like to test some new stuff from Qt 5.0.2.

	Thanks

    Mike]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/25579</guid>
            <pubDate>Sun, 10 Mar 2013 03:17:23 GMT</pubDate>
        </item>
	
        <item>
            <title>Unavailable Qt videos</title>
            <link>http://qt-project.org/forums/viewthread/25324</link>
            <author>pietrek89</author>
            <description><![CDATA[Can someone re&#45;upload the videos in &#8220;Getting started&#8221; category, because links seem not working?

	Thx.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/25324</guid>
            <pubDate>Fri, 01 Mar 2013 19:12:42 GMT</pubDate>
        </item>
	
        <item>
            <title>i don&apos;t have moderator badge</title>
            <link>http://qt-project.org/forums/viewthread/24890</link>
            <author>Mohsen</author>
            <description><![CDATA[i have moderator privileges on &#8220;Persian&#8221; forum but after a while i didn&#8217;t have a moderator badge yet :&#45;s
also, i don&#8217;t have delete permission which is mostly needed]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/24890</guid>
            <pubDate>Sat, 16 Feb 2013 17:01:21 GMT</pubDate>
        </item>
	
        <item>
            <title>Smart source code tags do not work anymore</title>
            <link>http://qt-project.org/forums/viewthread/24410</link>
            <author>koahnig</author>
            <description><![CDATA[The smart tags for source code do not open the proper documentation anymore. 
QString

should and does point to documentation of QString class, but open Qt5 documentation overview [qt&#45;project.org]]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/24410</guid>
            <pubDate>Fri, 01 Feb 2013 11:14:23 GMT</pubDate>
        </item>
	
        <item>
            <title>Changing Password</title>
            <link>http://qt-project.org/forums/viewthread/24401</link>
            <author>Gandalf_PCHF</author>
            <description><![CDATA[I used the OpenID originally to login here, but trying to change my Username a password is needed. However, it will not accept an OpenID.

	Neither will changing an email address accept the OpenID.

	Help please]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/24401</guid>
            <pubDate>Fri, 01 Feb 2013 00:12:18 GMT</pubDate>
        </item>
	
        <item>
            <title>[SOLVED] Creating classes in Qt Stylesheet</title>
            <link>http://qt-project.org/forums/viewthread/23898</link>
            <author>holygirl</author>
            <description><![CDATA[Hi all!

     I&#8217;m new to Qt and I have a question regarding stylesheets. I&#8217;m using many labels in my designed and I want each label to have a different styling. As of now, I have

	&amp;nbsp;QLabel 
&#123;
&amp;nbsp; &amp;nbsp; border: none;
&amp;nbsp; &amp;nbsp; padding: 0; 
&amp;nbsp; &amp;nbsp; background: none;
&#125;


	but this applies the same style to all the labels. I even tried

	.heading
&#123;
&amp;nbsp; &amp;nbsp; color: brown;
&#125;
&amp;nbsp;
.heading2
&#123;
&amp;nbsp; &amp;nbsp; color: red;
&#125;


	for different styles for each label. But I can&#8217;t get it to work. My question is, how can I customize the styling for each label even though I am referring to the same stylesheet? 
Thanks.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/23898</guid>
            <pubDate>Fri, 18 Jan 2013 08:43:19 GMT</pubDate>
        </item>
	
        <item>
            <title>Markdown</title>
            <link>http://qt-project.org/forums/viewthread/23439</link>
            <author>John Peterson</author>
            <description><![CDATA[Why can&#8217;t the forum parse Markdown markup?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/23439</guid>
            <pubDate>Sun, 06 Jan 2013 03:55:57 GMT</pubDate>
        </item>
	

	</channel>
</rss>