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

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

  <channel>

  
  <title>Qt DevNet forums: Mobile and Embedded 1284625380**  </title>
  <link>http://qt-project.org/forums/viewforum/11/</link>
  <description>RSS feed for latest posts in Mobile and Embedded</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, 16 Sep 2010 10:23:00 GMT</lastBuildDate>
  <atom:link href="http://qt-project.org/feeds/all_forums/11" rel="self" type="application/rss+xml" />
  
  
  
        <item>
            <title>QT&#45;Splash screen</title>
            <link>http://qt-project.org/forums/viewreply/86671</link>
            <author>Slyvr</author>
            <description><![CDATA[Thank you.  That bit of code just did the trick! and prompt answer too ^^]]></description>
            <guid isPermaLink="false">e0f4c1d1a967356afb5c2be47bf4aff2</guid>
            <pubDate>Thu, 24 May 2012 17:27:19 GMT</pubDate>
        </item>
  
        <item>
            <title>QT&#45;Splash screen</title>
            <link>http://qt-project.org/forums/viewthread/17489</link>
            <author>Slyvr</author>
            <description><![CDATA[I am using qt 4.5.3  and i want to create a splash screen that disappears after ~5 seconds. i tried using sleep and other such structures, the splash screen activates and disappears on time but the image in the splash doesn&#8217;t load, like in the case without the timer/sleep. Here is my code from the main.cpp, If anyone has any suggestions please help me out, :

	/*
 * main.cpp
 *
 *  Created on: May 24, 2012
 *      Author: f&#45;time
 */

	#include &amp;lt;QApplication&amp;gt;
#include &amp;lt;QSplashScreen&amp;gt;
#include&amp;lt;time.h&amp;gt;
#include&amp;lt;iostream&amp;gt;
#include &#8220;mainwindow.h&#8221;

	using namespace std;

 int main(int argc, char *argv[])
 &#123;
  // Q_INIT_RESOURCE(application);
  QApplication app(argc, argv);
  QPixmap pixmap(&#8220;splash.jpg&#8221;);
  QSplashScreen *splash = new QSplashScreen(pixmap);
  splash&#45;&amp;gt;show();
  app.processEvents();
  app.setOrganizationName(&#8220;Boss&#8221;);
     app.setApplicationName(&#8220;Can Application&#8221;);
     MainWindow mainWin;

     mainWin.show();

     splash&#45;&amp;gt;finish(&amp;amp;mainWin);
     return app.exec();
 &#125;]]></description>
            <guid isPermaLink="false">3c14580ecb5ce00549dc749c1511b13f</guid>
            <pubDate>Thu, 24 May 2012 16:48:52 GMT</pubDate>
        </item>
  
        <item>
            <title>Using device camera without Qt Mobility</title>
            <link>http://qt-project.org/forums/viewreply/86632</link>
            <author>mannu</author>
            <description><![CDATA[hey lenon.anavi did it, included the header. One last thing, where is this image stored?]]></description>
            <guid isPermaLink="false">b5dd3d3224ed6dcbfce57a2bb49241c2</guid>
            <pubDate>Thu, 24 May 2012 12:16:14 GMT</pubDate>
        </item>
  
        <item>
            <title>How to run Qt program on mini2440</title>
            <link>http://qt-project.org/forums/viewreply/86631</link>
            <author>whitebank</author>
            <description><![CDATA[Hello, here is step&#45;by&#45;step guidance you to program a code for mini2440, of course loading a program and run it in the board
http://mini2440vietnam.blogspot.com/2011/05/programming&#45;application&#45;for&#45;mini2440&#45;by.html]]></description>
            <guid isPermaLink="false">10f50a670403593f4a66bf998b36060c</guid>
            <pubDate>Thu, 24 May 2012 12:00:19 GMT</pubDate>
        </item>
  
        <item>
            <title>Using device camera without Qt Mobility</title>
            <link>http://qt-project.org/forums/viewthread/17469</link>
            <author>mannu</author>
            <description><![CDATA[Hey
I wanted to know is there any other way to access device camera in a symbian phone through a Qt application without using Qt Mobility. I read that the camera api has been removed form Qt Mobility. Please help me out]]></description>
            <guid isPermaLink="false">1e4530e7d30797c614c80d13a8e50745</guid>
            <pubDate>Thu, 24 May 2012 08:30:17 GMT</pubDate>
        </item>
  
        <item>
            <title>running a qt application on a nokia e72</title>
            <link>http://qt-project.org/forums/viewreply/86595</link>
            <author>mannu</author>
            <description><![CDATA[And it still won&#8217;t work.]]></description>
            <guid isPermaLink="false">dbd6458aeea69406002f54740c00cde5</guid>
            <pubDate>Thu, 24 May 2012 08:21:34 GMT</pubDate>
        </item>
  
        <item>
            <title>QT5 mouse Plugin not loading with qtwebkit</title>
            <link>http://qt-project.org/forums/viewreply/86591</link>
            <author>hari</author>
            <description><![CDATA[Sorry for confusion. QtWebkit was QtTestBrowser. 
Finally I found the reason. 

	Due to some changes which we had done in the application, there was small corruption in argv, and hence it was not finding &#8220;&#45;plugin&#8221; properly. 

	As suggested I enabled the QT_DEBUG_PLUGINS, and found that it was not trying to load that at all and then found the reason. 

	Thanks for the help .]]></description>
            <guid isPermaLink="false">b4539f1a3fc48fd4f8481c85c5ef0999</guid>
            <pubDate>Thu, 24 May 2012 07:16:07 GMT</pubDate>
        </item>
  
        <item>
            <title>QtWebKit examples for Windows CE</title>
            <link>http://qt-project.org/forums/viewthread/17463</link>
            <author>pelito</author>
            <description><![CDATA[Hello,

	I managed to compile Qt everywhere 4.8.1 libraries and examples with QtWebKit for Windows CE :
configure &#45;platform win32&#45;msvc2005 &#45;xplatform wince60standard&#45;x86&#45;msvc2005 &#45;webkit
&#8230;..

	The problem is when I try to run any example on Windows CE, the application crashes : Application fancybrowser.exe encountered a serious error and must shut down
On the platform builder, I can see &#8220;First&#45;chance exception is an unknown module (0xC0000005 : Access Violation)&#8221; and on the output &#8220;DoImport Failed! Unable to import from Library &#8216;QtWebKit4.dll&#8217;&#8221;.

	Does anyone have an idea of what the problem could be ?

	Regards]]></description>
            <guid isPermaLink="false">780697ef4e015040d8accd4a50e6ca96</guid>
            <pubDate>Wed, 23 May 2012 21:48:25 GMT</pubDate>
        </item>
  
        <item>
            <title>Nokia N9 applications without QML</title>
            <link>http://qt-project.org/forums/viewthread/17457</link>
            <author>Paker</author>
            <description><![CDATA[Is it possible to make N9 applications without necessarily having to use QML?
I read a very good documentation teaching how to exchange data between C++ and QML.
But i think the most we can do is inherit QDeclarativeItem and load a QML component declared in a qml file.
I wonder if i can do apps only using C++ and still use components/elements like PageStack.
I&#8217;m not saying i don&#8217;t wanna learn QML, i&#8217;m working on it, but i really like C++.]]></description>
            <guid isPermaLink="false">331fb9bee737a45070a21835866913dd</guid>
            <pubDate>Wed, 23 May 2012 20:01:11 GMT</pubDate>
        </item>
  
        <item>
            <title>QT5 mouse Plugin not loading with qtwebkit</title>
            <link>http://qt-project.org/forums/viewthread/17455</link>
            <author>hari</author>
            <description><![CDATA[I have cross compiled QT5 for MIPS based embedded platform. There is no pointer device. Hence created &#8220;Socket based&#8221; pointer device by modifying the evdevmouse plugin and it is working.

	But when I try to run &#8220;QtWebkit&#8221;, it never tries to search or load this plugin. I am not sure what is the difference. (It loads image/ eglfs etc other plugins except this).

	if I copy the plugin into other folder (Like platfrom), then the IID search criteria fails and &#8220;key&#8221; field will be empty and hence do not work. I am not sure if I am making some mistake. 

	Can any one suggest way to go around?]]></description>
            <guid isPermaLink="false">991f19d943e5f83fda29575bfd497dbe</guid>
            <pubDate>Wed, 23 May 2012 17:27:18 GMT</pubDate>
        </item>
  

  </channel>
</rss>
