C++ Qt PDF教程?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/695649/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Qt PDF Tutorial?
提问by Kredns
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!
我在哪里可以找到 PDF 格式的 Qt 教程。我已经在谷歌上找遍了,但找不到一个。我需要能够离线阅读它,因为我不能总是在互联网上。谢谢!
回答by John T
There is no PDF directly from trolltech that I know of, but all of the docs are under
据我所知,没有直接来自 trolltech 的 PDF,但所有文档都在
Qt\200x.xx\qt\doc\html
Qt\200x.xx\qt\doc\html
where 200x.xx represents the version of the Qt SDK. Mine is 2009.01 for example.
其中 200x.xx 代表 Qt SDK 的版本。例如,我的是 2009.01。
You could use one of many HTML to PDFconverters to achieve what you're looking for.
您可以使用众多HTML 到 PDF转换器中的一种来实现您的需求。
回答by davidnr
If you're looking for a tutorial or a book, rather than QT docs have a look at this free ebook :
如果您正在寻找教程或书籍,而不是 QT 文档,请查看此免费电子书:
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.
作者已经发布了具有开放许可的第一版。如果你喜欢它你仍然可以在亚马逊购买印刷的第二版。
回答by jle
You can actually use an html to pdf converter created with QT... http://code.google.com/p/wkhtmltopdf/
您实际上可以使用使用 QT 创建的 html 到 pdf 转换器... http://code.google.com/p/wkhtmltopdf/
回答by jle
am i too late? you can also use an html spider that downloads an entire website.
我来晚了吗?您还可以使用 html 蜘蛛下载整个网站。
回答by Mark Summerfield
The second edition is also freely available (but only in HTML format): C++ GUI Programming with Qt 4, second edition. Click the Sample Content tab to access them. The chapters are all there (but in the wrong order---however, the table of contents is listed at the bottom of the page so you can see the correct order). All the examples are available from the Downloads tab.
第二版也是免费提供的(但仅限于 HTML 格式): C++ GUI Programming with Qt 4, second edition。单击示例内容选项卡以访问它们。章节都在那里(但顺序错误——但是,目录列在页面底部,因此您可以看到正确的顺序)。所有示例均可从“下载”选项卡获得。
A more advanced book is also available (but it is not free): Advanced Qt Programming
还有一本更高级的书(但不是免费的):Advanced Qt Programming