Results 1 to 15 of 15

Thread: How did you learn QT 4 ?

  1. #1
    Join Date
    Sep 2007
    Posts
    36
    Thanks
    5
    Thanked 3 Times in 1 Post

    Talking How did you learn QT 4 ?

    Please post...

  2. #2
    Join Date
    Oct 2007
    Location
    Grenoble, France
    Posts
    80
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How did you learn QT 4 ?

    I didn't. I'm still learning
    You have to run a level 3 diagnostic.

    Ashes to ashes, Qt to Qt ( wysota )

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How did you learn QT 4 ?

    There ain't no pills for that, you just have to read a lot and practice a lot. First learn C++, then read the tutorial.

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How did you learn QT 4 ?

    There ain't no pills for that
    ah... but wouldn't it be great if there was?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How did you learn QT 4 ?

    Quote Originally Posted by high_flyer View Post
    ah... but wouldn't it be great if there was?
    I think that the world would be a very boring place then.

  6. #6
    Join Date
    Oct 2007
    Location
    Grenoble, France
    Posts
    80
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How did you learn QT 4 ?

    Where's the pleasure of doing something that everyone can do (there are few exceptions of course )
    You have to run a level 3 diagnostic.

    Ashes to ashes, Qt to Qt ( wysota )

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How did you learn QT 4 ?

    Quote Originally Posted by calhal View Post
    I didn't. I'm still learning
    Same here

    Quote Originally Posted by high_flyer View Post
    ah... but wouldn't it be great if there was?
    Red or blue one? And remember, there is no spoon.

    And a little bit more seriously - I started answering questions at The Other Qt forum. Lots of reading the reference and a bit of experimenting led to a quick rise of skills.

  8. #8
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: How did you learn QT 4 ?

    And a little bit more seriously - I started answering questions at The Other Qt forum. Lots of reading the reference and a bit of experimenting led to a quick rise of skills.
    Same here - I must say, that dealing with problems of others made a huge push to my knowledge - so if you want to get better, try sovling problems of others as well.
    And we are all still learning - its a never ending process.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  9. #9
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How did you learn QT 4 ?

    Especially that each time you think you are starting to understand pretty much, Trolltech adds a new module to Qt and the whole thing starts from the beginning

  10. #10
    Join Date
    Oct 2007
    Location
    Grenoble, France
    Posts
    80
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How did you learn QT 4 ?

    Especially that each time you think you are starting to understand pretty much, Trolltech adds a new module to Qt and the whole thing starts from the beginning
    Oh Witek, I thought new Qt module is mor fun for you, not starting the whole thing from the very beginning
    You have to run a level 3 diagnostic.

    Ashes to ashes, Qt to Qt ( wysota )

  11. #11
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How did you learn QT 4 ?

    Take a look at the WebKit module and then we'll have this conversation again

    BTW. When you are done, take a look at Widgets On Canvas, QtConcurrent, QNetworkAccessManager, Phonon, QtHelp and Patternist. They are new additions to Qt since 4.4 as well...

    The next big release will probably be 4.6, probably introducing such things as a new MVC (aka ItemViewsNG) architecture and probably a few more as well, so again many new things to learn. I'm starting to worry Qt is getting too complex for a single product.

  12. #12
    Join Date
    Aug 2006
    Location
    Bangalore,India
    Posts
    419
    Thanks
    37
    Thanked 53 Times in 40 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: How did you learn QT 4 ?

    What is QtHelp ? seems to be interesting..
    The biggest difference between time and space is that you can't reuse time.
    -- Merrick Furst

  13. #13
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: How did you learn QT 4 ?

    Quote Originally Posted by Gopala Krishna View Post
    What is QtHelp ? seems to be interesting..
    Latest Qt (4.4) unstable snapshot: QtHelp Module
    J-P Nurmi

  14. #14
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How did you learn QT 4 ?

    It's in TP1 as well.

  15. #15
    Join Date
    May 2008
    Location
    Kyiv, Ukraine
    Posts
    418
    Thanks
    1
    Thanked 29 Times in 27 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How did you learn QT 4 ?

    I met Qt (for the first time) at my first work. I've been a student at that time. We were working on a billing system. The GUI was done with Qt. It was Qt 3.3.4. It seemed very interesting for me. (And it is =) ). Later I started using Qt for my own purposes. I switched to Qt 4. I'm still learning it. Qt is the best...
    I'm a rebel in the S.D.G.

Similar Threads

  1. learn how to install QT with msvc2005 step by step
    By coder1985 in forum Installation and Deployment
    Replies: 6
    Last Post: 20th December 2007, 19:56
  2. Replies: 5
    Last Post: 29th October 2007, 22:49
  3. Best way to learn Qt
    By vermarajeev in forum General Discussion
    Replies: 14
    Last Post: 7th March 2007, 10:33
  4. books to learn Qt
    By nimmyj in forum Newbie
    Replies: 2
    Last Post: 8th December 2006, 21:16

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.