qtwebkit Questions

7

Solved

I am porting code from qt4 to qt5. I added the following line to my .pro file, as suggested: QT += webkitwidgets However, when I run qmake, I get the this error: Project ERROR: Unknown module(s...
Pyroxylin asked 9/9, 2013 at 13:31

5

Solved

I am on centos5. I installed python26 source with a make altinstall. Then I did a: yum install qt4 yum install qt4-devel yum install qt4-doc From riverbankcomputing.co.uk I downloaded the source...
Czardom asked 27/5, 2010 at 15:59

3

Solved

I have tried adding the pdf.js viewer files in my project and it works in browsers like Chrome, Mozilla, Safari, etc, but it's not loading some pages in node-webkit and PyQt webkit. I am trying to...
Sufficiency asked 30/4, 2014 at 13:8

6

I have been using HtmlUnit (the developers did a great job) as an headless browser for some of my previous applications but the javascript support isn't working for some website that my next applic...
Interplanetary asked 24/7, 2012 at 15:57

3

Solved

I am opening a page in QtWebView (in PyQt if that matters) and I want to open all links in the system default browser. I.e. a click on a link should not change the site in the QtWebView but it shou...
Aprylapse asked 6/7, 2010 at 17:8

4

Solved

I have followed the instructions on the following page: http://qt-project.org/wiki/Open_Web_Page_in_QWebView I added QT += webkit in my pro file and ran qmake, then clean all and compile again. I...
Acantho asked 28/9, 2013 at 11:56

2

Solved

Using this library wkhtmltopdf, is it possible to merge 2 pdf files. I need to generate a report and merge the report with some attached documents. Generation of report is done, converting from H...
Intubate asked 11/9, 2013 at 8:47

2

Solved

I am trying to compile PhantomJS to add WebGL. Apparently it is possible because of: post on groups.google.com post on trac.webkit.org However, I have no idea how to do this. I have looked in all...
Waddle asked 18/5, 2013 at 15:55

3

I would like to use PyQt/QWebview to 1) load a specific url, 2) enter information into a form, 3) click buttons/links. Mechanize does not work because I need an actual browser. Here's my code: im...
Sandfly asked 16/6, 2012 at 3:2

1

Solved

I have a working script that uses PyQt-5.5.1, which I now want to port to a new PyQt version (5.7). Adapting most of the things was fine, but I faced two major problems: (1) to perform a (simulated...
Gombach asked 19/11, 2016 at 18:0

1

Solved

I'm trying to create a Dialog in Qt which loads a URL (which I do not want to expose to the end-user, hence a Dialog). Once the user has entered their credentials on the page, the server returns a ...
Scalp asked 28/10, 2016 at 16:12

3

Solved

Right now I'm just trying to get 'www.google.com' to load in a webview when a button is pressed. After I added the webview in the designer the linker starts going crazy. I'm using QT Creater 2.6.1 ...
Wooldridge asked 27/1, 2013 at 23:23

2

Solved

I'm upgrading an application from QtWebKit to QtWebEngine. The application relied on that WebKit didn't keep cookies after closing the app but WebEngine seems to keep them by default. I'm not fami...
Unlock asked 10/1, 2016 at 13:18

1

Solved

I am using Qt 5.6 with MinGW on Windows 10 64x for developing a cross platform app (desktop + mobile). In Qt 5.5, I could use WebKit to make a cross platform app for showing web pages in my app, a...
Vacillate asked 25/4, 2016 at 22:39

4

Solved

I want to use qt5's QtWebKit with capybara-webkit. brew uninstall qt Uninstalling /usr/local/Cellar/qt/4.8.4... brew install qt5 This formula is keg-only: so it was not symlinked into /usr/local...
Physic asked 12/6, 2013 at 21:7

1

Solved

I'm upgrading my code from Qt 5.5 to Qt 5.6, but I didn't find a way to port the following code: QWebEngineView *qwebview = new QWebEngineView(this); qwebview->settings()->setUserStyleSheetU...
Forby asked 7/4, 2016 at 17:14

2

Solved

Clean install of Qt SDK 1.1.4 on Windows 7 with Visual C++ 2008 SP1; I'm using Qt Creator. Why does this code not load some web pages? #include <QtGui/QApplication> #include <QtWebKit/QWe...
Inaudible asked 2/12, 2011 at 20:53

5

Solved

I've successfully added an C++ object to a QWebFrame with addToJavaScriptWindowObject, and can call a slot on that object from javascript. But what I really want to do is have one of those slots ...
Enesco asked 3/6, 2009 at 7:52

3

Solved

Are there any functional differences between QWebView and QWebEngineView? If I understand correctly, QWebView is webkit, while QWebEngineView is blink. Are there any differences to the programmer? ...
Byler asked 14/3, 2015 at 23:28

2

I'm using capybara webkit on Ubuntu (14.04 LTS) and I'm getting the following error when trying to use it: Capybara::Webkit::ConnectionError: /srv/www/app/shared/bundle/ruby/2.1.0/gems/capybara-w...
Smog asked 26/11, 2014 at 12:16

1

I'm currently porting an application from Qt 4 to Qt 5 and experiencing some problems with the WebView QML element. I can successfully load a Google Maps webpage into a WebView, however the page on...
Adjourn asked 5/2, 2013 at 13:18

1

Solved

Environment Debian GNU/Linux 7.8 (wheezy) Linux marvin 3.16-0.bpo.2-amd64 #1 SMP Debian 3.16.3-2~bpo70+1 (2014-09-21) x86_64 GNU/Linux Raspberry Pi 2 Yocto Poky Qt5 My goal is to run Chromium ...
Stralsund asked 24/5, 2015 at 10:48

1

I am trying to port an application that uses QtWebKit to render web content over to one that uses QtWebEngine. I am limited what I can change architecturally so I have to stick with the current ap...
Epigraphic asked 9/4, 2015 at 19:39

3

Solved

I am working on a series of web applications written using Google Web Toolkit (GWT). As part of our testing we have successfully used selenium-rc for a long time. We are looking to migrate to Selen...
Abyssinia asked 3/5, 2012 at 8:32

1

Solved

Does PhantomJS (CasperJS) use WebKit or Chromium as default browser-driver? If WebKit, is it direct WebKit or qt or gtk?
Arbe asked 29/12, 2014 at 7:28

© 2022 - 2024 — McMap. All rights reserved.