Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.9k Posts
  • With QT 4.8.6, in QtCreator: QWebKit plugins not shown in designer

    Unsolved
    2
    0 Votes
    2 Posts
    964 Views
    ByteRiscB
    slightly incorrect... but still default settings. in QTCreator the environment variable for QTDIR is pointing to /usr/share/qt4, which doesn't have a plugin directory. the qmake is pointed to /usr/lib/x86_65-linux-gnu/qt4/bin/qmake /usr/lib/x86_65-linux-gnu/qt4/plugins/designer does not have the webkit *.so file I've attempted to change QTDIR to the Trolltech directory where 4.8.6 was installed, but no love from the designer yet.
  • Cant compile QtWebKit for the life of me..

    Unsolved
    1
    0 Votes
    1 Posts
    910 Views
    No one has replied
  • [SOLVED]QWebView with URL googlemaps don't work

    8
    0 Votes
    8 Posts
    3k Views
    Rahul KrishnaR
    I try to use Qt4.7.1 and QWebView but it shows Blank page and doesnt load any webpage. example link: http://www.google.com But it works with 4.8.1, But i need to use 4.7.1 for my application.? could you please provide me some result
  • WebKit crashes on linux-sh4

    4
    0 Votes
    4 Posts
    2k Views
    pop1234P
    @gleb-zhulik how i can build webkit for devices based on sh4 processor (STi7111) thx regards
  • Capture Accordion Click Events

    Unsolved
    2
    0 Votes
    2 Posts
    904 Views
    A
    @Alagiri said: I am developing an application which captures all events triggered in web pages like click on link, Input field clicked..etc,.But Now-a-days some of web sites contain drop-down menu called accordion.Once i click accordion links it gets expended but there are not event triggered or i might have not added appropriate handler for that event what is the corresponding event for accordion click or what is the correct handler for accordion click.Please provide solutions or work around for this...I had searched for QT support for accordion but i cannot find any useful resource..I am using QT 5.3 on linux environment @Alagiri said: I am developing an application which captures all events triggered in web pages like click on link, Input field clicked..etc,.But Now-a-days some of web sites contain drop-down menu called accordion.Once i click accordion links it gets expended but there are not event triggered or i might have not added appropriate handler for that event what is the corresponding event for accordion click or what is the correct handler for accordion click.Please provide solutions or work around for this...I had searched for QT support for accordion but i cannot find any useful resource..I am using QT 5.3 on linux environment
  • Rendering elements outside of the page view?

    Unsolved
    2
    0 Votes
    2 Posts
    873 Views
    Z
    @zrevek Note that though this seems similar to something that might be solved with, this->page()->setViewportSize(this->page()->mainFrame()->contentsSize()); the trouble is that absolutely position elements existing entirely to upper left of the view's (0,0) origin don't appear to affect contentsSize and adding elements that only expand the page to the upper left of origin don't even fire the contentsSizeChanged signal.
  • Example Simpleselector not working

    Unsolved webkit simpleselector example ssl
    2
    0 Votes
    2 Posts
    1k Views
    SGaistS
    Hi and welcome to devnet, Don't copy these DLLs, unless it has changed over time, Qt Creator is build with MSVC and you have a MinGW Qt build. You should rather get the official OpenSSL package and install that one to use with your application.
  • Bizarre QWebView conection problem (Qt 4.8)

    Unsolved
    2
    0 Votes
    2 Posts
    780 Views
    raven-worxR
    @Pt_develop are you using a custom QNetworkAccessManager? Do you have OpenSSL support for your Qt version? Because IIRC google automatically redirects to https for it's services.
  • QWeView is empty when going to internal target location

    Unsolved
    1
    0 Votes
    1 Posts
    511 Views
    No one has replied
  • In Webkit of Qt4.8, Video tags are supported?

    Unsolved
    1
    0 Votes
    1 Posts
    494 Views
    No one has replied
  • About a crash problem of webkit module

    Locked Unsolved
    2
    0 Votes
    2 Posts
    942 Views
    SGaistS
    Hi, Please don't post the exact same question on multiple sub-forums. One is enough. Duplicate Closing this one
  • How can I develop and host web application using Qt ?

    7
    0 Votes
    7 Posts
    5k Views
    tekojoT
    Well, this is a two year old thread, so the original poster has probably solved their issue, but if someone really wants to do web pages with Qt, there is the silk framework from the Japanese Qt users group: https://github.com/qt-users-jp/silk
  • Ask questions about the use of QWebView

    Solved
    3
    0 Votes
    3 Posts
    969 Views
    O
    Thank you, according to your ideas, the problem solved!
  • Need to build webkit5.3.1 with zlib support

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    C
    I have solved in the morning, that's fine. I guess this options "-L C:\zlib128\lib -I C:\zlib128\include -system-zlib" is wrong, maybe not found head file or other reasons so that qtwebkit not build zlib. you can check "config.log" log file in the qtwebkit folder to verify success or failed. you will see "test libzlib succeeded" sentence if it succeed. By the way, I suggest you use variable to set path (include file and lib file), as follow is my setting. set INCLUDE=%INCLUDE%;C:\test\zlib\include set LIB=%LIB%;C:\test\zlib\lib I hope to help you.
  • How to reconnect network?

    Solved qtwebkit webview
    4
    0 Votes
    4 Posts
    2k Views
    C
    @raven-worx OK I get some error info in WebPage::extension functional when continue operating under network doesn't work. I also get same info when network work. then I check the real network status in extension functional and use setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility::Accessible) to set network accessibility, that's solved. I guess that will tell qt network is fine to reconnect network.
  • Incorrect text. svg to png QtWebkit

    Unsolved
    2
    0 Votes
    2 Posts
    991 Views
    raven-worxR
    @Glopirin what do you expect? Every downscaling results in loss of quality. And since SVG is a vector format and you are converting to a pixel format you can expect such an effect for sure. What is the result size of the PNG? Beside that, why do you use QtWebkit for this purpose? Qt also offers a QtSVG module ,which is also way more lightweight than the QtWebkit module.
  • QWebView : Flash / Youtube videos not working

    4
    0 Votes
    4 Posts
    2k Views
    K
    @jdutheil Hello, I'm currently working on a similar project and couldn't really find much info. I was wondering if you got any progress on flash/youtube working on Qt. This is the only thing I found so far: https://wiki.qt.io/Embed_YouTube_Video_in_QWebView
  • JavaScript is removed in a server reply

    Unsolved webview javascript visual studio asp.net vmware
    2
    0 Votes
    2 Posts
    1k Views
    raven-worxR
    same client and server setup, but different out put sounds very strange... I would suspect some misconfiguration on the VM webserver. But here are some thoughts: Some servers also behave strange when no USER-AGENT header is sent with the request Is the javascript embedded`/inlined or referenced externally as file in the yhead> section? what do the IIS logs tell?
  • Export QWebPage to PDF. Output too small.

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    raven-worxR
    i don't know what happens internally in QtWebkit when printing. But i would try to render the webpage to a QPixmap first - using QWebFrame::render() - and then print this image. This might give you more control afterall.
  • [SOLVED]Do i need to ship the image files explicitly while using QHelpEngine

    Unsolved
    2
    0 Votes
    2 Posts
    799 Views
    K
    i am going ahead with , having the image files in the Resource folder and creating the installer.