Results 1 to 4 of 4

Thread: How to show remote images in QTextEdit from html-string?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jun 2012
    Posts
    2
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default How to show remote images in QTextEdit from html-string?

    Hello guys! Need some help!
    How to show remote images in QTextEdit from html-string?

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,318
    Thanks
    315
    Thanked 870 Times in 857 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How to show remote images in QTextEdit from html-string?

    QTextEdit supports the HTML 4.0 <a href=... /> element, so presumably you could put the URL of your image in that. See this link.

Similar Threads

  1. QWebView local web page with remote images
    By woodtluk in forum Qt Programming
    Replies: 0
    Last Post: 21st October 2010, 12:04
  2. How to use html to show overlapped images in QToolTip
    By LorenLiu in forum Qt Programming
    Replies: 0
    Last Post: 19th April 2010, 08:52
  3. QTextEdit HTML Processing of Base64 Images
    By millsks in forum Qt Programming
    Replies: 0
    Last Post: 24th November 2009, 15:02
  4. Pass remote (web) images to QImage
    By NicholasSmith in forum Qt Programming
    Replies: 2
    Last Post: 25th August 2009, 22:00
  5. Can QTextBrowser display remote images?
    By golnaz in forum Newbie
    Replies: 1
    Last Post: 21st January 2009, 13:45

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.