Linked by Thom Holwerda on Wed 18th Jul 2007 17:53 UTC
Thread beginning with comment 256361
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-09-21
While the sample chapter is a bit shallow on details, it's a great introduction to the module. Guess my mind is settled and I'll just have to give a try to Qt.
More details in the excellent documentation:
http://doc.trolltech.com/4.3/index.html
The Qt Assistant gives you access to the docs in an easily browseable/searchable manner.
Still, I am concerned on portability. If I develop an application by sticking to standard libraries and the Qt framework, could it be possible to port the code without doing anything else than a recompile?
Yup. I've done that many times. Just make sure to stay away from platformisms like specific path separators or file locations. Aside from that you shouldn't have any problems.