Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Free Qt 5 e-book from Packt Publishing [EXPIRED]

    General and Desktop
    6
    10
    1081
    Loading More Posts
    • 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.
    • JKSH
      JKSH Moderators last edited by JKSH

      Hi all,

      Packt is offering a free copy of Mastering Qt 5 by Guillaume Lazar and Robin Penea: https://www.packtpub.com//packt/offers/free-learning/ (today only, registration required)

      I haven't read through it in-depth myself so I can't comment on its quality, but perhaps someone else will find it helpful. This forum gets inquiries now and then from people who much prefer a full-fledged book to online tutorials.

      Packt also offers a wide selection of e-books (some free, some paid) in a variety of programming fields. Have a look around! (Note: I am not affiliated with Packt)

      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

      1 Reply Last reply Reply Quote 8
      • ?
        A Former User last edited by

        Thanks for sharing. This will help me a lot.

        1 Reply Last reply Reply Quote 1
        • VRonin
          VRonin last edited by VRonin

          Thanks for the link!

          QByteArray response = QString("Hello").toLatin1(); well, that's one way to do it, I guess

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          JKSH 1 Reply Last reply Reply Quote 2
          • K
            Kinesis last edited by

            @JKSH
            Thanks alot . It gonna helps me . :)

            1 Reply Last reply Reply Quote 0
            • J.Hilk
              J.Hilk Moderators last edited by

              Darn it, I bought it recently for the full price -.-

              @VRonin said in Free Qt 5 e-book from Packt Publishing (<16 hours left):

              QByteArray response = QString("Hello").toLatin1(); well, that's one way to do it, I guess

              well, there's more than one way to skin a cat.
              ;-)

              Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct

              Qt Needs YOUR vote: https://bugreports.qt.io/browse/QTQAINFRA-4121


              Q: What's that?
              A: It's blue light.
              Q: What does it do?
              A: It turns blue.

              1 Reply Last reply Reply Quote 1
              • JKSH
                JKSH Moderators @VRonin last edited by

                @VRonin said in Free Qt 5 e-book from Packt Publishing (<16 hours left):

                QByteArray response = QString("Hello").toLatin1(); well, that's one way to do it, I guess

                Oh dear.

                Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User last edited by A Former User

                  On page 25:

                  ui->tasksLayout->addWidget(task);
                  

                  What's tasksLayout? I can't find a reference to it. And that kills the first exercise in the book!

                  jsulm VRonin 2 Replies Last reply Reply Quote 0
                  • jsulm
                    jsulm Lifetime Qt Champion @Guest last edited by

                    @landslyde said in Free Qt 5 e-book from Packt Publishing (<16 hours left):

                    What's tasksLayout?

                    Take a look at the *.ui file in QtDesigner - it should be there.

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply Reply Quote 3
                    • VRonin
                      VRonin @Guest last edited by

                      @landslyde said in Free Qt 5 e-book from Packt Publishing (<16 hours left):

                      What's tasksLayout?

                      You can see it in the image on page 23. It's an empty QVBoxLayout just below the toolbarLayout

                      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                      ~Napoleon Bonaparte

                      On a crusade to banish setIndexWidget() from the holy land of Qt

                      1 Reply Last reply Reply Quote 3
                      • ?
                        A Former User last edited by

                        @VRonin @jsulm
                        Thank you both.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post