Results 1 to 2 of 2

Thread: WebView switch to contentEditable mode

  1. #1
    Join Date
    Nov 2011
    Posts
    79
    Thanks
    5
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default WebView switch to contentEditable mode

    Is there a way to switch WebView to editor?
    How can I set contentEditable=true? I think about C++ extension ... is there way to get internal QWebView from QQuickItem?
    Or may be some trick with JS?

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: WebView switch to contentEditable mode

    Quote Originally Posted by folibis View Post
    Is there a way to switch WebView to editor?
    How can I set contentEditable=true?
    That is new to me. Can you point to the documentation that describes that property?

    Quote Originally Posted by sterling View Post
    I think about C++ extension ... is there way to get internal QWebView from QQuickItem?
    QtQuick2 WebView does not use QWebView. QWebView is WebKit1, QtQuick2 WebView is WebKit2.

    Cheers,
    _

Similar Threads

  1. Replies: 2
    Last Post: 4th June 2012, 12:56
  2. Replies: 1
    Last Post: 7th March 2012, 21:34
  3. Replies: 1
    Last Post: 2nd November 2009, 12:02
  4. Replies: 9
    Last Post: 15th April 2009, 06:23
  5. Replies: 8
    Last Post: 10th October 2007, 18:20

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.