Skip to content

Qt WebKit

Questions about Qt WebKit and related topics? Post here!
1.5k Topics 5.9k Posts
  • 0 Votes
    3 Posts
    3k Views
    D

    Moved to more appropriate category

  • QTWebkit with CURL

    2
    0 Votes
    2 Posts
    3k Views
    L

    Hi,

    Why do not you check the build instructions available at "Qtwebkit wiki":http://trac.webkit.org/wiki/QtWebKit ? There are articles how to build it for Windows, Linux, Sybmian and OSX. If it is possible to build it with CURL instead of QtNetwork it will be described at the project wiki.

    Regards,
    Leon

  • 0 Votes
    6 Posts
    5k Views
    Q

    Also crash on Qt 4.7.3(QtSDK 1.1 RC).

    @ QtCored4.dll!670362ca()
    [下面的框架可能不正确和/或缺失,没有为 QtCored4.dll 加载符号]
    QtCored4.dll!67021b4b()
    QtCored4.dll!6702f243()
    QtCored4.dll!671efcc5()
    QtCored4.dll!67265a89()
    QtNetworkd4.dll!640ea2eb()

    msvcr90d.dll!_nh_malloc_dbg_impl(unsigned int nSize=112, int nhFlag=0, int nBlockUse=90580224, const char * szFileName=0x00000000, int nLine=0, int * errno_tmp=0x05662500) 行239 + 0x19 字节 C++
    msvcr90d.dll!_nh_malloc_dbg(unsigned int nSize=33292288, int nhFlag=1, int nBlockUse=90580224, const char * szFileName=0x00000000, int nLine=4096) 行296 + 0x1d 字节 C++
    00000047()
    @

  • How to ensure fully asynchronous web requests?

    3
    0 Votes
    3 Posts
    3k Views
    G

    The only reason I'm hesitant to agree with that, is that the initial request doesn't seem to be affected by that limitation. Also, each initial request is made with its own instance of the QNetworkAccessManager class.

    I also followed the quick and dirty instructions described in "Increasing the maximum number of connections per host of QtWebKit":http://www.techques.com/question/1-4879919/Increasing-the-maximum-number-of-connections-per-host-of-QtWebKit which didn't result in any noticeable improvement.

  • Qt WebKit - fancybrowser size

    3
    0 Votes
    3 Posts
    3k Views
    R

    How should I do this?

    I tried with fbset, but whatever I do I get the same stuff:

    @root@qemuarm:~# fbset

    mode "640x400-71"

    D: 25.176 MHz, H: 31.469 kHz, V: 70.718 Hz

    geometry 640 400 640 400 16
    timings 39721 40 24 32 11 96 2
    accel false
    rgba 5/0,6/5,5/11,0/0
    endmode
    @

  • 0 Votes
    5 Posts
    3k Views
    D

    i found it, happened when you browse google's news site. some links break... :)

  • 0 Votes
    9 Posts
    6k Views
    D

    MiniBrowser Mobile on my Nokia N8 with Qt4.7.3: 235 + 13 bonus

  • Qt WebKit and ICY

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • QtWebkit with embedded

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

    Please "file a bug report":http://bugreports.qt.nokia.com/ if you think you found a bug.

  • 0 Votes
    1 Posts
    3k Views
    No one has replied
  • How to improve scrolling lag in QWebView

    9
    0 Votes
    9 Posts
    5k Views
    I

    gjuggler, yeah you are right. You nailed it. A mouse is much smoother. Thanks!

  • 0 Votes
    2 Posts
    4k Views
    T

    I've filed a bug report here: https://bugs.webkit.org/show_bug.cgi?id=57414

  • Access Violation when using QWebPage

    7
    0 Votes
    7 Posts
    4k Views
    Z

    great! thanks!

  • Qt WebView and IP Camera

    3
    0 Votes
    3 Posts
    4k Views
    F

    Smells like a returned mime type issue (just a guess :-).

    Note that you can overload webkit network access manager to check exactly what is requested / given back to webkit or you can sniff your communication (wireshark) to check the difference between firefox / your app. Maybe your script does check user agent ?

  • Webkit widget not available to use.

    5
    0 Votes
    5 Posts
    3k Views
    D

    Well, how did you install the Qt libs? Is libqtwebkit-dev installed?

  • 0 Votes
    8 Posts
    6k Views
    B

    Oh, I see. I was not aware python could not do that.
    I guess a solution would be to load the page separately and use QWebFrame::setHtml() but that could get messy with the history, referer, etc.

  • How to defer emitting signal?

    13
    1 Votes
    13 Posts
    19k Views
    Q

    Great! Thank you.

    Thanks everyone.

    [quote author="Gerolf" date="1301294329"]Hi mario,

    but it makes the whole complex more complex, requires more memory and QObject event does not have a finished signal. So he needs to implement some object with that signal.
    Then it would be easier to make a queued call to one self:

    "QMetaObject::invokeMethod": http://doc.qt.nokia.com/latest/qmetaobject.html#invokeMethod with some parameters for queued function call or use an internal own slot with queued connection (which a single shot timer also does).
    [/quote]

  • SSL Handshake when resuming an session

    2
    0 Votes
    2 Posts
    2k Views
    I

    well, the problem doesn't really concern qtwebkit but qt network module.
    U can check "qt corresponded bug":http://bugreports.qt.nokia.com/browse/QTBUG-14983 for more informations

  • SOAP response parsing

    3
    0 Votes
    3 Posts
    4k Views
    A

    If Qt Soap is not an option: did you have a look at the actual output? Is it valid XML?