[Webkit-unassigned] [Bug 28862] [Qt][API] Add a new QGraphicsWidget based version of the "QWebView"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 07:22:37 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28862





--- Comment #37 from Kenneth Rohde Christiansen <kenneth.christiansen at openbossa.org>  2009-09-09 07:22:36 PDT ---
Tor Arne, what do you feel about:

class QWebPageClient {
public:
    virtual update(...) const = 0; 
    virtual scroll(...) const = 0;
    virtual setWebCursor(const QCursor& cursor) { m_webCursor = cursor; }
    QCursor lastWebCursor() const { return m_webCursor; }
    virtual QCursor cursor() = 0;
    virtual int screenNumber() = 0;
    ...
}

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list