Results 1 to 2 of 2

Thread: Unable to open html page with frame tags using QTextBrowser

  1. #1
    Join Date
    Jan 2011
    Posts
    1
    Qt products
    Qt3 Qt4 Qt/Embedded Qt Jambi PyQt3 PyQt4
    Platforms
    MacOS X

    Question Unable to open html page with frame tags using QTextBrowser

    I am unable to open html page with frame tags.
    For example
    <html>
    <head>
    <title>CP Reference Manual (10/198 17-CNL 121 106, Rev B)</title>
    </head>
    <frameset cols="25%,*">
    <frame frameborder="no" src="./contents.html" name=contents>
    <frame frameborder="no" src="./debugCommands.html" name=main>
    </frameset>
    </html>

  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: Unable to open html page with frame tags using QTextBrowser

    QTextBrowser doesn't handle frames. If you want frame support, use WebKit (QWebView).
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 1
    Last Post: 2nd January 2011, 10:54
  2. Matching HTML tags
    By pucara_faa in forum Qt Programming
    Replies: 4
    Last Post: 22nd January 2010, 13:19
  3. Html tags in QTreeView
    By 1111 in forum Qt Programming
    Replies: 1
    Last Post: 13th March 2009, 01:41
  4. QFontMetrics and HTML tags
    By vonCZ in forum Newbie
    Replies: 1
    Last Post: 14th August 2008, 12:13
  5. QTextBrowser, add support for custom tags
    By qtcos in forum Qt Programming
    Replies: 3
    Last Post: 29th December 2007, 16:43

Tags for this Thread

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.