Results 1 to 2 of 2

Thread: Help file formats

  1. #1
    Join Date
    Nov 2010
    Posts
    97
    Thanks
    6
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Help file formats

    We're seriously considering the dropping of WX as our toolkit and moving to Qt. One area I can't seem to find much on is the help files. We are currently using .chm for our format. Can we still use this with Qt?

    We have a lot of investment in tools to develop windows help file formats. Is there any standard windows help format that is compatible with Qt help format? If not, are there good tools for making Qt help files?

    Thanks.
    Last edited by nroberts; 11th November 2010 at 18:44.

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Help file formats

    Quote Originally Posted by nroberts View Post
    We're seriously considering the dropping of WX as our toolkit and moving to Qt. One area I can't seem to find much on is the help files. We are currently using .chm for our format. Can we still use this with Qt?
    Yes, using the same Windows API code you currently use to launch the help file. You may have to put some effort in to doing things like "What's this?" type help.

    We have a lot of investment in tools to develop windows help file formats. Is there any standard windows help format that is compatible with Qt help format? If not, are there good tools for making Qt help files?
    Windows help formats are not portable and therefore not used in Qt. Essentially if you can produce your help as HTML then the Qt Help system can make a help file of it. The process is fairly manual though. If you already have tools that you are comfortable using to produce CHM files then I'd stick with those rather than retrain authors. Shipping the components necessary to support the Qt help reader can also blow out your project size if you are not already using the web components (in particular).

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

    nroberts (12th November 2010)

Similar Threads

  1. OpenGL file loading formats
    By TheKedge in forum Qt Programming
    Replies: 0
    Last Post: 6th August 2008, 15:44
  2. Number formats 00.00
    By maverick_pol in forum Qt Programming
    Replies: 21
    Last Post: 15th October 2007, 17:32
  3. converting file formats at run time
    By Aditi in forum Qt Programming
    Replies: 1
    Last Post: 27th September 2006, 10:31
  4. tricks when designing project file formats?
    By pir in forum General Programming
    Replies: 10
    Last Post: 21st July 2006, 13:08
  5. RSS feeds? Or RSS like formats...
    By pir in forum General Discussion
    Replies: 2
    Last Post: 2nd June 2006, 14:13

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.