Results 1 to 11 of 11

Thread: Help me for learn Qt.

  1. #1
    Join Date
    May 2011
    Posts
    12
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Help me for learn Qt.

    Hello Guys...
    I want to learn Qt. But I don't have any idea about C or C++. But I want to learn Qt.
    I want to make a Dictionary. Like English to other language.

    Guys help me.
    I don't know how to work with slots, main.cpp etc...
    I use nokia qt sdk, qt creator 2.1.

    Guys,
    is it necessary to learn c or c++ for Qt programming?
    Help me.
    :-(
    Thanx...

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Help me for learn Qt.

    Before you even think about learning Qt, you need to learn C++. There are many tutorials on the web to help you in your quest.

  3. #3
    Join Date
    Jan 2006
    Location
    Napoli, Italy
    Posts
    621
    Thanks
    5
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Help me for learn Qt.

    Hi,
    Qt is C++ framework, so if you are intersted to learn Qt you have to learn C++ and then learn Qt.

    After you learned C++ concepts such Inheritance, polymorfism you can start to read about Qt here


    Enjoy Qt
    A camel can go 14 days without drink,
    I can't!!!

  4. #4
    Join Date
    Feb 2011
    Posts
    55
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Help me for learn Qt.

    You need to learn C++ before, because you will be writting your programs in C++ using Qt for whatever feature you will like.

  5. #5
    Join Date
    May 2011
    Posts
    12
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Help me for learn Qt.

    Thank U guys.
    But how can I learn c++?
    & What software can I use ?

  6. #6
    Join Date
    Sep 2009
    Location
    Belgrade, Serbia
    Posts
    40
    Thanks
    8
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Help me for learn Qt.

    There are many books you can use to start learning C++. My recommendation is C++ Primer by Stanley B. Lippman. I believe 5th edition is the latest one. There are many other great books but in my opinion this one is in the top five C++ books for absolute beginners.

    Software depends on the platform you use. On Windows you can download Microsoft Visual C++ Express edition. Edition 2010 is the latest one. It is free to download and install and you can use it for standard C++ programs. You can also use Qt IDE for windows, or NetBeans or Eclipse. They are also free.

    On Linux you can use any text editor to write code and compile from command line. You can also use Qt IDE or NetBeans or Eclipse.

    My advice regarding software is to go to some forum that specialize in standard C++ tell the people there what platform you use and let them recommend software you can use to write and compile standard C++ code.

    If I can help you more don't hesitate to ask.

  7. #7
    Join Date
    Jan 2006
    Location
    Napoli, Italy
    Posts
    621
    Thanks
    5
    Thanked 86 Times in 81 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Help me for learn Qt.

    For C++ I suggest you and C++ Annotations and Thinking in C++.

    For software I suggest to learn about single tools (gcc, make, ...) and after use an IDE (Qt Creator)
    A camel can go 14 days without drink,
    I can't!!!

  8. #8
    Join Date
    May 2011
    Posts
    12
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Help me for learn Qt.

    Many Many Many thanx.
    I'm using Windows 7 ultimate x64 & OpenSuSE 11.4 GNOME, KDE x86-64.
    Recently I installed Microsoft Visual Studio 2010 Ultimate.
    I need some tutorial. Can u give me some address for video tutorial ?

    Guys many many many thanks again.
    & sorry for ma poor english.

  9. #9
    Join Date
    Feb 2011
    Posts
    55
    Thanks
    2
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Help me for learn Qt.

    heu, google is your friend, eveything you need to learn anything is available on the net, good luck!

  10. #10
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Help me for learn Qt.

    Hey, if you can afford Windows 7 Ultimate and Visual Studio 2010 Ultimate you have some serious cash, so you can no doubt afford some good books too! I would also suggest C++ Primer and perhaps also some decent reference books (Eg. C++: The Complete Reference, 4th Edition).

  11. #11
    Join Date
    Jan 2009
    Location
    Germany
    Posts
    131
    Thanks
    11
    Thanked 16 Times in 16 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Help me for learn Qt.

    If you have no experience in C++ it may be easier to use bindings to another language you may already know.

Similar Threads

  1. How to learn Qt
    By darrenbkl in forum Newbie
    Replies: 4
    Last Post: 11th April 2011, 20:16
  2. want learn c++ with qt
    By mohanakrishnan in forum Newbie
    Replies: 2
    Last Post: 14th October 2009, 08:15
  3. How did you learn QT 4 ?
    By pshah.mumbai in forum General Discussion
    Replies: 14
    Last Post: 28th May 2008, 15:30
  4. how did you learn Qt?
    By mismael85 in forum Newbie
    Replies: 3
    Last Post: 5th March 2008, 18:26
  5. Best way to learn Qt
    By vermarajeev in forum General Discussion
    Replies: 14
    Last Post: 7th March 2007, 10:33

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.