Results 1 to 2 of 2

Thread: I'm a beginner in GUI projects with C++

  1. #1
    Join Date
    Apr 2021
    Posts
    4
    Qt products
    Qt5

    Default I'm a beginner in GUI projects with C++

    Hi everyone!

    I'm a Lazarus freePascal learner, and I liked to learn and program visual projects with C++, I'm Linux Mint user, I downloaded "KDevelop" but I couldn't find resources for learning programming by it and it seemed complex to me, I googled more about GUI IDE's for C++ and found QT and searched for it on Software Manager in my Linux Mint and I found this version like what is in the next explaining image:



    My question is how can I start learning visual programming on C++, I want to make some simple projects like "Hello World!" and some small games, I know some C++ alphabet since my using Turbo C++ under DOS? How can I start here, I don't know where is the start point and how can I be guided to learn and understand this new material?

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: I'm a beginner in GUI projects with C++

    Your Qt distribution should have come with a huge set of tutorial and example programs for all aspects of the Qt toolkit. These are also in the online documentation.

    Programming with almost any type of GUI toolkit involves changing your way of thinking about programs. GUI programs are not linear; control over what happens in response to mouse clicks, key strokes, and other interactions is usually determined by the GUI framework. Your program consists of small functions that "respond" to events generated by the framework. When your function is finished, it ends and returns control to the GUI framework, which will continue to monitor user inputs and send you additional events as a result.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. Qt quick for beginner
    By navieh in forum Qt Quick
    Replies: 5
    Last Post: 27th April 2013, 15:53
  2. Please help! I'm a beginner
    By ayanda83 in forum Newbie
    Replies: 2
    Last Post: 5th July 2012, 14:41
  3. Replies: 2
    Last Post: 7th September 2010, 22:19
  4. Help! about Qt for beginner!!
    By Cantora in forum Newbie
    Replies: 9
    Last Post: 2nd April 2009, 01:11
  5. hello, a beginner would like your help
    By tommy in forum Qt Programming
    Replies: 5
    Last Post: 2nd November 2007, 23:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.