Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. The Lounge
  4. Use of Qt documentation
Forum Updated to NodeBB v4.3 + New Features

Use of Qt documentation

Scheduled Pinned Locked Moved The Lounge
28 Posts 19 Posters 14.1k Views 1 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.
  • T Offline
    T Offline
    tobias.hunger
    wrote on last edited by
    #9

    I just use Qt Creaotr with the default help setup and use F1 or "Ctrl-K" to open the locator and then type "? QSomething" to search what I need to know. No mouse required at all:-)

    1 Reply Last reply
    0
    • B Offline
      B Offline
      BlackDante
      wrote on last edited by
      #10

      I'm too almost always use Qt Assistant :) and I like reading books, but only a paper books, I don't like books in pdf unlees pdf is opened in another monitor and I don't have to switch windows to reading and coding :)

      sorry for my broken english :)

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DenisKormalev
        wrote on last edited by
        #11

        For most part of time I'm using Assistant (as individual app or inside QtCreator). But sometimes while I'm google for some complicated problem I find myself somewhere inside online docs :)

        1 Reply Last reply
        0
        • U Offline
          U Offline
          ucomesdag
          wrote on last edited by
          #12

          Never used Assistant, I always used the online docs until Qt Creator :)

          Write “Qt”, not “QT” (QuickTime).

          1 Reply Last reply
          0
          • W Offline
            W Offline
            Wolf P.
            wrote on last edited by
            #13

            When working in Creator, I use the offline version. When googling the online docs.

            BTW: If there were links to the online version embedded in the offline docs, this would help much.

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #14

              Hm, I can't imagine how this could work properly. All the links in Assistant are for internal content...

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • W Offline
                W Offline
                Wolf P.
                wrote on last edited by
                #15

                The link shoud explicitely marked as online, something "linkable URL to the online version of this page" - from my point of view, the offline docs are equivalent to the online ones, aren't they?

                1 Reply Last reply
                0
                • ZlatomirZ Offline
                  ZlatomirZ Offline
                  Zlatomir
                  wrote on last edited by
                  #16

                  Well i use mostly the online documentation, but i don't know how the build-in search works because i use google to search topics and then the documentation is pretty well organized (has links to inherited_by-inherits classes and other goodies)

                  Also another reason i use google to search for online documentation/content is that it finds the documentation site and, in most of the cases, it also can find discussions on QtDN or "qtcentre":http://www.qtcentre.org (i learned a lot about Qt from there).

                  https://forum.qt.io/category/41/romanian

                  1 Reply Last reply
                  0
                  • P Offline
                    P Offline
                    Panke
                    wrote on last edited by
                    #17

                    I'm using the help in Qt Creator. When Konqueror is open and I want to know something about a particular class, qt <classname-here> does it as well.

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      sfilippidis
                      wrote on last edited by
                      #18

                      I mainly use the online documentation.

                      https://www.filippidis.name/

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        DenisKormalev
                        wrote on last edited by
                        #19

                        Oh, forgot also about krunner in kde. It is helpful sometimes.

                        1 Reply Last reply
                        0
                        • P Offline
                          P Offline
                          parancibia
                          wrote on last edited by
                          #20

                          My first option is F1 on Qt Creator, for everything else Qt Assistant

                          1 Reply Last reply
                          0
                          • ? This user is from outside of this forum
                            ? This user is from outside of this forum
                            Guest
                            wrote on last edited by
                            #21

                            Assistant +1
                            Forum +1
                            Book -1 (proven sleep catalyst)

                            1 Reply Last reply
                            0
                            • Q Offline
                              Q Offline
                              qtrahul
                              wrote on last edited by
                              #22

                              I always read the help section of Qt Creator.(Main INDEX style is best).

                              When I need more content of particular topic at that time I prefer online documents.

                              1 Reply Last reply
                              0
                              • T Offline
                                T Offline
                                talmage
                                wrote on last edited by
                                #23

                                I use the help in QtCreator. When I search for help, I usually search online. By reading this thread just now, I learned that I can launch QtCreator's Offline Help in a separate window and how to search it.

                                I wish I had printouts for QtMobility. I wish I had more examples, too. For Qt, I have Blanchette & Summerfeld's C++ GUI Programming with Qt 4.

                                1 Reply Last reply
                                0
                                • T Offline
                                  T Offline
                                  talmage
                                  wrote on last edited by
                                  #24

                                  Also, I wish I could print documentation from QtCreator. I'm installing Assistant just to print QtMobility.

                                  1 Reply Last reply
                                  0
                                  • R Offline
                                    R Offline
                                    ryadav
                                    wrote on last edited by
                                    #25

                                    I like the offline docs (keep up the great work) and I use it through Qt Creator

                                    Kind Regards,
                                    Rajinder Yadav

                                    SafetyNet Test Driven Development
                                    http://safetynet.devmentor.org

                                    1 Reply Last reply
                                    0
                                    • G Offline
                                      G Offline
                                      goetz
                                      wrote on last edited by
                                      #26

                                      [quote author="David Talmage" date="1298339515"]Also, I wish I could print documentation from QtCreator. I'm installing Assistant just to print QtMobility.[/quote]

                                      You can, if you switch to help mode (eg hit F1 twice on a symbol).

                                      http://www.catb.org/~esr/faqs/smart-questions.html

                                      1 Reply Last reply
                                      0
                                      • F Offline
                                        F Offline
                                        Franzk
                                        wrote on last edited by
                                        #27

                                        [quote author="Panke" date="1294783647"]When Konqueror is open and I want to know something about a particular class, qt <classname-here> does it as well.[/quote]I have opera set up to do exactly the same with the online documentation. I hardly use the help in QtCreator (only sometimes a quick F1 when I can't search using opera). I never use Assistant.

                                        "Horse sense is the thing a horse has which keeps it from betting on people." -- W.C. Fields

                                        http://www.catb.org/~esr/faqs/smart-questions.html

                                        1 Reply Last reply
                                        0
                                        • S Offline
                                          S Offline
                                          squarelab
                                          wrote on last edited by
                                          #28

                                          I’m using the help in Qt Creator too..

                                          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