View Single Post
Posts: 20 | Thanked: 13 times | Joined on Sep 2010
#1
Hi fellow forumers,

I have read, tried and completed some of the Qt tutorials available here on the maemo forums. Such as http://talk.maemo.org/showpost.php?p...8&postcount=59 and http://eric-ide.python-projects.org/...ser/index.html
I seem to be able to digest them after reading it through a few times. But here comes the problem for me:

All the tutorials show how to make a basic application, such as creating a Helloworld Label, or a basic GUI interface that does simple tasks like adding numbers.
I would like to take one step forward and create some applications that actually does some more stuff. Such as parsing text from the internet, HTTP post, file I/O etc. I have no idea what to do!
I also read the class references on the Qt website, however, sometimes the script gives me an error telling me that some functions are undefined. Im guessing this is caused by not implementing the correct libraries, I don't know what to implement

I'd really like to develope for the N900, since I plan on keeping it for a long time, and I'd very much like to contribute to the community.
I'm currently a senior highschool student, I've completed the programming course which taught us C++. I've also written a lot of script in "Autohotkey" ( a somewhat more advanced macro )

I hope you guys can point me in the correct direction and thank you!