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

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

    
	<channel>

	<title>Qt DevNet forums: Qt WebKit</title>
	<link>http://qt-project.org/forums/viewforum/21/</link>
	<description>RSS feed for latest threads in Qt WebKit</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>Fri, 14 Jan 2011 17:29:35 GMT</lastBuildDate>
	<atom:link href="http://qt-project.org/feeds/forum/21" rel="self" type="application/rss+xml" />

    

	
        <item>
            <title>Flash plugin in Qt5 WebKit on MacOS</title>
            <link>http://qt-project.org/forums/viewthread/27860</link>
            <author>wmalinowski</author>
            <description><![CDATA[Hi,

	I have a Qt application that works on Windows, Linux and Mac. It uses Qt WebKit and the Flash plugin. Recently I noticed that the Flash plugin doesn&#8217;t load on MacOS version of my app.

	I created a small test using the HTML5 example application with modified main:

	int main&#40;int argc, char *argv&#91;&#93;&#41;
&#123;
&amp;nbsp; &amp;nbsp; QApplication app&#40;argc, argv&#41;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; Html5ApplicationViewer viewer;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; viewer.webView&#40;&#41;&#45;&amp;gt;settings&#40;&#41;&#45;&amp;gt;setAttribute&#40;QWebSettings::PluginsEnabled, true&#41;;
&amp;nbsp; &amp;nbsp; viewer.webView&#40;&#41;&#45;&amp;gt;settings&#40;&#41;&#45;&amp;gt;setAttribute&#40;QWebSettings::DeveloperExtrasEnabled, true&#41;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; viewer.setOrientation&#40;Html5ApplicationViewer::ScreenOrientationAuto&#41;;
&amp;nbsp; &amp;nbsp; viewer.showExpanded&#40;&#41;;
&amp;nbsp; &amp;nbsp; viewer.loadUrl&#40;QUrl&#40;QLatin1String&#40;&amp;quot;http://helpx.adobe.com/flash&#45;player/kb/find&#45;version&#45;flash&#45;player.html&amp;quot;&#41;&#41;&#41;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; return app.exec&#40;&#41;;
&#125;


	I compiled it with Qt 5.0.0, 5.0.1 and 5.0.2 and the Flash never loads on neither the development OSX 10.8 nor test OSX 10.7.

	Safari reports that Flash is installed (v11.7.700.202). It also work correctly on Windows and Linux versions of my app. If I remember correctly it even worked for me on Mac couple of weeks ago but I am not sure as Flash is used for a side functionality of the app and I did most of the development and testing on Windows and Linux.

	I searched the forum and it has many posts about Flash issues on Mac but the issues seem to never be resolved or reported as bugs.

	What is the status of this issue then? Does Flash plugin work in Qt WebKit for anyone on Mac?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27860</guid>
            <pubDate>Thu, 16 May 2013 17:31:31 GMT</pubDate>
        </item>
	
        <item>
            <title>qtwebkit does not play HTML audio/video objects in Ubuntu</title>
            <link>http://qt-project.org/forums/viewthread/27843</link>
            <author>raghusk</author>
            <description><![CDATA[Hi
  Am new to QT development.
  I wanted to play some HTML audio contents using qtwebkit plugins .I have enabled plugins in my code i.e defaultSettings&#45;&amp;gt;setAttribute(QWebSettings::PluginsEnabled, true);
 and here is my sample HTML page

	&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;title&amp;gt;Audio&#45;HTML&amp;lt;/title&amp;gt;
&amp;lt;object height=&#8220;600&#8221; width=&#8220;600&#8221; data=&#8220;fur&#45;elise.mp3&#8221;&amp;gt;&amp;lt;/object&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;

	I use QT 5.0.2  and I have installed VLC plugins and gstream plugins.Also I have set the env path for MOZZILLA_HOME, QTWEBKIT_PLUGIN_PATH and MOZ_PLUGIN_PATH  .

 My code works fine in Windows 7 but not on Ubuntu, Can anybody please let me know what I might be missing in my Ubuntu Version of QT ?

	Thanks in advance
Raghu SK]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27843</guid>
            <pubDate>Thu, 16 May 2013 11:17:57 GMT</pubDate>
        </item>
	
        <item>
            <title>Error using QGLWidget with QGraphicsView</title>
            <link>http://qt-project.org/forums/viewthread/27817</link>
            <author>wqt&#45;001</author>
            <description><![CDATA[I am trying to build and QT5.0.1 on a MIPS 7425 platform, I get following error running browser application which uses QGLWidget. The same browser application and HTML5 page work fine with previous QT4.8.0 build and same opnegl 3d driver from Broadcom. Any ideas about the error? The build is using qpa eglfs, opengl es2. Any inputs appreciated. Have any semantics of QGLWidget changed? Do I need any other config options?

	Configure options are — opensource confirm&#45;license &#45;opengl es2 &#45;device mipsel&#45;broadcom&#45;97425 &#45;device&#45;option CROSS_COMPILE=/opt/toolchains/stbgcc&#45;4.5.3&#45;2.4/bin/mips&#45;linux &#45;device&#45;option BRCM_PLATFORM=97425 &#45;device&#45;option BRCM_BHCP_VER=b2 &#45;device&#45;option BRCM_BASE_DIR=/opt/vendor/broadcom/7425/Refsw12.4 &#45;device&#45;option B_REFSW_DEBUG=y &#45;prefix /usr/local/Qt/ &#45;sysroot /opt/toolchains/stbgcc&#45;4.5.3&#45;2.4/mipsel&#45;linux&#45;uclibc/sys&#45;root &#45;no&#45;mips_dsp &#45;no&#45;mips_dspr2 &#45;no&#45;xcb &#45;qpa eglsfs &#45;system&#45;zlib &#45;system&#45;libpng &#45;system&#45;libjpeg &#45;eglfs &#45;no&#45;avx &#45;no&#45;sse3 &#45;no&#45;sse4.1 &#45;no&#45;sse4.2 &#45;no&#45;ssse3 &#45;no&#45;sse2 &#45;fontconfig &#45;icu &#45;system&#45;sqlite &#45;glib &#45;v &#45;gstreamer &#45;force&#45;pkg&#45;config

	Surface recreate request, re&#45;using 1

	QEGLPlatformContext::makeCurrent: eglError: 300d, this: 0×464510 

	QEGLPlatformContext::makeCurrent: eglError: 300d, this: 0×441340 

	Vertex shader for simpleShaderProg (MainVertexShader &amp;amp; PositionOnlyVertexShader) failed to compile
 Fragment shader for simpleShaderProg (MainFragmentShader &amp;amp; ShockingPinkSrcFragmentShader) failed to compile
 Errors linking simple shader: 
 Vertex shader for blitShaderProg (MainWithTexCoordsVertexShader &amp;amp; UntransformedPositionVertexShader) failed to compile
 Fragment shader for blitShaderProg (MainFragmentShader &amp;amp; ImageSrcFragmentShader) failed to compile
 Errors linking blit shader: 
 QEGLPlatformContext::makeCurrent: eglError: 300d, this: 0×441340 

	QEGLPlatformContext::makeCurrent: eglError: 300d, this: 0×441340 

	Warning: “” failed to compile! 
 terminate called after throwing an instance of ‘std::bad_alloc’ what(): std::bad_alloc
 ./runtest.sh: line 4: 31582 Aborted

	The browser code does something like this &#8212;
QGLWidget * glWidget;

        glWidget = new QGLWidget(QGLFormat(QGL::NoDepthBuffer | //dont need depth buffer &#8211; scene renders back to front
                                           QGL::NoSampleBuffers));//antialiasing really slow down the scene

        glWidget&#45;&amp;gt;resize(screenSize.width(),screenSize.height());

        view.setViewport(glWidget);
        view.setViewportUpdateMode(QGraphicsView::FullViewportUpdate);/

	Has any one tried opengl with qtwebkit?
BTW, what the webkit version with qtwebkit?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27817</guid>
            <pubDate>Wed, 15 May 2013 14:36:06 GMT</pubDate>
        </item>
	
        <item>
            <title>Is it possible to link to Webkit dynamically, while linking statically to other libraries?</title>
            <link>http://qt-project.org/forums/viewthread/27749</link>
            <author>kullumania</author>
            <description><![CDATA[I was making an application with a Qt Webkit browser in it. As it is not supported to link to Webkit statically (as seen in http://qt&#45;project.org/forums/viewthread/5970), I was wondering is it possible for me to only link to webkit dynamically, and the rest of the libraries statically&#45;or do I have to dynamically link to all the libraries.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27749</guid>
            <pubDate>Mon, 13 May 2013 21:33:33 GMT</pubDate>
        </item>
	
        <item>
            <title>High utilization of system resources[especially RAM] while playing HTML 5 video tag in MAC.</title>
            <link>http://qt-project.org/forums/viewthread/27734</link>
            <author>shyju</author>
            <description><![CDATA[The program:
#include &amp;quot;mainwindow.h&amp;quot;
#include &amp;lt;QApplication&amp;gt;
&amp;nbsp;
int main&#40;int argc, char *argv&#91;&#93;&#41;
&#123;
&amp;nbsp; &amp;nbsp; QApplication a&#40;argc, argv&#41;;
&amp;nbsp; &amp;nbsp; QString Url1 = &amp;quot;http://www.quirksmode.org/html5/videos/big_buck_bunny.mp4&amp;quot;;
&amp;nbsp; &amp;nbsp; QWebView view1;
&amp;nbsp; &amp;nbsp; view1.show&#40;&#41;;
&amp;nbsp; &amp;nbsp; view1.setUrl&#40;QUrl&#40;Url1&#41;&#41;;
&amp;nbsp; &amp;nbsp; return a.exec&#40;&#41;;
&#125;


	When i run my qt program, qtapp launches and the video playback start . 
But i observed my system becoming slow. I checked the resource usage using activity monitor. The free RAM size continue to decrease as the playback proceeds. After around 30&#45;35 sec of playback free RAM as low as 6 MB. Before starting the QT application the Free RAM was around 2.1 GB. I am using QT 5.0.1. 
Is there any issue with HTML 5 video tag playback in QT platform in MAC?
If there is any solution please let me know.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27734</guid>
            <pubDate>Mon, 13 May 2013 13:07:42 GMT</pubDate>
        </item>
	
        <item>
            <title>cannot full screen JW Player here when loading with QwebView</title>
            <link>http://qt-project.org/forums/viewthread/27637</link>
            <author>redstoneleo</author>
            <description><![CDATA[when load this page with a browser 
http://sharev.org/video/finddataurl.action?url=http://www.56.com/w39/play_album&#45;aid&#45;11672378_vid&#45;Njk3MzAyODU.html
you can play video in full screen mode ,but when I load this page with QwebView by the following code , if I double clicked the flash player ,it did play in full screen mode  , but when I clicked the rightmost fullscreen button at the bottom ,it only pause the video ,no full screen ,so how to fix this problem ?

	from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtWebKit import *
&amp;nbsp;
import sys
&amp;nbsp;
app = QApplication&#40;sys.argv&#41;
&amp;nbsp;
view = QWebView&#40;&#41;
&amp;nbsp;
view.resize&#40;1230,760&#41;
&amp;nbsp;
view.settings&#40;&#41;.setAttribute&#40;QWebSettings.PluginsEnabled, True&#41;
#QWebSettings.globalSettings().setAttribute(QWebSettings.PluginsEnabled, True)
view.settings&#40;&#41;.setAttribute&#40;QWebSettings.JavascriptCanOpenWindows, True&#41;
&amp;nbsp;
url=&apos;http://sharev.org/video/finddataurl.action?url=http://www.56.com/w39/play_album&#45;aid&#45;11672378_vid&#45;Njk3MzAyODU.html&apos;#
view.load&#40;QUrl&#40;url&#41;&#41; #
#
view.show&#40;&#41;
&amp;nbsp;
sys.exit&#40;app.exec_&#40;&#41;&#41;]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27637</guid>
            <pubDate>Fri, 10 May 2013 07:12:49 GMT</pubDate>
        </item>
	
        <item>
            <title>Performance &#45; Qt5 &#45; QtwebKit</title>
            <link>http://qt-project.org/forums/viewthread/27566</link>
            <author>hari</author>
            <description><![CDATA[I was validating QtWebkit based browser (on MIPS based platform with WK1 &#8211; QtTestBrowser ). I tried with two command options: 
# ./QtTestBrowser &#45;graphicsbased &#45;gl&#45;viewport &amp;lt;http Address&amp;gt; 
# ./QtTestBrowser &#45;graphicsbased &amp;lt;http Address&amp;gt;


	One of the test I tried was with : 
http://203.21.7.40/Mazesolver/testdrive/performance/mazesolver/index.html

	With this, when I enable gl&#45;viewport (option &#8211; 1), it takes almost 600 seconds to complete the test. Where as using second option (without gl&#45;viewport), it completes it in 100 seconds. Also the dots which is supposed to be shown as cirucualr dots is visible as though its a &#8220;rhombus&#8221; shaped dots.

	Any known issues with &#8220;gl&#45;viewport&#8221; setting?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27566</guid>
            <pubDate>Wed, 08 May 2013 11:56:36 GMT</pubDate>
        </item>
	
        <item>
            <title>Intercept creation of comboboxes in QtWebKit</title>
            <link>http://qt-project.org/forums/viewthread/27565</link>
            <author>Hronom</author>
            <description><![CDATA[Hello! I have a web page with code:
&amp;lt;select&amp;gt;
&amp;lt;option value=&amp;quot;1&amp;quot;&amp;gt;1&amp;lt;/option&amp;gt;
&amp;lt;option value=&amp;quot;2&amp;quot;&amp;gt;2&amp;lt;/option&amp;gt;
&amp;lt;option value=&amp;quot;3&amp;quot;&amp;gt;3&amp;lt;/option&amp;gt;
&amp;lt;/select&amp;gt;

I want intercept creation of comboboxes on QWebPage and create something custom, how can I do this?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27565</guid>
            <pubDate>Wed, 08 May 2013 11:26:21 GMT</pubDate>
        </item>
	
        <item>
            <title>qtwebkit webgl</title>
            <link>http://qt-project.org/forums/viewthread/27474</link>
            <author>spirodonfl</author>
            <description><![CDATA[So I feel pretty stupid but&#8230;

	How do you enable webgl using webkitview?

	I downloaded the QT creator OpenGL version, installed it, created a new HTML5 project, left it basic, ran fine. Added some simple JS code to check for webgl:
                if (!window.WebGLRenderingContext) &#123;
                    alert&#40;&#8216;No GL&#8217;&#41;;
                return;   &#125;

                gl = canvas.getContext(&#8220;webgl&#8221;);   if (!gl) &#123;
                    alert&#40;&#8216;GL Not Working&#8217;&#41;;
                return;
                &#125;

	No GL returned.

	Thought to myself there&#8217;s something wrong so I copied and pasted webgl code from a website I know works on my Chrome browser, a simple wireframe cube, doesn&#8217;t run.

	Added opengl to the config as I read somewhere that you have to have it enabled in the project, nothing.

	What am I missing?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27474</guid>
            <pubDate>Mon, 06 May 2013 10:44:11 GMT</pubDate>
        </item>
	
        <item>
            <title>Enabling t9 support in qwebview</title>
            <link>http://qt-project.org/forums/viewthread/27406</link>
            <author>daljit97</author>
            <description><![CDATA[Hello, I&#8217;m testing qtwebkit on symbian and I am really frustrated about that predictive text isn&#8217;t supported by default. How can I resolve this problem, thank you very much.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27406</guid>
            <pubDate>Fri, 03 May 2013 21:41:30 GMT</pubDate>
        </item>
	
        <item>
            <title>Detect custom URL scheme</title>
            <link>http://qt-project.org/forums/viewthread/27320</link>
            <author>rschick</author>
            <description><![CDATA[Is there any way to detect when a QWebView tries to load a custom URL scheme?  For example, if the web view loads a page that has the following [removed]

	&#91;removed&#93;.href = &amp;quot;myapp://actionurl?action=login&amp;quot;;


	Is there any way to receive a signal when this code is run?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27320</guid>
            <pubDate>Tue, 30 Apr 2013 21:23:24 GMT</pubDate>
        </item>
	
        <item>
            <title>QWebview,  alignment issue while printing the content to the printer.</title>
            <link>http://qt-project.org/forums/viewthread/27274</link>
            <author>jelari</author>
            <description><![CDATA[Hi all,

	Your advice will be really appreciatible. 

	I am doing the following:

	I have a class derived from QWebView, and trying to pass the View to the printer. 

	My HTML Code:

	&amp;lt;!DOCTYPE html PUBLIC &amp;quot;&#45;//W3C//DTD HTML 4.01 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/html4/loose.dtd&amp;quot;&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;meta http&#45;equiv=&amp;quot;Content&#45;Type&amp;quot; content=&amp;quot;text/html; charset=ISO&#45;8859&#45;1&amp;quot;&amp;gt;
&amp;lt;title&amp;gt;I am a title&amp;lt;/title&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;nbsp;&amp;lt;label&amp;gt; i am a label&amp;lt;/label&amp;gt;
&amp;nbsp;&amp;lt;br&amp;gt;
&amp;nbsp;&amp;lt;br&amp;gt;
&amp;nbsp;&amp;lt;table border=&amp;quot;8px&amp;quot;&amp;gt;
&amp;nbsp; &amp;lt;tr&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;td bgcolor=&amp;quot;red&amp;quot;&amp;gt;add&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;asd&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;dfs&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;sdfds&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;lt;/tr&amp;gt;
&amp;nbsp;
&amp;nbsp; &amp;lt;tr&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;sdfds&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;&amp;lt;table border=&amp;quot;2px&amp;quot; bgcolor=&amp;quot;green&amp;quot; &amp;gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;tr&amp;gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;td bgcolor=&amp;quot;yellow&amp;quot;&amp;gt;Hi i am just a String&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/tr&amp;gt;
&amp;nbsp; &amp;nbsp; &amp;lt;/table&amp;gt;&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;sdfsdf&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;nbsp;&amp;lt;td&amp;gt;sdfds&amp;lt;/td&amp;gt;
&amp;nbsp; &amp;lt;/tr&amp;gt;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;&amp;lt;/table&amp;gt;
&amp;nbsp;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;


	Here is my Qt Code:

	&amp;nbsp; &amp;nbsp; &amp;nbsp; QPrinter printer;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp;settings&#40;&#41;&#45;&amp;gt;setAttribute&#40;QWebSettings::PrintElementBackgrounds, true&#41;;
&amp;nbsp; &amp;nbsp; &amp;nbsp;settings&#40;&#41;&#45;&amp;gt;setAttribute&#40;QWebSettings::JavaEnabled, true&#41;;
&amp;nbsp; &amp;nbsp; &amp;nbsp;settings&#40;&#41;&#45;&amp;gt;setAttribute&#40;QWebSettings::JavascriptEnabled, true&#41;;
&amp;nbsp; &amp;nbsp; &amp;nbsp;settings&#40;&#41;&#45;&amp;gt;setAttribute&#40;QWebSettings::AutoLoadImages, true&#41;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; printer.setFontEmbeddingEnabled&#40;true&#41;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; printer.setPageSize&#40;QPrinter::A4&#41;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; printer.setOrientation&#40;QPrinter::Portrait&#41;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; printer.setResolution&#40;QPrinter::ScreenResolution&#41;;
&amp;nbsp; &amp;nbsp; &amp;nbsp; printer.setFullPage&#40;true&#41;;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; QPrintDialog *dlog = new QPrintDialog &#40;&amp;amp;printer, this&#41;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; qDebug &#40;&#41; &amp;lt;&amp;lt;&amp;quot; Printing... &amp;quot;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; if &#40; dlog&#45;&amp;gt;exec &#40;&#41; &amp;nbsp;!= QDialog::Accepted&#41;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &#123;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; qDebug &#40;&#41; &amp;lt;&amp;lt;&amp;quot;Printing Not accepted.. :( &amp;quot;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &#125;
&amp;nbsp; &amp;nbsp; &amp;nbsp; else
&amp;nbsp; &amp;nbsp; &amp;nbsp; &#123;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; page&#40;&#41;&#45;&amp;gt;mainFrame&#40;&#41;&#45;&amp;gt;print&#40;&amp;amp;printer&#41;;
&amp;nbsp;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &#125;
&amp;nbsp;&#125;


	PROBLEM:

	The output is displayed properly in the QWebView Page, but while printing, the text alignment going for a toss. 

	Kindly suggest if i missed out something or need to add more ?..

	Also, i am not sure if the above problem relates to this issue ?

	https://bugreports.qt&#45;project.org/browse/QTBUG&#45;29959]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27274</guid>
            <pubDate>Mon, 29 Apr 2013 12:30:35 GMT</pubDate>
        </item>
	
        <item>
            <title>Download Error</title>
            <link>http://qt-project.org/forums/viewthread/27234</link>
            <author>Guilherme Nascimento</author>
            <description><![CDATA[Download error
to download a console returns the following error:

	
		Frame load interrupted by policy change
	

	example:
&amp;lt;a href=&amp;quot;app.exe&amp;quot;&amp;gt;Start Download&amp;lt;/a&amp;gt;


	Console Preview:


	What could it be?]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27234</guid>
            <pubDate>Sun, 28 Apr 2013 07:31:41 GMT</pubDate>
        </item>
	
        <item>
            <title>Qt&#45;Webkit does not work correctly with Embed/Object/Audio</title>
            <link>http://qt-project.org/forums/viewthread/27231</link>
            <author>Guilherme Nascimento</author>
            <description><![CDATA[I use some audios in html5+javascript (ogg/mp3 format) to notify you of new messages. But the first time the sound does not play.

	I tried to use a SWF with sound and the same error occurs.

	The tags &amp;lt;audio&amp;gt;/&amp;lt;object&amp;gt;/&amp;lt;embed&amp;gt; are inserted dynamically with javascript in the page body.

	Tested and worked properly Google Chrome, Firefox, Opera and Internet Explorer.
But in QWebView fails.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27231</guid>
            <pubDate>Sun, 28 Apr 2013 03:55:04 GMT</pubDate>
        </item>
	
        <item>
            <title>Compilation Qt5Wekit failed when compiling with release symbol without stripping</title>
            <link>http://qt-project.org/forums/viewthread/27173</link>
            <author>johnlamericain</author>
            <description><![CDATA[Hi everyone,

	I&#8217;m trying to compile Qt5Webkit with release symbol without stippring in order to get the symbol ourselve to use with GoogleBreakPad later on.

	I&#8217;m compiling on Windows 7 with GCC4.7.2 given with sources. I changed the configure like below :

	&#45; Adding symbol to release : &#8220;&#45;g&#8221; to QMAKE_CFLAGS_RELEASE ending like this : &#8220;QMAKE_CFLAGS_RELEASE = &#45;O2 &#45;g&#8221; &#8211; Removing stripping &#8220;&#45;Wl,&#45;s&#8221; to QMAKE_LFLAGS_RELEASE ending like this : &#8220;QMAKE_LFLAGS_RELEASE =&#8221;

	I got the error final link failed: File truncated and I have no idea why.

	If I put back &#8220;&#45;Wl&#45;s&#8221; for the linking, it works fine but debug symbol are stripped and I can&#8217;t get them.

	mingw32&#45;make&#91;3&#93;: Entering directory &apos;C:/Qt/Qt5.0.2/5.0.2Custom/qtwebkit/Source&apos;
g++ &#45;shared &#45;Wl,&#45;&#45;out&#45;implib,C:\Qt\Qt5.0.2\5.0.2Custom\qtbase\lib\libQt5WebKit.a
&amp;nbsp;&#45;o C:\Qt\Qt5.0.2\5.0.2Custom\qtbase\lib\Qt5WebKit.dll .obj/release_shared/qrc_W
ebCore.o .obj/release_shared/qrc_WebKit.o .obj/release_shared/qrc_InspectorBacke
ndCommands.o &amp;nbsp;&#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtbase/lib &#45;lQt5Network &#45;LC:/Qt/Qt5.0.
2/5.0.2Custom/qtbase/lib &#45;lQt5Gui &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtbase/lib &#45;lQt5Co
re &#45;llibEGL &#45;llibGLESv2 &#45;lgdi32 &#45;luser32 .obj\release_shared\Qt5WebKit_resource_
res.o &#45;LC:/openssl&#45;1.0.1e &#45;LC:/icu/lib &#45;Wl,&#45;whole&#45;archive &#45;lWebKit1 &#45;Wl,&#45;no&#45;whol
e&#45;archive &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtwebkit/Source/WebKit/release &#45;Wl,&#45;whole&#45;
archive &#45;lWebKit2 &#45;Wl,&#45;no&#45;whole&#45;archive &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtwebkit/Sou
rce/WebKit2/release &#45;Wl,&#45;whole&#45;archive &#45;lWebCore &#45;Wl,&#45;no&#45;whole&#45;archive &#45;LC:/Qt/Q
t5.0.2/5.0.2Custom/qtwebkit/Source/WebCore/release &#45;lz &#45;ladvapi32 &#45;lgdi32 &#45;lshel
l32 &#45;lshlwapi &#45;luser32 &#45;lversion &#45;llibEGL &#45;llibGLESv2 &#45;lgdi32 &#45;luser32 &#45;lgdi32 &#45;
lole32 &#45;luser32 &#45;Wl,&#45;whole&#45;archive &#45;lANGLE &#45;Wl,&#45;no&#45;whole&#45;archive &#45;LC:/Qt/Qt5.0.2
/5.0.2Custom/qtwebkit/Source/ThirdParty/ANGLE/release &#45;Wl,&#45;whole&#45;archive &#45;lJavaS
criptCore &#45;Wl,&#45;no&#45;whole&#45;archive &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtwebkit/Source/Java
ScriptCore/release &#45;lwinmm &#45;Wl,&#45;whole&#45;archive &#45;lWTF &#45;Wl,&#45;no&#45;whole&#45;archive &#45;LC:/Q
t/Qt5.0.2/5.0.2Custom/qtwebkit/Source/WTF/release &#45;licuin &#45;licuuc &#45;licudt &#45;lwinm
m &#45;lgdi32 &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtbase/lib &#45;lQt5Quick &#45;LC:/Qt/Qt5.0.2/5.0.
2Custom/qtbase/lib &#45;lQt5Multimedia &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtbase/lib &#45;lQt5Q
ml &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtbase/lib &#45;lQt5Sql &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/q
tbase/lib &#45;lQt5Gui &#45;LC:/Qt/Qt5.0.2/5.0.2Custom/qtbase/lib &#45;lQt5Network &#45;LC:/Qt/Q
t5.0.2/5.0.2Custom/qtbase/lib &#45;lQt5Core
Warning: resolving _cti_vm_throw by linking to @cti_vm_throw@4
Use &#45;&#45;enable&#45;stdcall&#45;fixup to disable these warnings
Use &#45;&#45;disable&#45;stdcall&#45;fixup to disable these fixups
c:/qt/qt5.0.2/tools/mingw/bin/../lib/gcc/i686&#45;w64&#45;mingw32/4.7.2/../../../../i686
&#45;w64&#45;mingw32/bin/ld.exe: final link failed: File truncated
collect2.exe: error: ld returned 1 exit status
Makefile.api.Release:81: recipe for target &apos;C:\Qt\Qt5.0.2\5.0.2Custom\qtbase\lib
\Qt5WebKit.dll&apos; failed


	Thanks for your help.]]></description>
            <guid isPermaLink="false">http://qt-project.org/forums/viewthread/27173</guid>
            <pubDate>Fri, 26 Apr 2013 10:19:15 GMT</pubDate>
        </item>
	

	</channel>
</rss>