<?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 1364361906**  </title>
  <link>http://qt-project.org/forums/viewforum/28/</link>
  <description>RSS feed for latest posts in India</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>Wed, 27 Mar 2013 07:25:06 GMT</lastBuildDate>
  <atom:link href="http://qt-project.org/feeds/all_forums/28" rel="self" type="application/rss+xml" />
  
  
  
        <item>
            <title>Inheriting from non&#45;virtual dtor base class</title>
            <link>http://qt-project.org/forums/viewreply/125561</link>
            <author>Konstantin Podsvirov</author>
            <description><![CDATA[Always happy to help on DevNet.]]></description>
            <guid isPermaLink="false">f4aec9e6d15d0ec16a215a47c33e0bbc</guid>
            <pubDate>Thu, 16 May 2013 09:06:25 GMT</pubDate>
        </item>
  
        <item>
            <title>Inheriting from non&#45;virtual dtor base class</title>
            <link>http://qt-project.org/forums/viewthread/27834</link>
            <author>shanxS</author>
            <description><![CDATA[I lately realized that classes like QWidget [qt.gitorious.org] do not have a virtual dtor.

	But still lot many classes are using QWidget for public inheritance.

	And if I go by the guideline of Herb Sutter &#8211; Guideline #4 in this article [gotw.ca] then:

	
		A base class destructor should be either public and virtual, or protected and nonvirtual.
	

	So what philosophy do we have in Qt regarding public base class&#8217;s dtor ?
And what about the semi&#45;destruction of object when deleted from base class pointer ?

	Thanks for your time.
shashank]]></description>
            <guid isPermaLink="false">d426b90c4c3a8513f7dd07c41dfef350</guid>
            <pubDate>Thu, 16 May 2013 02:44:03 GMT</pubDate>
        </item>
  
        <item>
            <title>Qt use in India</title>
            <link>http://qt-project.org/forums/viewreply/125245</link>
            <author>Jayakrishnan.M</author>
            <description><![CDATA[Qt is both an open source and commercial platform. Many big companies are using Qt. I guess these are commercial customers. Seeing job opportunities in India, I guess there are more openings now on the embedded side, some openings in desktop and nothing on mobile side. I&#8217;am more optimistic now regarding Qt. Once there is full support for ios and Android with Qt 5.2, there is a chance for an explosive growth in Qt opportunities. 2014 should be the deciding year.]]></description>
            <guid isPermaLink="false">3136542c3d57e6ca531f6ad802c20ccf</guid>
            <pubDate>Tue, 14 May 2013 06:02:32 GMT</pubDate>
        </item>
  
        <item>
            <title>QT Training Centre in india</title>
            <link>http://qt-project.org/forums/viewthread/27752</link>
            <author>karthiksg</author>
            <description><![CDATA[Hi 
I need to know if there is any training centre for QT in chennai or any other location in india]]></description>
            <guid isPermaLink="false">50ef0f8578a4f35a51783fb2de353ae0</guid>
            <pubDate>Mon, 13 May 2013 22:42:01 GMT</pubDate>
        </item>
  
        <item>
            <title>QML MouseArea</title>
            <link>http://qt-project.org/forums/viewreply/121841</link>
            <author>mohanakannan</author>
            <description><![CDATA[Thank you very much bosss&#8230;Almost its worked&#8230;
                   With regards,
                  mohanakannan]]></description>
            <guid isPermaLink="false">ba05eafeefffb87d7a9f9a33df418a7b</guid>
            <pubDate>Wed, 17 Apr 2013 14:47:24 GMT</pubDate>
        </item>
  
        <item>
            <title>QML MouseArea</title>
            <link>http://qt-project.org/forums/viewthread/26814</link>
            <author>mohanakannan</author>
            <description><![CDATA[Hello guys,
                   I I&#8217;m beginner to Qml&#8230;.I have been working in that for just 12 days..And now i have learnt some basic things&#8230;And i have been working in that mouse event area for some days&#8230;Let i will be clear about my problem..In a full screen, i have created icon for update and delete(delete icon and update icon).My task is to show the names of delete and update in the bottom of those icons,whenever i enters into that delete icon and update icon.If i enters in to that means ,its size is increasing and its ok&#8230;but i want to show the name of those icons  below those icons..Please help me guys.I will be so much thankful]]></description>
            <guid isPermaLink="false">36fbe110e3551925dce55b28e752eb97</guid>
            <pubDate>Wed, 17 Apr 2013 08:43:17 GMT</pubDate>
        </item>
  
        <item>
            <title>how to translate a string into hindi</title>
            <link>http://qt-project.org/forums/viewreply/120190</link>
            <author>arkenoid</author>
            <description><![CDATA[I also tried using Qtextcodec but could not succed in this&#8230;

	QString encoded_string = &amp;quot;blah blah&amp;quot;; // Some ISO 8859&#45;5 encoded text.
&amp;nbsp; &amp;nbsp; QTextCodec::setCodecForLocale&#40;QTextCodec::codecForName&#40;&amp;quot;U&#45;0973&amp;quot;&#41;&#41;;
&amp;nbsp; &amp;nbsp; QByteArray string = QTextCodec::fromUnicode&#40;&amp;quot;ram&amp;quot;&#41;;//QTextCodec::fromUnicode(&amp;quot;encoded_string&amp;quot;);
&amp;nbsp; &amp;nbsp; ui&#45;&amp;gt;hindiEdit&#45;&amp;gt;setText&#40;string&#41;;
   

	here error is generated like this one:
/home/hello50/mainwindow.cpp:26: error: cannot call member function &apos;QByteArray QTextCodec::fromUnicode(const QString&amp;amp;) const&apos; without object


	I could not identify the error in this.. and hence unable to resolve the error.. can any one help me ?]]></description>
            <guid isPermaLink="false">5e81cd9cdfe9b9f0a641c20b3e9d4725</guid>
            <pubDate>Wed, 03 Apr 2013 10:48:10 GMT</pubDate>
        </item>
  
        <item>
            <title>how to translate a string into hindi</title>
            <link>http://qt-project.org/forums/viewthread/26370</link>
            <author>arkenoid</author>
            <description><![CDATA[hello all..
i am new to qt. and i want to convert the english text to hindi. But i couldnot find any devnagari family supported in Qfont..
I could convert text into various fonts like times new roman, sans serif etc, but not in hindi..

	&amp;nbsp;QFont f&#40;&amp;quot;Dev Kruti 010&amp;quot;,12,QFont::Bold&#41;;
&amp;nbsp; &amp;nbsp; QFont g&#40;&amp;quot;Times New Roman&amp;quot;,12,QFont::Bold&#41;;
&amp;nbsp; &amp;nbsp; ui&#45;&amp;gt;hindiEdit&#45;&amp;gt;setFont&#40;f&#41;;
&amp;nbsp; &amp;nbsp; ui&#45;&amp;gt;englishEdit&#45;&amp;gt;setFont&#40;g&#41;;


	But i could get hindi font in hindiEdit, rather some english family font is displayed..
can anyone help me in this?]]></description>
            <guid isPermaLink="false">9179d459c08d3283a8299ee44b140b90</guid>
            <pubDate>Wed, 03 Apr 2013 10:43:24 GMT</pubDate>
        </item>
  
        <item>
            <title>webkitgetusermedia failed in qtwebkit2.3</title>
            <link>http://qt-project.org/forums/viewreply/118223</link>
            <author>mlong</author>
            <description><![CDATA[No need to duplicate posts.  Closing this one.]]></description>
            <guid isPermaLink="false">53c085847ad08dbc8c2be90b88036309</guid>
            <pubDate>Tue, 19 Mar 2013 19:06:27 GMT</pubDate>
        </item>
  
        <item>
            <title>webkitgetusermedia failed in qtwebkit2.3</title>
            <link>http://qt-project.org/forums/viewthread/25842</link>
            <author>JohanSaji</author>
            <description><![CDATA[Hi,
    I have build qtwebkit 2.3 enabling media&#45;strem for webrtc and copied the generated .so files to the lib in the qt4.8.4. When i tries to run the fancy&#45;browser in the qt example with webrtc enable site the getusermedia api fails with setting the error code (ec) as not_supported..
plz help&#8230;&#8230;&#8230;&#8230;&#8230;.

	I am using ubuntu 12.04 lts for bulding qt.]]></description>
            <guid isPermaLink="false">20b2279663d7c1207e36be0b0975f310</guid>
            <pubDate>Tue, 19 Mar 2013 18:56:04 GMT</pubDate>
        </item>
  

  </channel>
</rss>