Results 1 to 3 of 3

Thread: Text Browser Link Question

  1. #1

    Default Text Browser Link Question

    Hello--

    I'm working with text browser right now, trying to get a new window to open up when I click a link (which I currently have disabled--I'm just trying out link functionality with an empty function at the moment). In any case, when I click a link inside a text browser box it clears the box for some reason--is there any way to prevent this? It seems like it must happen by default. Thanks

    Taylor34

  2. #2
    Join Date
    Jan 2006
    Posts
    667
    Thanks
    10
    Thanked 80 Times in 74 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Text Browser Link Question

    If you are using something like

    Qt Code:
    1. <a href = "Link value here">link text here</a>
    To copy to clipboard, switch view to plain text mode 

    then use

    Qt Code:
    1. <a href = "#Link value here">link text here</a>
    To copy to clipboard, switch view to plain text mode 

  3. #3

    Default Re: Text Browser Link Question

    That was it (the #). Thank you so much, I knew it had to be something straightforward that was causing it.

    Thanks

    Taylor34

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.