
Originally Posted by
grasssu
Hi,
I'd like to develop some applications for my N900 using SMS. I'm very new to Qt and Maemo and don't know where to start. I've just installed the Ubuntu Maemosdk image in a virtual machine. Could anybody point me to the SMS programming tutorial of Qt? The documentations don't look so clear to me, as I don't program in GTK+, all I wanted to know is a complete direction of using Qt only, including installation and development. Please help!
Thanks,
Grass
Qt doesn't have any specific means for handling SMS. This is done through other components. As far as I know, at the moment there are no publicly available information about handling SMS in Maemo 5.
To install basic subset of Qt packages in scratchbox:
Code:
apt-get install libqt4-dev libqt4-gui
To get the whole list of Qt packages:
Code:
apt-cache search libqt4
There is a tutorial for a very beginners in Qt:
http://doc.trolltech.com/4.3/tutorial.html
and of course there are books available.