Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.9k Posts
  • Can i capture, using Qt, click events inside html iframe?

    2
    0 Votes
    2 Posts
    2k Views
    A
    In QtWebKit, frames are represented as "QWebFrame":http://developer.qt.nokia.com/doc/qt-4.8/qwebframe.html where you have @virtual bool event( QEvent * ev );@ function, which you can reimplement. But I've no idea how to inject your subclassed QWebFrame into QWebPage, sorry...
  • Starting webkit from the beginning

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Restfull Service or SOAP

    3
    0 Votes
    3 Posts
    3k Views
    sierdzioS
    Or use the still developed and maintained "KD SOAP":http://www.kdab.com/kd-soap, it has some server capabilities, too. As a last resort, you can try "gSOAP":http://www.cs.fsu.edu/~engelen/soap.html.
  • Problem in exposing nested COM interfaces to QtWebKit via QAxObject

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QWebView and dojo dijit.form.DateTextBox

    3
    0 Votes
    3 Posts
    2k Views
    niqtN
    JavascriptEnabled is the default. Other javascript (widget) are shown corretly.
  • How does evaluateJavaScript works?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [pyside, webkit] send msg betwen js and python

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • WebService

    5
    0 Votes
    5 Posts
    6k Views
    H
    Hi OK I watched the video from Nokia, and look some example in the Qt Creator. I still have one question in my mind. So if I get it right to create a kind of webservice we need to do like the example fortuneServer in Qt Creator ? Can we create a Restfull service or SOAP service (but server side not a client) with Qt and if it's the case can I have some link please. I'm new with Qt and I always worked with Visual Studio so it's quite different haha Regards
  • Multithreaded Webcrawler

    5
    0 Votes
    5 Posts
    4k Views
    K
    I guess its more like enter a website adresses like www.BigCompany.com and go through the page and all the pages it links to and for example collect all the e-mail adresses.
  • Crash in QtWebkit (in Qt4.8.0 version) in putDirectInternal()

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Inserting a link in Webkit

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Solved] Crash after QWebFrame::setHtml

    2
    0 Votes
    2 Posts
    3k Views
    F
    [Soved] This issue happen while calling QWebFrame::setHtml not from main thread
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • QWebElement.appendInside - javascript not working

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qtwebkit plugin

    2
    0 Votes
    2 Posts
    2k Views
    P
    you have to implement your own little PluginFactory and set QWebPage->setPluginFactory(pMyFactory);
  • Debuggin QtWebkit

    6
    0 Votes
    6 Posts
    4k Views
    H
    How to enable Qt and webkit debug messages? I tried with the option -debug -webkit-debug as an input to config. But I didn't see any logs when I executed. I'm using Qt4.8.0 on mips based platform.
  • Access violation when using QWebView (Qt 4.8.0)

    6
    0 Votes
    6 Posts
    4k Views
    A
    Sorry, it was an unsuccessful build. Full rebuild works well. Topic is closed.
  • QWebKit access to the final encoding guessed

    4
    0 Votes
    4 Posts
    3k Views
    T
    Considering how hard it is to guess encodings correctly I would be surprised if webkit would really choose to ignore the HTML meta tags providing that information... but I am no expert there and can not provide more than a guess. Sorry.
  • Qt WebKit animation latency.

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • WM_PRINT hooking in QWebKit Windows

    5
    0 Votes
    5 Posts
    4k Views
    R
    [quote author="Tobias Hunger" date="1326706775"]Have you considered to "file a bug report":http://bugreports.qt.nokia.com/ against Qt Webkit?[/quote] Actually, the bugtracker does not accept my bug report for QtWebKit. Should I file it to http://bugs.webkit.org/ instead?