Results 1 to 14 of 14

Thread: What are the "must know" concepts in Qt framework?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2011
    Posts
    231
    Thanks
    141
    Thanked 6 Times in 5 Posts

    Default Re: What are the "must know" concepts in Qt framework?

    Quote Originally Posted by DanH View Post
    3) Understanding of Qt fundamentals:
    -- The basic features of QObject.
    -- Signals, slots, and connect.
    -- Event-driven programming as used by Qt (and many other UI-oriented languages/dialects). Ie, a knowledge of what the "event loop" is and why it needs to be calling the shots.
    -- Qt's parent/child mechanism.
    -- The basic features and functions of QWidget.
    -- How to find information for a Qt class or function in the online documentation.
    Helpful post, thank you too

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: What are the "must know" concepts in Qt framework?

    I would say go through topics in Qt Assistant home page, and have a look at all Qt Demos...
    thats a must know in my opinion, since it will give u an idea of all the features of Qt, and with demo u can find where to start for a program in most of cases if you are a newbie.

  3. The following user says thank you to aamer4yu for this useful post:

    TheIndependentAquarius (1st May 2011)

Similar Threads

  1. Replies: 1
    Last Post: 7th April 2010, 21:46
  2. Replies: 3
    Last Post: 15th February 2010, 17:27
  3. Replies: 3
    Last Post: 8th July 2008, 19:37
  4. Translation QFileDialog standart buttons ("Open"/"Save"/"Cancel")
    By victor.yacovlev in forum Qt Programming
    Replies: 4
    Last Post: 24th January 2008, 19:05
  5. QFile Problem~ "Unknow error" in "open(QIODevice::ReadWrite)"
    By fengtian.we in forum Qt Programming
    Replies: 3
    Last Post: 23rd May 2007, 15:58

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
  •  
Qt is a trademark of The Qt Company.