Where can I find a Qt tutorial in PDF format. I have looked all over google but can't find one. I need to be able to read it offline as I can't always be on the internet. Thanks!
+7
A:
There is no PDF directly from trolltech that I know of, but all of the docs are under
Qt\200x.xx\qt\doc\html
where 200x.xx represents the version of the Qt SDK. Mine is 2009.01 for example.
You could use one of many HTML to PDF converters to achieve what you're looking for.
John T
2009-03-29 23:59:23
A little more work than what I wanted, but oh well.
Lucas McCoy
2009-03-30 00:10:28
+1 sorry about that
jle
2009-03-30 00:21:00
+3
A:
You can actually use an html to pdf converter created with QT... http://code.google.com/p/wkhtmltopdf/
jle
2009-03-30 00:10:59
+2
A:
If you're looking for a tutorial or a book, rather than QT docs have a look at this free ebook :
The author has released the first edition with an open license. If you like it You can still buy the printed second edition in amazon.
davidnr
2009-04-03 08:06:18
+1
A:
am i too late? you can also use an html spider that downloads an entire website.