qtwebkit Questions

1

Solved

With QtWebkit it is possible to expose C++ objects to Javascript via QWebFrame::addToJavaScriptWindowObject as described in https://stackoverflow.com/a/20685002/595937 Can the same thing be accom...
Mcdowell asked 16/12, 2014 at 19:36

4

Solved

Both QWebFrame and QWebPage have void loadFinished(bool ok) signal which can be used to detect when a web page is completely loaded. The problem is when a web page has some content loaded asynchron...
Train asked 19/8, 2009 at 22:3

1

Solved

I am trying to render a web page. Qt says their QtWebKit is available for mobile since 4.8 here If you want to target mobile devices you should consider using QGraphicsWebView instead of QWebVie...
Polivy asked 6/11, 2014 at 17:22

1

I want to intercept, inspect and (if needed) reject AJAX-Requests based on the Fingerprint of the SSL-Certificate. I use the QNetworkAccessManager::createRequest(...) function to issue requests. Ev...
Treiber asked 11/6, 2014 at 18:19

1

Let’s see if you can shed some light on my problem. [C++ with Qt 5.2, using Qt Creator] Situation: I’ve got a PC with several local IP addresses assigned to the same interface (IP Aliases). The ro...
Mosra asked 22/1, 2014 at 16:24

2

Solved

I would like to display an error page in a QWebView. For example if the server returns a 404 Error the QWebView should display a its own custom 404 Error instead of the one sent from the server. I...
Obstacle asked 14/2, 2012 at 15:37

3

Solved

How to tell QWebPage not to load specific type of resources like js, css or png?
Piscine asked 1/1, 2011 at 18:54

2

Solved

Previously my specs had these lines: within "h3:contains('FooBar text') + dl" do page.should have_content 'FizzBuzz' end (within definition list next from header that contains specified text) ...
Kiker asked 5/6, 2013 at 10:2

1

Solved

Memory size of QtWebKit process increases with every new page load. Cleaning memory cache doesn't help. Does anyone know how to solve it? This simple example crashes after some time of operation: ...
Dorey asked 25/1, 2014 at 22:37

2

Solved

In Firefox/Chrome/InternetExplorer/Safari/Opera pop-ups from the combobox expand as the content, see Firefox picture: QComboBox pop-up does not expand the content. Pop-ups are limited by the siz...
Undertint asked 12/12, 2013 at 21:47

2

Solved

Is there any way I can expose a C++ object/function to JavaScript running inside the QtWebKit browser in Qt? It's possible to expose ActionScript objects to JS code running inside the WebKit browse...
Windburn asked 26/4, 2010 at 12:16

2

Solved

How can I parse the following HTML <body> <span style="font-size:11px">12345</span> <a>Hello<a> </body> I would like to retrive the data "12345&q...
Resoluble asked 7/9, 2013 at 19:1

1

Solved

None of the tutorials available online show how to create a Qt HTML5 application. Ideally, I just need a way to send data (a string will do) between webkit and Qt. When I create a Qt HTML5 Applica...
Astounding asked 27/8, 2013 at 21:29

3

I am having a problem where an instance of webkit_server with Capybara and capybara-webkit running headless connected to a local Xvfb screen hangs when visiting a URL. It seems to happen after seve...
Invective asked 4/3, 2012 at 21:1

4

Solved

I'm using a QWebPage without a QWebView because I want to render the contents of an HTML file onto a QPixmap/QImage. I want the loading of the page to be done synchronously, not asynchronously wh...
Anthropomorphous asked 5/2, 2010 at 14:32

1

I want to make PDF rendering of my big report table. But it seems that phantomjs doesn't support the rowSpan attribute. Here is the example: phantomjs rasterize.js "http://fiddle.jshell.net/eric77...
Bink asked 4/5, 2013 at 11:54

2

Solved

I'm searching for an alternative to migrate my CSS - already working on FF and Chrome -, because QtWebKit it's not rendering some CSS3 feature yeat. I have the following stuff: .fit { width: -mo...
Thermogenesis asked 29/4, 2013 at 15:17

5

I tried to build static Qt library with the following command: ./configure --prefix=/usr/local/qt --static --accessibility --multimedia --audio-backend --svg --webkit --javascript-jit --script --s...
Mindi asked 2/12, 2010 at 1:56

3

Solved

So let's say I'm trying to click a link in the QWebView, here is what I have: // extending QWebView void MyWebView::click(const QString &selectorQuery) { QWebElement el = this->page()->...
Garber asked 16/4, 2010 at 18:52

1

Solved

I have never used Qt and WebKit and now have a need to create a simple single web page browser using the Qt WebKit module. The application that I'm looking to create needs to have a plain window th...
Balakirev asked 31/1, 2013 at 0:16

1

Solved

I want to be able to read the headers sent back from a webpage in SSL mode. My Qt app however can't reach the webpage because it's in SSL mode I am gathering? Normal webview browsing in SSL is poss...
Brittani asked 11/1, 2013 at 11:54

1

When I use QtWebkit (which uses QSslSocket internally) to connect to www.hotmail.com, I got the following ssl errors after logging in: The issuer certificate of a locally looked up certificate co...
Titos asked 9/12, 2012 at 8:32

2

Solved

I'm writing a thumbnail generator as per an example in the QtWebkit documentation. I would like to avoid screenshots of error pages such as 404 not found or 503 Internal server error. However, the...
Banerjee asked 1/12, 2010 at 23:40

1

I wrote a program with QtWebkit. I used Arabic fonts in this application. But the text as shown below was inapplicable. Whether there is a solution to fix it? (source: shiaupload.ir) an exampl...
Radtke asked 4/9, 2012 at 19:1

1

Solved

I need to make a loop of 3 times and 2 seconds in between each iteration. I tried these 3 options: Option 1 var casper = require('casper').create({ verbose: false, logLevel: 'debug' }); casper...
Aniseed asked 25/11, 2012 at 10:18

© 2022 - 2024 — McMap. All rights reserved.