Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.9k Posts
  • Compare QUrl or slot for each response?

    Unsolved c++11 qnetworkaccessm restful api signals & slots qurl
    4
    0 Votes
    4 Posts
    999 Views
    jsulmJ
    @Rizwan94 I never used QNAM, so do not know whether better to use that one or QNetworkReply Yes
  • Make QNAM not sent any new request, until the last requests' response has arrived.

    Unsolved
    5
    0 Votes
    5 Posts
    778 Views
    jsulmJ
    @Rizwan94 said in Make QNAM not sent any new request, until the last requests' response has arrived.: I am concerned if the UI hangs If you're using signals/slots then the UI will not hang (do not wait "actively" using any "wait*" methods or loops). "When button1 is clicked, I send the request1 and wait for the response" - how do you "wait"? With signals/slots you do not have to wait and block anything.
  • Interceptor in QT?

    Unsolved c++11 rest https
    2
    0 Votes
    2 Posts
    622 Views
    JKSHJ
    @Rizwan94 said in Interceptor in QT?: I got to know that in java spring framework etc. We have interceptors which help process the request & response. In QT, do we have anything similar that can be used. Qt uses signals and slots: https://doc.qt.io/qt-5/signalsandslots.html Currently for making REST api calls in my application i am making use of QNAM. When you call get() or post(), QNAM returns a QNetworkReply object. Connect the QNetworkReply::finished() signal to a slot to process the reply. Remember to delete the QNetworkReply when you have finished processing.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    10 Views
    No one has replied
  • Qt Webkit requests

    Unsolved
    2
    0 Votes
    2 Posts
    407 Views
    K
    Yes, it's possible.
  • JavaScriptCore MacroAssembler question.

    Unsolved
    1
    0 Votes
    1 Posts
    303 Views
    No one has replied
  • Unable to use QtWebSockets library

    Unsolved
    2
    0 Votes
    2 Posts
    375 Views
    aha_1980A
    hi @LenaTodnem, have you added QT += websockets to your pro file? Regards
  • 0 Votes
    6 Posts
    2k Views
    A
    @VinayVerma Were you able to find a solution to the above problem? I am facing the exact same issue.
  • QtWebKit: Retrieving Connected Wifi Name in Ubuntu

    Unsolved
    1
    0 Votes
    1 Posts
    257 Views
    No one has replied
  • Qt Thin Client Application

    Unsolved
    6
    0 Votes
    6 Posts
    942 Views
    JKSHJ
    @radhank said in Qt Thin Client Application: Sorry for not being precise. its 5.3.2 That version reached end-of-life in 2016. Would you consider upgrading? You are right. Test application does not have any issue. we could see the cursor. Am quite new to X windows as well as Qt. we have a display manager, which manages displaying these clients. We create a qt window and we share the window ID with the display manager through a FIFO and set this property using XchangeProperty. ... We want to understand though we can see the pages, why the caret cursor is missing. I don't know the answer, sorry. Is the caret cursor missing if you use XChangeProperty on a simple widget like a QLineEdit? Is the caret cursor missing if you use XChangeProperty on a non-Qt application?
  • Re: [Qt Thin Client Application](/topic/107041/qt-thin-client-application)

    Locked Unsolved
    2
    0 Votes
    2 Posts
    388 Views
    jsulmJ
    @radhank Please answer in the original thread! Lock this one...
  • Load a Web source code into a String or QString to parse

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    Pablo J. RoginaP
    @josz said in Load a Web source code into a String or QString to parse: It worked. Great. Please don't forget to mark your post as such! Thanks.
  • Qt WebKit Enabling Cookies

    Unsolved
    1
    0 Votes
    1 Posts
    640 Views
    No one has replied
  • QWebKit Setting Up User Agent

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    K
    However it might be enough for your purposes to set application name and version on your QApplication, this information will be displayed in UA string
  • WebView + VirtualKeyboard + Javascript alert function

    Unsolved
    2
    0 Votes
    2 Posts
    501 Views
    M
    I have found that this problem occur when the focus is over a numeric field. The web throw an alert message. The keyboard disappear. And after this moment, only when the focus is recieved by another numeric field, the keyboard is shown.
  • QWebKit: SAML Authentication

    Unsolved
    4
    0 Votes
    4 Posts
    806 Views
    K
    @anshah At least version shipped in Ubuntu 14.04 isn't
  • QGraphicsWebView : Resize viewport without scaling up/down content

    Unsolved
    2
    0 Votes
    2 Posts
    505 Views
    SGaistS
    Hi, While this clearly looks like a regression, Qt 5.5 is way outdated. Please test against a more recent version. Qt 5.12.4 is the current LTS but you can also try Qt 5.13.0 which is the current release.
  • QNetworkReply and 302 Found code

    9
    0 Votes
    9 Posts
    11k Views
    jsulmJ
    @ahmed000001 See https://doc.qt.io/archives/qt-5.10/qnetworkreply.html#redirected Set QNetworkRequest::FollowRedirectsAttribute in your request, then you will get the above signal with new URL if your request is redirected.
  • How to place google maps on qt widget

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    K
    Or you can get binaries of latest QtWebKit for Qt 5.13.0 from http://download.qt.io/snapshots/ci/qtwebkit/5.212/1561566461/qtwebkit/
  • QWebView: Browser Not Supported

    Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    K
    Maybe it doesn't check request headers, but does JS testing of supported features