Quantcast
Channel: Qt DevNet forums: Qt WebKit
Browsing all 542 articles
Browse latest View live

Qt5.3 webkit build fail

Build Qt5.3 from sources, follow all steps from build 5.3 doc. Qt5.3 build success. Switch to qtwebkit and trying build webkit2 Tools/Scripts/build-webkit —qt —qmakearg=“CONFIG+=webkit2” —no-webkit1...

View Article


javascript to qml (integration issue)

I have a javascript script that works fine but I need it to work fine within Qt. Original ‘working’ JS script: var pusher = new Pusher("cb65d0a7a72cd94adf1f"); var channel =...

View Article


How to login web-form using Qt5

What I’m doing is cli multiple IP checker, if its online login to its html form using: input type=“text” name=“username” id=“username”; input type=“password” name=“password” id=“password” and get value...

View Article

What is the different between Svg in C++ Class and the SVG in Qt Webkit?

As we know that, Qt Webkit is able to render the Svg, and the Qt C++ Class such as QSvgRenderer can also do the same work. My questions are: 1. Do thay use the same SVG Render Engine? or they are...

View Article

ASSERT / Debug Crash in Qt 5.3.2. WTF, Windows x64, LLIntData.cpp...

Hi all, I built a JIT-free version of Qt 5.3.2 (Win64) and now run into this assertion in ..\Qt\qtwebkit\Source\JavaScriptCore\llint\LLIntData.cpp Vector<int> testVector;...

View Article


How to correctly disable JIT in Qt Webkit 5.3.2 aka where is the...

Hi all, what’s the proper way to disable JIT’ing for Webkit in Qt 5.3.2? For now, I’ve DEFINE’d ENABLE_JIT=0 in …\qtbase\mkspecs\win32-msvc2012\qmake.conf Is there a proper way of doing it? Thanks in...

View Article

qt webkit play Audio tag will be hug up.

on some win7 computer, if the html have three or more Audio tag, then load the html will be hug up.. i donot how to resolved?

View Article

Slow animation in QWebView, when browsing list

Hi all! I’m using webkit on embeeded system. And everything starts to slow down when i load a page that consist list and background image. Key thing here it’s image, when i load page with common...

View Article


i found a qt webkit bug

if on windows 7 computer, and the audio driver had been installed with windows’ driver, then use webkit play a html file which contain three or more Audio tag, the it will be hung up. if the audio...

View Article


[QWebView] HTML5 video with Hardware Decoding

I use html5 to play a H.264 video in QWebView, but it uses software decode. How to use hardware decode instead? My main function and html are like below:  int main(int argc, char *argv[])...

View Article

Qt5.4 MiniBrowser not executing properly

hi there I am trying out the MiniBrowser in Qt5.4 and I get an error while running it. The output is as follows: ./MiniBrowser -platform eglfs -plugin evdevmouse:/dev/event1 <some IP>...

View Article

how can i change the cursor style of the qwebview's scrollbar?

i want to change the cursor style of the qwebview’s scrollbar,such as ‘crosshair ‘ ,how can do that?

View Article

QT5 QWebView openlink head info lost

im use QT5.3.2,now have a problem,im use QWebView,i want use code click hyperlink on the html page,but head data loted,pls help me ,how to code ,head data don’t lost,thanks. im try...

View Article


Qt bridge: how to receive JS objects

I have implemented a simple plugin using QWebPluginFactory and the Qt bridge. The plugin creates an object using my class, when the HTML contains an embedded object with the mime type I defined....

View Article

No text zooming for printing

I need to print a webpage but the painter/webpage doesn’t zoom properly: only the tables lines are zoomed and the text remain small. Here is the code: void InmatriculareWindow::preparePrinter(QWebPage...

View Article


pseudo selector like :hover doesn't work in QwebView

why pseudo selector like :hover doesn’t work normaly in QwebView with Qt4.1.x ? If is like that, is there any solution without use javaScript ?

View Article

Qt 5.3.2 QWebView linux render/font issue

How can I get QWebview (right) to render a site more like my browser (left) does ? I have no experience with fonts etc., but QWebview is the only thing that has this kind of issue I’ve seen on my...

View Article


qwebview html5 audio need a lot of memory.

there is a html file which have 10 or more audio tags, use qwebview to load the html then qwebview need a lot of memory, every audio need 10M memeory, but the audio file just about have 40KB. some html...

View Article

QWebView Woes

Hi, I’m obviously missing something here, but i’ve added a QWebView through the creator interface, and in my mainwindow constructor, I add:...

View Article

QtWebEngine and QPainter

I was reading about QtWebEngine and find that it doesn’t have any function to render a web page or SVG to a QPainter like QtWebKit does. We use QWebFrame::render() to paint HTML and SVG files to...

View Article
Browsing all 542 articles
Browse latest View live