Results 1 to 2 of 2

Thread: QWebView

  1. #1
    Join Date
    Feb 2008
    Posts
    16
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QWebView

    I create simple application for awebquote.com site.
    Simple application for show new services and other.
    Problem:

    I create interface based on QWebView and HTML
    all butons is images in DIV boxes. When user click on image (all images is links)
    for sample

    <div id="buttonRun"><a href="run.cmd"><img src="img/run.png" border="0"></a></div>
    But when I click on image image get border.

    Question: how i can change focus for other element for sample.
    Last edited by wysota; 30th December 2008 at 12:54. Reason: Removed url

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: QWebView

    You can only use injected javascript code for that but I'm not sure why you would want to do that at all. It might be easier to disable focus for the whole webview widget at all. Or maybe I don't understand the problem I can't replicate it on my system...

Similar Threads

  1. Problem With QWebView
    By ivi2501 in forum Qt Programming
    Replies: 8
    Last Post: 2nd August 2009, 19:37
  2. QWebView - retrieving information?
    By lamera in forum Qt Programming
    Replies: 1
    Last Post: 25th September 2008, 17:53
  3. QwebView
    By peace_comp in forum Qt Programming
    Replies: 0
    Last Post: 30th July 2008, 18:20
  4. QWebView undefined references
    By xtreme in forum Qt Programming
    Replies: 2
    Last Post: 28th July 2008, 08:08
  5. printing QWebView before showing in Dialog
    By Grisu in forum Qt Programming
    Replies: 1
    Last Post: 17th July 2008, 12: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.