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

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

  <channel>

  
  <title>Qt DevNet forums: 3rd Party Software 1283898057**  </title>
  <link>http://qt-project.org/forums/viewforum/47/</link>
  <description>RSS feed for latest posts in 3rd Party Software</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, 08 Sep 2010 00:20:57 GMT</lastBuildDate>
  <atom:link href="http://qt-project.org/feeds/all_forums/47" rel="self" type="application/rss+xml" />
  
  
  
        <item>
            <title>[Solved] Help with QtSerialPort instalation</title>
            <link>http://qt-project.org/forums/viewreply/125887</link>
            <author>RodriguesCunha</author>
            <description><![CDATA[Hi,

	I already I&#8217;m trying Qt 5.1.

	Thanks]]></description>
            <guid isPermaLink="false">6d53a6fc4a122d144f3d5043c7ed771f</guid>
            <pubDate>Fri, 17 May 2013 23:38:26 GMT</pubDate>
        </item>
  
        <item>
            <title>QxOrm alternatives</title>
            <link>http://qt-project.org/forums/viewreply/125872</link>
            <author>mbnoimi</author>
            <description><![CDATA[bump it]]></description>
            <guid isPermaLink="false">3795f1e64cf593199db38c7869809cab</guid>
            <pubDate>Fri, 17 May 2013 18:29:19 GMT</pubDate>
        </item>
  
        <item>
            <title>QCustomplot: Coords by Mouseclick</title>
            <link>http://qt-project.org/forums/viewreply/125752</link>
            <author>SGaist</author>
            <description><![CDATA[connect&#40;plot_, SIGNAL&#40;mousePress&#40;QMouseEvent*&#41;&#41;, SLOT&#40;clickedGraph&#40;QMouseEvent*&#41;&#41;&#41;;
&amp;nbsp;
void FVolumePlayerWidget::clickedGraph&#40;QMouseEvent *event&#41;
&#123;
QPoint p = event&#45;&amp;gt;pos&#40;&#41;;
//etc...
&#125;]]></description>
            <guid isPermaLink="false">f76871a234cd0afa9ca30ce631a0a372</guid>
            <pubDate>Fri, 17 May 2013 10:09:32 GMT</pubDate>
        </item>
  
        <item>
            <title>Some questions for QTScript and MathJax</title>
            <link>http://qt-project.org/forums/viewthread/27836</link>
            <author>BillWang</author>
            <description><![CDATA[Hello all,

       I am new to QT platform. I would like to develop a non&#45;web based Math Rendering with MathJax. It it seems someone has paved the way. See here [blog.qt.digia.com] Kent Hansen has already made the env.js working properly with QT script. However, due to my poor experience with QT platform, I couldn&#8217;t get the lib or plugin working.

	From Kent Hansen&#8217;s description:
Fully embed Envjs in the application: Pass the contents of env.js to QScriptEngine::evaluate(), and then call initializeEnvjsNatives(). You&#8217;ll need to add src/shared/envjsnatives.cpp to your application sources. &#8212;&#45;&amp;gt;&amp;gt;&amp;gt; before even putting the env.js in my console, how should I link env.js in .pro file?

	Also, where should I leave my MathJax.js?]]></description>
            <guid isPermaLink="false">20228ea9509ebc6ef123ecc4421baea0</guid>
            <pubDate>Thu, 16 May 2013 04:17:01 GMT</pubDate>
        </item>
  
        <item>
            <title>QCustomplot: Coords by Mouseclick</title>
            <link>http://qt-project.org/forums/viewthread/27826</link>
            <author>rotpar</author>
            <description><![CDATA[Hi everybody,

	I&#8217;m new to Qt and I&#8217;m using QCustomPlot to create a plot out of some informations. Now I want to click with the left mousebutton into the graph and want to get the coordinates of the position I clicked at. I couldn&#8217;t find any solution for it yet, but I can&#8217;t believe I&#8217;m the only one who wants to do this :). It seems like I&#8217;m missing something obvious. Can someone give me a hint?

	Thanks,
rotpar]]></description>
            <guid isPermaLink="false">9eb5ae5dd69184adb645c095ce4be7f1</guid>
            <pubDate>Wed, 15 May 2013 19:40:14 GMT</pubDate>
        </item>
  
        <item>
            <title>QExtSerialPort: How to determine if a serial port is in use by another application?</title>
            <link>http://qt-project.org/forums/viewreply/125507</link>
            <author>maikel</author>
            <description><![CDATA[I found an easier solution. Just append O_EXLOCK into the open_sys() function in qextserialport_unix.cpp]]></description>
            <guid isPermaLink="false">af72f239eadfc3da232da77755a7fe46</guid>
            <pubDate>Wed, 15 May 2013 15:39:55 GMT</pubDate>
        </item>
  
        <item>
            <title>Error in build qwt&#45;6.0.2</title>
            <link>http://qt-project.org/forums/viewthread/27802</link>
            <author>afatdog</author>
            <description><![CDATA[QT: v4.7.4
QWT: v6.0.2
OS:Win7(32)

	C:\qwt&#45;6.0.2&amp;gt;make
MAKE Version 5.2  Copyright &#169; 1987, 2000 Borland
Fatal: &#8216;sub&#45;src&#45;make_default&#45;ordered&#8217; does not exist &#8211; don&#8217;t know how to make it

	C:\qwt&#45;6.0.2&amp;gt;mingw32&#45;make
cd src\ &amp;amp;&amp;amp; mingw32&#45;make &#45;f Makefile
mingw32&#45;make1: Entering directory `C:/qwt&#45;6.0.2/src&#8217;
mingw32&#45;make &#45;f Makefile.Debug all
mingw32&#45;make2: Entering directory `C:/qwt&#45;6.0.2/src&#8217;
Makefile.Debug:255: *** missing separator.  Stop.
mingw32&#45;make2: Leaving directory `C:/qwt&#45;6.0.2/src&#8217;
mingw32&#45;make1: *** [debug&#45;all] Error 2
mingw32&#45;make1: Leaving directory `C:/qwt&#45;6.0.2/src&#8217;
mingw32&#45;make: *** [sub&#45;src&#45;make_default&#45;ordered] Error 2]]></description>
            <guid isPermaLink="false">9e4d36d241bf5f00e499882bbd94070c</guid>
            <pubDate>Wed, 15 May 2013 09:48:13 GMT</pubDate>
        </item>
  
        <item>
            <title>the problem of parsing json with libqjson</title>
            <link>http://qt-project.org/forums/viewreply/125180</link>
            <author>sl.sy.ifm</author>
            <description><![CDATA[Why do you expect &#8220;parser.parse(&#8230;)&#8221; to return a QVariantList? &#8230; afaik, it would be a QVariantMap &#8230;

	hmm &#8230; or the other way around if you want the records&#45;list, you first have to get it from the outer map:
QVariantList mylist = result.toMap&#40;&#41;&#91;&amp;quot;Records&amp;quot;&#93;.toList&#40;&#41;

(haven&#8217;t tested that line, but that&#8217;s what I would expect to work)]]></description>
            <guid isPermaLink="false">7c4502397ba47f928884e5876692dc2e</guid>
            <pubDate>Mon, 13 May 2013 16:05:12 GMT</pubDate>
        </item>
  
        <item>
            <title>the problem of parsing json with libqjson</title>
            <link>http://qt-project.org/forums/viewthread/27722</link>
            <author>breadbread1984</author>
            <description><![CDATA[I wrote a testing code as the code below. The parsing result shows that there is no record in the query string. However there is one record in the string. Is there any problem with my code? Thanks beforehand.
#include &amp;lt;cstdlib&amp;gt;
#include &amp;lt;iostream&amp;gt;
#include &amp;lt;QtCore&amp;gt;
#include &amp;lt;QtGui&amp;gt;
#include &amp;lt;qjson/parser.h&amp;gt;
&amp;nbsp;
using namespace std;
&amp;nbsp;
pair&amp;lt;bool,QVariantList&amp;gt; parseJSON&#40;QString path&#41;
&#123;
&amp;nbsp;QString query = &amp;quot;&#123;\&amp;quot;Result\&amp;quot;:\&amp;quot;OK\&amp;quot;,\&amp;quot;TotalRecordCount\&amp;quot;:1,\&amp;quot;Records\&amp;quot;:[&#123;\&amp;quot;id\&amp;quot;:\&amp;quot;517b336a09ff1a15f3db1ecd\&amp;quot;,\&amp;quot;accountName\&amp;quot;:\&amp;quot;admin\&amp;quot;,\&amp;quot;title\&amp;quot;:\&amp;quot;2013\&amp;quot;,\&amp;quot;desc\&amp;quot;:\&amp;quot;\&amp;quot;,\&amp;quot;status\&amp;quot;:0,\&amp;quot;createTime\&amp;quot;:\&amp;quot;2013&#45;04&#45;27 10:09:46\&amp;quot;,\&amp;quot;leaders\&amp;quot;:\&amp;quot;admin\&amp;quot;&#125;]&#125;&amp;quot;;
&amp;nbsp;
&amp;nbsp;QJson::Parser parser;
&amp;nbsp;bool ok;
&amp;nbsp;QVariant result = parser.parse&#40;query.toAscii&#40;&#41;,&amp;amp;ok&#41;;
&amp;nbsp;if&#40;ok&#41; &#123;
&amp;nbsp; QVariantList mylist = result.toList&#40;&#41;;
&amp;nbsp; return make_pair&#40;true,mylist&#41;;
&amp;nbsp;&#125; else
&amp;nbsp; return make_pair&#40;false,QVariantList&#40;&#41;&#41;;
&#125;
&amp;nbsp;
int main&#40;int argc,char ** argv&#41;
&#123;
&amp;nbsp;pair&amp;lt;bool,QVariantList&amp;gt; result = parseJSON&#40;&amp;quot;list.json&amp;quot;&#41;;
&amp;nbsp;if&#40;false == result.first&#41; &#123;
&amp;nbsp; cout&amp;lt;&amp;lt;&amp;quot;parse error!&amp;quot;&amp;lt;&amp;lt;endl;
&amp;nbsp; return EXIT_FAILURE;
&amp;nbsp;&#125; else &#123;
&amp;nbsp; QVariantList &amp;amp; mylist = result.second;
&amp;nbsp; foreach&#40;QVariant plugin,mylist&#41; &#123;
&amp;nbsp; &amp;nbsp;QVariantMap mymap = plugin.toMap&#40;&#41;;
&amp;nbsp; &amp;nbsp;cout&amp;lt;&amp;lt;&amp;quot;id = &amp;quot;&amp;lt;&amp;lt;mymap&#91;&amp;quot;id&amp;quot;&#93;.toString&#40;&#41;.toStdString&#40;&#41;&amp;lt;&amp;lt;endl
&amp;nbsp; &amp;nbsp; &amp;lt;&amp;lt;&amp;quot;accountName = &amp;quot;&amp;lt;&amp;lt;mymap&#91;&amp;quot;accountName&amp;quot;&#93;.toString&#40;&#41;.toStdString&#40;&#41;&amp;lt;&amp;lt;endl;
&amp;nbsp; &#125;
&amp;nbsp; return EXIT_SUCCESS;
&amp;nbsp;&#125;
&#125;]]></description>
            <guid isPermaLink="false">e8d3c0e2c5877c11e711b308cd91a679</guid>
            <pubDate>Mon, 13 May 2013 10:25:05 GMT</pubDate>
        </item>
  
        <item>
            <title>Configure Toolbars and Configure Shortcuts options</title>
            <link>http://qt-project.org/forums/viewreply/124975</link>
            <author>mbnoimi</author>
            <description><![CDATA[Hi,

	Qt has not any of this facility, you have to code by yourself.
You can call your QMainWindow actions() methos that give access to all actions defined.

	Do you know any Qt component or any project already wrote these libraries?

	PS
I tried to convert back KXmlGuiWindow to be able in Qt but all my test arrive to dead end :(]]></description>
            <guid isPermaLink="false">7213052b072c2643b01fd2507a08107e</guid>
            <pubDate>Sun, 12 May 2013 00:15:14 GMT</pubDate>
        </item>
  

  </channel>
</rss>