Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Is there a good forum to learn qt widgets and qt program examples

Is there a good forum to learn qt widgets and qt program examples

Scheduled Pinned Locked Moved Installation and Deployment
5 Posts 4 Posters 3.9k 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.
  • K Offline
    K Offline
    kalster
    wrote on last edited by
    #1

    I am a beginner at c++ programming and I need some help understanding the qt creator widgets. I am thinking that not all c++ forums would be a good place to learn c++ because of the many different widget packages that are out there. I could be wrong but is it true that I need to learn only the qt widgets if i am using the qt creator and not other widgets? I don't want to complicate things by learning another widget package if I don't have too. What I need I believe is a good forum with lots of qt program examples and qt widget examples. does qt creator have a socket widget?

    1 Reply Last reply
    0
    • C Offline
      C Offline
      Chuck Gao
      wrote on last edited by
      #2

      My suggestion is : take a look at Qt docs "here":http://developer.qt.nokia.com/doc/qt-4.7/ to find out the Qt basic widgets(e.g QSlider, QCheckBox, QPushButton), and also the layout management.
      You can also find lots of examples there.

      Socket widget is not a GUI widget, it just a class(e.g QTcpSocket, QUdpSocket)

      Chuck

      1 Reply Last reply
      0
      • V Offline
        V Offline
        VitorAMJ
        wrote on last edited by
        #3

        In the Qt Docummentation there are several tutorials, including fun stuff for beginners such as a small game develoment. Most of the Qt modules have some commented examples, check the QtNetwork documentation and demos to see if they help you to begin.

        The Qt framework is pretty much the same across the modules, this might be an advantage when learning it.

        1 Reply Last reply
        0
        • K Offline
          K Offline
          kalster
          wrote on last edited by
          #4

          thank you for the link and also the post about the game dev. Where do I post if i have a question about the documents?

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            In the General & Desktop forum on this site, probably.

            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