Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Looking for a reference book on QT5

Looking for a reference book on QT5

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 5 Posters 433 Views 2 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.
  • R Offline
    R Offline
    RobertCameron
    Banned
    wrote on last edited by VRonin
    #1

    My boss just added writing a QT5 application in C++ to my development goals for this year. The application would involve several 'windows' with different 'widgets?' in each. Perhaps a table layout, a button pane, and perhaps a graph. It would do some basic file IO (reading and writing a file) but no networking, databases, or anything overly complicated.

    For what its worth, I am a hardware centric, bare-metal, realtime, embedded software engineer! 35 years ago I did write a specialized CAD program (on a 80286!) and have dabbled with WxWidgets so some basic concepts are not completely foreign to me.

    I am old school and seem to work better with a book in one hand and the keyboard/hollerith card puncher in the other. Any suggestions?

    If I convinced him to do this in Python, what might that book be?

    edit: [VRonin] links removed

    aha_1980A JonBJ 2 Replies Last reply
    0
    • R RobertCameron

      My boss just added writing a QT5 application in C++ to my development goals for this year. The application would involve several 'windows' with different 'widgets?' in each. Perhaps a table layout, a button pane, and perhaps a graph. It would do some basic file IO (reading and writing a file) but no networking, databases, or anything overly complicated.

      For what its worth, I am a hardware centric, bare-metal, realtime, embedded software engineer! 35 years ago I did write a specialized CAD program (on a 80286!) and have dabbled with WxWidgets so some basic concepts are not completely foreign to me.

      I am old school and seem to work better with a book in one hand and the keyboard/hollerith card puncher in the other. Any suggestions?

      If I convinced him to do this in Python, what might that book be?

      edit: [VRonin] links removed

      aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @RobertCameron

      https://wiki.qt.io/Books contains a list of book - mostly C++ however.

      For Python, mind that there is PyQt and the official Pyside2, which are differrent solutions with small differences.

      Regards

      Qt has to stay free or it will die.

      1 Reply Last reply
      3
      • R RobertCameron

        My boss just added writing a QT5 application in C++ to my development goals for this year. The application would involve several 'windows' with different 'widgets?' in each. Perhaps a table layout, a button pane, and perhaps a graph. It would do some basic file IO (reading and writing a file) but no networking, databases, or anything overly complicated.

        For what its worth, I am a hardware centric, bare-metal, realtime, embedded software engineer! 35 years ago I did write a specialized CAD program (on a 80286!) and have dabbled with WxWidgets so some basic concepts are not completely foreign to me.

        I am old school and seem to work better with a book in one hand and the keyboard/hollerith card puncher in the other. Any suggestions?

        If I convinced him to do this in Python, what might that book be?

        edit: [VRonin] links removed

        JonBJ Offline
        JonBJ Offline
        JonB
        wrote on last edited by
        #3

        @RobertCameron said in Looking for a reference book on QT5:

        and the [...] hollerith card puncher in the other

        +1 Brilliant :) Qt might even provide an interface...

        When you "dabbled with WxWidgets" [my limited understanding is that there is a similarity, but Qt is considered nicer], did you do that in C++? Are you saying you would feel more comfortable with Python than C++?

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

          Hi
          Do you understand basic OOP ?
          Qt heavily rely on subclassing and virtual functions override.
          So while the language (python or c++) is not that important, i would
          go with the language where you have the most experience using objects/classes with.

          1 Reply Last reply
          3
          • lorn.potterL Offline
            lorn.potterL Offline
            lorn.potter
            wrote on last edited by
            #5

            Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded might be something to look at. :D

            Freelance Software Engineer, Platform Maintainer QtWebAssembly, Maintainer QtSensors
            Author, Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded

            1 Reply Last reply
            1

            • Login

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