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

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

    
	<channel>

	<title>Qt DevNet forums: India</title>
	<link>http://qt-project.org/forums/viewforum/28/</link>
	<description>RSS feed for latest threads in India</description>
	<copyright>Copyright 2012 Qt Developer Network</copyright>
	<docs>http://www.rssboard.org/rss-specification</docs>
	<generator>ExpressionEngine v2.3.1 http://expressionengine.com/</generator>
	<lastBuildDate>Thu, 24 May 2012 09:10:10 GMT</lastBuildDate>
	<atom:link href="http://qt-project.org/feeds/forum/28" rel="self" type="application/rss+xml" />

    

	
        <item>
            <title>Whats the basic difference between the QtCreator and QtDesigner</title>
            <link>http://qt-project.org/forums/viewthread/16885</link>
            <author>premjith</author>
            <description><![CDATA[im a newbie in Qt, i just want to know the basic difference between the QtCreator and QtDesigner. there is one Design tab in QtCreator , whats difference between that design an QtDesigner. I want to develop a Qt Desktop application which compatible for both windows and linux.

	Thanx in advance]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/16885</guid>
            <pubDate>Thu, 03 May 2012 13:20:21 GMT</pubDate>
        </item>
	
        <item>
            <title>Qwt for Mobile</title>
            <link>http://qt-project.org/forums/viewthread/16804</link>
            <author>coder.freak</author>
            <description><![CDATA[Can I use Qwt for a mobile app? If so please explain me how?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/16804</guid>
            <pubDate>Tue, 01 May 2012 06:33:59 GMT</pubDate>
        </item>
	
        <item>
            <title>File handling using Qt for Mobiles</title>
            <link>http://qt-project.org/forums/viewthread/16299</link>
            <author>coder.freak</author>
            <description><![CDATA[Hi everybody! I am planning to develop an app for nokia phones. My app involves reading and writing data from text files. I wanted to know if it&#8217;s possible when I install my app on the nokia phone i.e. I wanted to know whether my installed app can write and retrieve data from text files in a mobile&#8230;(Are text files automatically created in mobile if I want to write data into the file?)?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/16299</guid>
            <pubDate>Thu, 12 Apr 2012 09:41:50 GMT</pubDate>
        </item>
	
        <item>
            <title>Web Server Implementation</title>
            <link>http://qt-project.org/forums/viewthread/16224</link>
            <author>Sridhar C</author>
            <description><![CDATA[How to implement Web Server in Qt? There is any package or API is available in Qt for web server implementation? web server should have offer web services to the client.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/16224</guid>
            <pubDate>Tue, 10 Apr 2012 08:02:03 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt SDK not working</title>
            <link>http://qt-project.org/forums/viewthread/15704</link>
            <author>coder.freak</author>
            <description><![CDATA[Whenever i try building a GUI project in QT Qt creator, it says:
C:\QtSDK\QtCreator\bin\jom.exe exited with code 2
what does this mean&#8230; How to resolve this?

	edit: Muffled the title a bit to get rid of the shouting in ALL CAPS, and it&#8217;s called Qt, not QT; Andre]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/15704</guid>
            <pubDate>Fri, 23 Mar 2012 12:33:18 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt SVG Editor: How to resize svg image and save it back in SVG form as a resized image.!</title>
            <link>http://qt-project.org/forums/viewthread/15562</link>
            <author>prg1234</author>
            <description><![CDATA[I can load svg file and render it on QGraphicsView..but how to resize image and store it back in svg..!

	I tried following code for saving but it saves the contents as pixmap..!

	QSvgGenerator generator;
&amp;nbsp; &amp;nbsp; generator.setFileName&#40;path&#41;;
&amp;nbsp; &amp;nbsp; generator.setSize&#40;QSize&#40;200, 200&#41;&#41;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; QPainter painter&#40;&amp;amp;generator&#41;;
&amp;nbsp; &amp;nbsp; scene&#45;&amp;gt;render&#40;&amp;amp;painter, QRectF&#40;0, 0, 200, 200&#41;&#41;;


	But its not working.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/15562</guid>
            <pubDate>Mon, 19 Mar 2012 20:37:05 GMT</pubDate>
        </item>
	
        <item>
            <title>QML Collision detection</title>
            <link>http://qt-project.org/forums/viewthread/15507</link>
            <author>mikealfa</author>
            <description><![CDATA[hey&#8230;
i looked a lot for documentation on QML collision detection but found none&#8230;
anyone who knows about the subject well&#8230;who can help me out in my project ?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/15507</guid>
            <pubDate>Sat, 17 Mar 2012 18:32:59 GMT</pubDate>
        </item>
	
        <item>
            <title>[Closed] sorting a .srt file for vlc player</title>
            <link>http://qt-project.org/forums/viewthread/15196</link>
            <author>ajayzizou</author>
            <description><![CDATA[I&#8217;ve created a .srt file using
QTextStream out(AjayFileD);
out&amp;lt;&amp;lt;&#8221;\n&#8221;&amp;lt;&amp;lt;strc&amp;lt;&amp;lt;&#8221;,000&#8221;&amp;lt;&amp;lt;&#8221;&#8212;&amp;gt;&#8221;&amp;lt;&amp;lt;strc&amp;lt;&amp;lt;&#8221;,999&#8221;&amp;lt;&amp;lt;&#8221;\n&#8221;;
and const char *strc has the pause time.If i pause at 1 min 42 seconds,the first line is written to a .srt and at 16 min 59 seconds,the second line is written to a .srt file
00:01:42,000&#8212;&amp;gt;00:01:42,999
00:16:59,000&#8212;&amp;gt;00:16:59,999

	now if i go back and pause at 10 minutes,this line is written
00:10:00,000&#8212;&amp;gt;00:10:00,999

	and the entire file looks like this
00:01:42,000&#8212;&amp;gt;00:01:42,999
00:16:59,000&#8212;&amp;gt;00:16:59,999
00:10:00,000&#8212;&amp;gt;00:10:00,999

	but i want it to look like this
00:01:42,000&#8212;&amp;gt;00:01:42,999
00:10:00,000&#8212;&amp;gt;00:10:00,999
00:16:59,000&#8212;&amp;gt;00:16:59,999

	i want all the &#8216;pause time&#8217; to be sorted in ascending order in the .srt file.
however,I&#8217;m not able to sort them in ascending order,please suggest some method to sort contents of .srt file in qt. 

	EDIT: Please, don&#8217;t double post your questions. They can be moved, if they are located in the wrong forum. As this one is a more specific forum, then the other post, [qt&#45;project.org] I close this topic. Gerolf]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/15196</guid>
            <pubDate>Thu, 08 Mar 2012 08:13:06 GMT</pubDate>
        </item>
	
        <item>
            <title>Adding TreeView</title>
            <link>http://qt-project.org/forums/viewthread/14912</link>
            <author>sruthy</author>
            <description><![CDATA[Hi,
Can  anyone tell me how to add TreeView.
I&#8217;ve tried so many examples,but I got none of them working]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/14912</guid>
            <pubDate>Tue, 28 Feb 2012 13:35:58 GMT</pubDate>
        </item>
	
        <item>
            <title>connect database table with the local username id and password of the system</title>
            <link>http://qt-project.org/forums/viewthread/14813</link>
            <author>yashaswiram</author>
            <description><![CDATA[how to connect database table with the local username id and password of the system?. When user logs into the machine. opens up the software, he gets only the assets alloted to him. asset information is contained in the database table..anyone has any idea on how to implement this.I&#8217;m using mySQLdb with pyqt4.(creating an asset manager, user gets only the assets alloted to him )]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/14813</guid>
            <pubDate>Fri, 24 Feb 2012 01:16:15 GMT</pubDate>
        </item>
	
        <item>
            <title>QGLWidget error</title>
            <link>http://qt-project.org/forums/viewthread/14506</link>
            <author>sruthy</author>
            <description><![CDATA[hai all,
I&#8217;m completely new to Qt
Iwant a QGLWidget in my project,
so I added the following code:
GLWidget *openGL ;
openGL=new GLWidget&#40;this&#41;;

When I compiled this I got the following error:
fatal error C1083: Cannot open include file: &#8216;QGLWidget&#8217;: No such file or directory
Can anybody help me with this?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/14506</guid>
            <pubDate>Wed, 15 Feb 2012 11:43:55 GMT</pubDate>
        </item>
	
        <item>
            <title>qt2.0...screen become transparent....help?</title>
            <link>http://qt-project.org/forums/viewthread/13492</link>
            <author>Hirensos</author>
            <description><![CDATA[Dear All,

 well i gone through the way how to install and try to build hello world
program. As i start to launch designer application of qt2.0 and found such
attached non opaqe screen so, when i opened sub menu it will make me in bad
bad situation so, i cant even read it. well i like to make clear i m using
ubuntu 11.10 OS. i installed compiler and setup seems to be ok. only i m
not able to open Designed app to make some form. 

  Thanks in advance if someone help me.
thanks]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/13492</guid>
            <pubDate>Mon, 16 Jan 2012 17:02:07 GMT</pubDate>
        </item>
	
        <item>
            <title>Unable to view icons in QPopUp Menu</title>
            <link>http://qt-project.org/forums/viewthread/12819</link>
            <author>nisheet</author>
            <description><![CDATA[Hi I have put two QIcons in menu items in Qmenu. In my and other Pcs with developer environment its seems to work fine. But when the installation binary is installed in a fresh Linux installation/ Vm Image. The icons are not displayed in Pop Up menu. The main Frame contains the icons from the same source , the icons are visible there but are not visible for popup menu. 

	Kindly Help.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/12819</guid>
            <pubDate>Sat, 24 Dec 2011 13:15:17 GMT</pubDate>
        </item>
	
        <item>
            <title>Is it possible to use AT Command in Qt SDK?</title>
            <link>http://qt-project.org/forums/viewthread/12491</link>
            <author>Md. Kayesh</author>
            <description><![CDATA[hi everyone,
In symbian we used AT Commands to communicate with modems. Is this facility available in Qt SDK? I am developing programs only for Symbian Mobile phones. Specially for S60 3rd and 5th edition handsets.

	Thank you.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/12491</guid>
            <pubDate>Tue, 13 Dec 2011 18:56:01 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt application on beagleboard xm</title>
            <link>http://qt-project.org/forums/viewthread/9549</link>
            <author>Nileshmane</author>
            <description><![CDATA[We have build an application on host system &#40;linux  Qt creator&#41; and copy all lib&#8217;s to board(BB xm) it runs the application but shows two cursors one  for system and one for application.

	Why this is happening. (i thin it runs as a seprate system than OS GUI).]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/9549</guid>
            <pubDate>Fri, 09 Sep 2011 07:32:16 GMT</pubDate>
        </item>
	

	</channel>
</rss>
