The QtWebKit module, part of the Qt framework, provides a web browser engine as well as classes to render and interact with web content.
Questions tagged [qwebkit]
150 questions
0
votes
2 answers
How to delete correctly QGraphicsView object which was the central widget?
There is following code. It creates QGraphicsView object, sets a scene and then there is created a QGraphicsWebView object which is added to the scene:
QGraphicsWebView* graphicsWebView;
QGraphicsScene* graphicsScene;
QGraphicsView*…

Ciomco
- 33
- 4
0
votes
0 answers
Qt C++ QtWebKit Application
I made a web browser using qtwebkit. Site I want to enter without applying "http://atlas". This is subversion repository. I need username and password prompt. But , There is no direct authorization saying no authorization.
void…

elif mutlu
- 103
- 1
- 1
- 8
0
votes
1 answer
QT WebKit - Protocol "" is unknown
I'm using simple browser made with Qt WebKit.
On a page (running local rails server) I have a link that opens Pdf Previewer (pdf.js). In this .js script I try to open local (rails) url with path as parameter. Path can be local file path or some…

frido
- 23
- 5
0
votes
1 answer
Qt: can i load and manipulate the web page dom with QWebKit without rendering the page?
is there any way to load url and to manipulate the page dom without rendering the page
i like to do it problematically without showing the page it self in the browser

user63898
- 29,839
- 85
- 272
- 514
0
votes
0 answers
Qt 5.3.2: cannot play HTML5 in QWebKit (+ gstreamer 1.0)
I am currently working on an i.MX6 SoC-based system... I've just built Qt 5.3.2 (through Yocto) configuring it for using gstreamer 1.0 as backend...
The compilation completes successfully, but unluckily I am not able to play HTML5 video from…

Morix Dev
- 2,700
- 1
- 28
- 49
0
votes
0 answers
No new page and black screen on application using QtWebEngine
I have an application which basically is a copy of the browser example.
That application connects also via socket to another server and as soon as it received a message from that server it opens the right page.
When using load a new page in a new…

ruddy
- 135
- 4
- 12
0
votes
1 answer
Return value from Q_INVOKABLE function In QtWebEngine
Greeting
Is there anyway to get return value of Q_INVOKABLE function in Qt webEngine without passing callback function ? (Qt Documentation) . Like what we were doing in Qt WebKit .
More Information About Question
In QT4 and Qt WebKit i could get my…

M.H.
- 223
- 3
- 10
- 23
0
votes
1 answer
Unable to download Gstreamer package for RHEL 3.10 kernel, cannot use QWebView
I have a QT application that uses QWebView. On RHEL7 with 3.10 kernel I am getting following error:
/usr/bin/ld: cannot find -lgstapp-0.10
/usr/bin/ld: cannot find -lgstinterfaces-0.10
/usr/bin/ld: cannot find -lgstpbutils-0.10
/usr/bin/ld: cannot…

O D
- 21
- 1
- 9
0
votes
2 answers
Qt QWebView/QWebPage Windows Authentication
I'm using a product that utilizes the Qt QWebPage class. I'm surprised I haven't seen posts, but I'm having trouble getting this to load a website that utilizes Windows Authentication. Does anyone know of any support to pass along credentials or…

mvcNewbie
- 520
- 1
- 11
- 23
0
votes
1 answer
Qwebkit links with .org do not work
I just posted this over at QT Forum but SO usually answers faster :)
I have a strange issue. I use Qwebkit and a subclassed QWebPage. Any links such as .co.uk work fine but .org do not. They work on the development machines Windows 8 (64 bit) and…

user1002120
- 15
- 2
0
votes
0 answers
Print the contents of QWebFrame with header and footer
I want to print a QWebView with a header and a footer. I'm using the class QPrintPreviewDialog to preview the print.
I saw how solve this issue the projects phantomjs and wkhtmltopdf but it seems a little excessive the need to include in my project…

Luciano Lorenti
- 601
- 2
- 11
- 22
0
votes
1 answer
how to enable firefox addons in Ghost.py
Is it possible to run imacro firefox script inside ghost.py?
I want to automate heavy ajax sites.
I'm trying this:
from ghost import Ghost
ghost = Ghost(plugins_enabled=True,plugin_path=['C:\Documents and…

guiboy
- 101
- 1
- 10
0
votes
1 answer
Deploy QT WebKitWidgets app to windows XP
Coming from Linux, using QT5.4 (app compiles and works as expected)
If you are interested in the topic, just get fancybrowser example running on a XP machine without QT installed...
My first attempt was using MXE (and manually copying dlls). No…

relascope
- 4,399
- 4
- 22
- 27
0
votes
1 answer
QWebView with googlemaps don't work
I am work with QT version 4.7.3 in the app in the company , inside in there are a tab for view googlemaps, until last days was working normally but now don't open the page.Here we use proxy for access extern
I try discovered if change API google…

Alan_QT
- 11
- 5
0
votes
1 answer
automatically playing audio and video file in HTML
In HTML5 what special code need be to written which allows web-browser's to start playing video/audio automatically?
In fact I'm looking for signal or workaround by which I can know when webkit is about to play video/audio file.

Vivek Kumar
- 4,822
- 8
- 51
- 85