tags:

views:

3082

answers:

4
+1  Q: 

Qt PDF Tutorial?

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
A little more work than what I wanted, but oh well.
Lucas McCoy
+1 sorry about that
jle
+3  A: 

You can actually use an html to pdf converter created with QT... http://code.google.com/p/wkhtmltopdf/

jle
Nice one! Thanks!
Lucas McCoy
+2  A: 

If you're looking for a tutorial or a book, rather than QT docs have a look at this free ebook :

C++ GUI Programming with Qt 4

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
Now thats what I wanted!
Lucas McCoy
+1  A: 

am i too late? you can also use an html spider that downloads an entire website.

Your Never too late!
Lucas McCoy