Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.9k Posts
  • Input event processing is very slow...

    2
    0 Votes
    2 Posts
    3k Views
    G
    With this input, it will be hard to answer, where yout problem is located. We would need more information. Which OS; which Qt version? How do you build up your stuff? What exactly is slow? If loading the web page is done in main thread (what I expect), then perhaps other things may be slow which also occure in main thread...
  • How to handle sessions in QTWebKIt

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • [Moved]Browser : authentification failure when redirect to absolute url

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Using WebKit on the server

    9
    0 Votes
    9 Posts
    6k Views
    D
    Thanks, this is what I was looking for. Meanwhile I have reverse engineered the Ajax traffic and the program is working well. I will try phantomjs in the next project.
  • [Solved]QWebView doesn't open paypal page

    6
    0 Votes
    6 Posts
    5k Views
    Q
    It Runs! Thanks.
  • Inspecting javascript / catch javascript calls

    3
    0 Votes
    3 Posts
    2k Views
    A
    Thanks, I will try that!
  • [Solved] QWebPage::WebAction add own Action to context menu

    4
    0 Votes
    4 Posts
    5k Views
    A
    Wroks perfect! Thanks!
  • Clicks don't work on Flash

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Render QWebView without showing it

    3
    0 Votes
    3 Posts
    5k Views
    D
    Thank you Peppe, I'll try that!
  • How quickly display big parts of text using QtWebKit?

    3
    0 Votes
    3 Posts
    3k Views
    F
    texts with html. I parse fb2 file, then use html tags to make it formatted. Qtextedit is also slow, i have tried it.
  • Qt Embedded webkit can not display jpeg and gif?

    5
    0 Votes
    5 Posts
    5k Views
    P
    you have to copy the plugins directory to the target device (as you correctly described) you have to add a new pluginspath to your qApp->addLibraryPath(qApp->applicationDirPath()+"/plugins")
  • Qt 4.7 SSL error : "The certificate has expired”

    5
    0 Votes
    5 Posts
    6k Views
    P
    you'll need two openSSL libs. These are on win32: ssleay32.dll LIBEAY32.dll AND you can ignore invalid certificates: @ connect(ui->mywebview->page()->networkAccessManager(), SIGNAL(sslErrors(QNetworkReply*, const QList<QSslError> & )), this, SLOT(sslErrorHandler(QNetworkReply*, const QList<QSslError> & ))); void MainWindow::sslErrorHandler(QNetworkReply* qnr, const QList<QSslError> & errlist) { qnr->ignoreSslErrors(); } @ [EDIT: code formatting, please wrap in @-tags, Volker]
  • Wrong cursor on page.

    3
    0 Votes
    3 Posts
    2k Views
    H
    I've tried Qt Creator 2.3 RC. Meet same issue. It's seems a bug in QtWebkit4.dll.
  • [Solved] How to change background color of QWebView?

    4
    0 Votes
    4 Posts
    5k Views
    L
    You welcome, please add [Solved] to the title of this thread (by editing the first post). Thanks.
  • OCSP (Online Certificate Status Protocol) requests

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Mobile web browser

    4
    0 Votes
    4 Posts
    2k Views
    D
    It is not what browser should do. Browser works with http protocol. Underlying dns requests are task of OS, not browser application.
  • How to install QtWebkit with WebGL support on Windows

    5
    0 Votes
    5 Posts
    9k Views
    S
    Well, that is not good, but better than nothing. Last question - while installing qt, should I install it with webkit or without it? Thanks
  • QtWebKit 1.0 QML WebView

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • QVTKWidget On Solaris

    3
    0 Votes
    3 Posts
    2k Views
    V
    I have posted even there.., I posted here caz I have seen many Vtk and qt posts and assumed that someone might help :-)
  • QWebView does not show wide-characters

    2
    0 Votes
    2 Posts
    2k Views
    A
    It seems that when you build qt with -embedded option, qt will only search qt's /lib/fonts directory for the font files, and the fonts shipped with the qt source does not contain a font which supports wide-characters.