Results 1 to 5 of 5

Thread: QCH help files

  1. #1
    Join Date
    Sep 2008
    Posts
    13
    Thanks
    5
    Qt products
    Qt4
    Platforms
    Windows

    Default QCH help files

    Hi all! I'm trying to implement some inline help in a few dialogs of an app. I've compiled a .qch file with the user manual, and my question is this:

    How can I launch (not with QtAssistant, with a TextBrowser or some other widget) a file of my compiled .qch file when the user clicks the ? icon in a dialog?

    The Qt documentation is quite poor in this topic... I'm not sure how to catch when the user clicks on the ? icon and how to show the help.

    Any help would be really appreciated!

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

    Default Re: QCH help files

    See Using QHelpEngine API and QHelpContentWidget. As for the "?" icon, this is carried by QHelpEvent.

  3. #3
    Join Date
    Jan 2011
    Posts
    2
    Platforms
    MacOS X Windows

    Default Re: QCH help files

    Hi

    Can you please help me how to extract text from a data.qch file? This reference book is important for my exam.
    Thank you very much.
    kcl

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

    Default Re: QCH help files

    qch files are regular sqlite3 databases.
    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.


  5. #5
    Join Date
    Jan 2011
    Posts
    2
    Platforms
    MacOS X Windows

    Default Re: QCH help files

    Hi Koas
    I have bought a book on CD ROM, it has exe and dmg file formats. After I installed it on my pc, it installed some dill files and data.qch file in the program files. I am able to open the book on the pc, read, search etc. How can I extract the text from the data.qch file, can you please advice a software to buy? Its an important book for my exam and I want to convert the text into into a pdb format or chm format to study on my iPhone.
    thank you
    kcl

Similar Threads

  1. Replies: 12
    Last Post: 17th June 2009, 05:34
  2. visual studio project files - adding extra files
    By luf in forum Qt Programming
    Replies: 3
    Last Post: 13th June 2008, 21:05
  3. compiling problem / Qt DLL files
    By ht1 in forum Newbie
    Replies: 1
    Last Post: 5th January 2008, 17:58
  4. Replies: 5
    Last Post: 22nd September 2006, 08:04
  5. [Win32/VC++ 8.0] Strange problems with qrc_*.cpp files
    By mloskot in forum Installation and Deployment
    Replies: 6
    Last Post: 6th March 2006, 10:28

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
  •  
Qt is a trademark of The Qt Company.