Results 1 to 17 of 17

Thread: Aren't there enough resources for Qt/c++ on web?

  1. #1
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Aren't there enough resources for Qt/c++ on web?

    Hello,this is my first post on this forum.I want to use Qt for C++ under Windows.

    I tried searching for +Qt +tutorials on google.It returned many results,much more than +"c++ builder" +tutorials for example.But the problem is,when I examine the results,those sites do not have tutorials really,they just have the words "Qt" and "tutorials" inside their texts and a text about Qt.There are a few tutorial sites,but they are tutorials found on Trolltech/Nokia's own sites or a tutorials list called "independent Qt tutorials" written by Johan Thelin and other sites use the same tutorials.

    There maybe a few other tutorial sites for Qt which escaped from my eyes,but there is really too lessIsn't it?Maybe I am searching with wrong keywords?

    Also I couldn't find enough example source codes for Qt/c++.I wrote +c++ +Qt +"source codes",also tried searching +c++ +Qt +examples,although these google searches resulted with thousands of webpages,again it looks like they don't have example source codes(other than Trolltech/Nokia's websites)Am I searching with wrong keywords?

    I am thinking about starting to Qt/C++,but seeing that I will not be able to find tutorials or source code examples bothers me
    Last edited by Awareness; 7th October 2009 at 17:59.

  2. #2
    Join Date
    Oct 2009
    Location
    Rennes, France
    Posts
    20
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    you can find a lot of example and a tutorial in qr src.
    Contributor from the French Qt community from developpez.com
    * Forum
    * FAQ Qt ( > 100 QR)
    * Advanced and Beginner Tutorials

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

    Awareness (7th October 2009)

  4. #3
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    Thanks for your answer.

    But why there is almost no resource other than ones supplied by Trolltech/Nokia?
    Last edited by Awareness; 7th October 2009 at 19:37.

  5. #4
    Join Date
    Oct 2009
    Location
    Rennes, France
    Posts
    20
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    Quote Originally Posted by Awareness View Post
    Thanks for your answer.

    But why there is almost no resource other than ones supplied by Trolltech/Nokia?


    In french, we have create a lot of resources
    http://qt.developpez.com/ and other site to http://www.qtfr.org/

    In english you can find
    http://wiki.qtcentre.org/index.php?title=Main_Page
    http://www.digitalfanatics.org/qt4/articles.html
    http://cartan.cas.suffolk.edu/oopdocbook/opensource/

    what do you search???

    [edit]
    and you have this forum of course
    Last edited by yan; 7th October 2009 at 23:34.
    Contributor from the French Qt community from developpez.com
    * Forum
    * FAQ Qt ( > 100 QR)
    * Advanced and Beginner Tutorials

  6. The following user says thank you to yan for this useful post:

    Awareness (8th October 2009)

  7. #5
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    Thanks.

    Being limited to just a few sites bothers me.For example,when I do a search like +c# +examples, or +java +examples,google returns many useful results which have code examples.But with Qt,seems like we are limited to a few useful sites.

    In the future if I want to do a specific thing with Qt,let's say "an ircbot" and I need code examples, if I can't find them in a few sites then I will not be able to write that application cause of insufficient examples,I am just limited to a few sites which have examples.
    Also I want to ask another question too,if I want to make an ircbot,should I code it in pure C++ code + Qt(for just GUI),or should I code it entirely in Qt?(is it possible?)

    I have trouble about understanding why although Qt seems like a popular framework there is almost no examples and tutorials other than a few sites?

  8. #6
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,536
    Thanked 284 Times in 279 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    Quote Originally Posted by Awareness View Post
    In the future if I want to do a specific thing with Qt,let's say "an ircbot" and I need code examples, if I can't find them in a few sites then I will not be able to write that application cause of insufficient examples,I am just limited to a few sites which have examples.
    Why You think You can't do that without examples ? With every problem somebody must be first who solved this. Why not You ?

  9. #7
    Join Date
    Apr 2009
    Location
    Valencia (Spain)
    Posts
    245
    Thanks
    38
    Thanked 19 Times in 19 Posts
    Qt products
    Qt4
    Platforms
    Symbian S60

    Default Re: Aren't there enough resources for Qt/c++ on web?

    Writting "qt tutorial" gives thousands of different tutorials (1,8 million sites).

    :P

  10. #8
    Join Date
    Nov 2006
    Location
    Shrewsbury, UK
    Posts
    97
    Thanks
    3
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    There's over a 1000 Qt based projects at sourceforge (http://www.sourceforge.net)
    Another source is http://www.qt-apps.org

    Qt4 has been used by many open source libraries - in my graphics world you can find OpenCASCADE, Coin3d, CGAL, OpenMesh and many, many more...

    Just googling "qt4 irc client" comes up with http://www.quassel-irc.org/about top of the list - you can probably make a bot out of that.

    I think you're not trying hard enough

    Pete

  11. #9
    Join Date
    Oct 2009
    Posts
    50
    Thanks
    22
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    Thanks for your answers.

    Quote Originally Posted by jano_alex_es View Post
    Writting "qt tutorial" gives thousands of different tutorials (1,8 million sites).

    :P
    Yes,but if you examine them,seems like big most of them copied tutorials from Trolltech/Nokia's own tutorials or Johan Thelin's tutorials,same tutorials.Also there are QuickTime tutorials too in the results.

    I'll have a look at sourceforge,how do you search for Qt in that webpage?do you search for Qt in description by search feature of that site?

    pdolbey wrote:
    Just googling "qt4 irc client" comes up with http://www.quassel-irc.org/about top of the list - you can probably make a bot out of that.
    I'll try that.

  12. #10
    Join Date
    Jan 2009
    Posts
    31
    Thanks
    8
    Qt products
    Qt4
    Platforms
    MacOS X Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    For the most part Qt is pretty easy to pick up, if you know C++. The classes are named nicely enough to be able to pick details out, plus the Nokia reference materials are all pretty excellent!

    Searching Qt tutorials is bound to pull a hell of a lot down though, something more like 'qt network tutorial' will get you up and running on the network aspects, and there's plenty of tutorials on writing IRC bots in C++

  13. #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: Aren't there enough resources for Qt/c++ on web?

    Quote Originally Posted by Awareness View Post
    Being limited to just a few sites bothers me.For example,when I do a search like +c# +examples, or +java +examples,google returns many useful results which have code examples.But with Qt,seems like we are limited to a few useful sites.
    I'd prefer to have as many useful things in one place instead of having lots of both useful and unuseful things at many places. It's easier to search through one place instead of 1000.

    Quality of Qt Documentation is very good, it contains few hundred tutorials and examples. There are also tutorial-like articles on Qt Quarterly (some of them are reprinted in our wiki) and a bunch of other sites already mentioned in this thread. For things not covered by any of them you have a few forum-based sites where you can ask for clarifications or guidelines. What more do you need?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  14. #12
    Join Date
    Oct 2009
    Posts
    70
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    Yes there is so much tuts but they are very poor or just they posted an code...

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

    Default Re: Aren't there enough resources for Qt/c++ on web?

    The best tuts are those provided with Qt - there are many examples and demos which you can experiment with to see how things work, and the provided documentation is superb.

    The addressbook tutorial in the docs is a good introduction too, and there are also videos on youtube.

  16. #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: Aren't there enough resources for Qt/c++ on web?

    Quote Originally Posted by Peppy View Post
    Yes there is so much tuts but they are very poor or just they posted an code...
    Can you point me to a poor tutorial in Qt reference? Please also explain why you consider it poor.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  17. #15
    Join Date
    Oct 2009
    Posts
    70
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    http://doc.trolltech.com/4.2/mainwindows-mdi.html

    Because there isn't a lot of text...how can I study code if there are not any snippets? Or they can write notes into code...just putted code and it's done.

  18. #16
    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: Aren't there enough resources for Qt/c++ on web?

    This example builds on knowledge of Qt you should already have. If you take a look at the code of the example (and I mean its latest version, not the one that is two years old), you will notice there are practically just two lines of code that deal with MDI there. The example is so trivial, it doesn't need any explanation beyond what you should already know. Both those lines are explained in the documentation linked from the example. I do agree though that it looks silly that there is practically no text with the example. But it's still an example and not a tutorial.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  19. #17
    Join Date
    Oct 2009
    Posts
    70
    Thanks
    2
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: Aren't there enough resources for Qt/c++ on web?

    Yes...you have true...

Similar Threads

  1. Is it possible to add QT resources to a DLL?
    By cboles in forum Qt Programming
    Replies: 4
    Last Post: 17th January 2017, 00:12
  2. Qt Resources
    By kaushal_gaurav in forum Qt Programming
    Replies: 3
    Last Post: 3rd October 2008, 16:30
  3. Resources cannot be read under Designer
    By Flakes in forum Qt Tools
    Replies: 1
    Last Post: 24th January 2008, 08:28
  4. Distributing an application with resources
    By ntp in forum Qt Programming
    Replies: 3
    Last Post: 6th October 2007, 01:46
  5. Compiled resources in shared library
    By magland in forum Qt Programming
    Replies: 1
    Last Post: 21st June 2007, 04:57

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.