Results 1 to 4 of 4

Thread: Displaying HTML help

  1. #1
    Join Date
    May 2007
    Posts
    301
    Thanks
    46
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Displaying HTML help

    Hi,

    What is a good way to display html, I want to display html pages for help in my application. I was thinking of just using QTextBrowser.

    Any advice is appreciated,
    Steve

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Displaying HTML help

    Qt Assistant can be used as an application's help tool. See QAssistantClient and Simple Text Viewer Example for more details.
    J-P Nurmi

  3. The following user says thank you to jpn for this useful post:

    steg90 (15th August 2007)

  4. #3
    Join Date
    May 2007
    Posts
    301
    Thanks
    46
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Displaying HTML help

    Hi,

    I'm using Visual Stuido 2005, how do I add CONFIG += assistant to my project as I don't have .pro file?

    Regards,
    Steve

  5. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Displaying HTML help

    Sorry, I don't know. Most likely all what is needed is to add a suitable include directory and link to the assistant client lib.

    Anyway, it's a good practice to maintain a .pro file even if you use Visual Studio or anything else to maintain the project, because .pro file is cross-platform, .vcproj is not. You can always import a .pro file to Visual Studio.
    J-P Nurmi

  6. The following user says thank you to jpn for this useful post:

    steg90 (15th August 2007)

Similar Threads

  1. Qt based HTML editor.
    By William Wilson in forum Qt Programming
    Replies: 5
    Last Post: 12th August 2007, 18:58
  2. QWidget pixmap AFTER displaying html ("rich text")
    By gavrilo princep in forum Newbie
    Replies: 0
    Last Post: 17th July 2007, 01:59
  3. Loading images in html in a QTextBrowser
    By BasicPoke in forum Newbie
    Replies: 1
    Last Post: 6th June 2007, 21:51
  4. Parsing HTML
    By stevey in forum Qt Programming
    Replies: 2
    Last Post: 1st December 2006, 20:01
  5. [Qt 4.1]using html in QTextEdit from designer
    By patcito in forum Qt Programming
    Replies: 5
    Last Post: 16th January 2006, 22:36

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.