Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Multilingual help in my Qt app
Forum Updated to NodeBB v4.3 + New Features

Multilingual help in my Qt app

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
c++qt5.5.1
9 Posts 4 Posters 2.7k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • zamazan4ikZ Offline
    zamazan4ikZ Offline
    zamazan4ik
    wrote on last edited by
    #1

    Hi everyone. I have some trouble with help system in my qt app.

    I want to write help system for my app. At first, it will be a multilingual help system. At second, i want to use Qt Assistant to show my help.

    I read in the Internet, that i must at first make a html document with my help and after that i must transform it to some standard type for using it in qt assistant. And in this step i have some question :
    0) What is the easiest way to make html document with help ?

    1. How i can create a multilingual help system with Qt? Can I make separate html-docs for every language and after that switch between these dosuments in Qt Assistant? How Does it work?
    2. What is the easiest way to create multilingual help system with Qt?
    3. What is the better idea for my help : use Qt Assitant to show it or use a custom HelpBrowser(based on QTextBrowser). My app is not very large.

    Sorry for my poor English. Thanks!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      You can start with Using Qt Assistant as a Custom Help Viewer. It explains how to create your own help system with the help of Qt Assistant.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      zamazan4ikZ 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        You can start with Using Qt Assistant as a Custom Help Viewer. It explains how to create your own help system with the help of Qt Assistant.

        zamazan4ikZ Offline
        zamazan4ikZ Offline
        zamazan4ik
        wrote on last edited by
        #3

        @SGaist thanks for refernece, but I read it already and i have some difficulties with it :
        0) Generating .qhp and .qhcp files - i must generate it by hand. And it's not good way, i think.

        1. After that i want to translate my help system into other language - i solved that problem with other application, but i want solve it with Qt. How?
        2. And after that my help i will integrate in Qt Assistant. But i can't imagine, how integrate multilingual help in the Qt Assistant.
        1 Reply Last reply
        0
        • mrdebugM Offline
          mrdebugM Offline
          mrdebug
          wrote on last edited by
          #4

          I have the same problem and I'm really thinking to write a own program to manage multilingual html help.

          Need programmers to hire?
          www.labcsp.com
          www.denisgottardello.it
          GMT+1
          Skype: mrdebug

          zamazan4ikZ 1 Reply Last reply
          0
          • mrdebugM mrdebug

            I have the same problem and I'm really thinking to write a own program to manage multilingual html help.

            zamazan4ikZ Offline
            zamazan4ikZ Offline
            zamazan4ik
            wrote on last edited by
            #5

            @mrdebug do u know about any way to generate .qhp file automatically?

            1 Reply Last reply
            0
            • mrdebugM Offline
              mrdebugM Offline
              mrdebug
              wrote on last edited by mrdebug
              #6

              Sorry but not. I don't know so much qt assistant but seems to be a nice tool to generate source documentation instead of program manual.

              Need programmers to hire?
              www.labcsp.com
              www.denisgottardello.it
              GMT+1
              Skype: mrdebug

              1 Reply Last reply
              0
              • mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #7

                Hi
                This fellow made a py script to auto create qhp files.
                Not from HTML though.
                http://ralsina.me/weblog/posts/BB777.html

                1 Reply Last reply
                0
                • mrdebugM Offline
                  mrdebugM Offline
                  mrdebug
                  wrote on last edited by
                  #8

                  My problem is to write multilingual documentation for a program. The format is not so important, important is to manage the documentation in all platforms.
                  Can you suggest me a free tool?

                  Need programmers to hire?
                  www.labcsp.com
                  www.denisgottardello.it
                  GMT+1
                  Skype: mrdebug

                  1 Reply Last reply
                  0
                  • mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #9

                    Hi
                    You mean for the creation of the files or
                    what do you mean with
                    "manage the documentation in all platforms"

                    I just use word and have 1 doc for each language.
                    Not fancy and also looking for better way as its hard to keep track
                    of status of the various languages when new text is added.

                    1 Reply Last reply
                    0

                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Search
                    • Get Qt Extensions
                    • Unsolved