Archive:Development/Tutorials/Qt4 Ruby Tutorial (zh CN)

From KDE TechBase
Revision as of 04:11, 20 December 2009 by Alisha (talk | contribs) (Created page with '{{Template:I18n/Language Navigation Bar|Development/Tutorials/Qt4 Ruby Tutorial}} ''作者:''[mailto:[email protected] Darshan Ishaya, qt-tutorial@darshancomputi...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Development/Tutorials/Qt4 Ruby Tutorial

作者:Darshan Ishaya, [email protected]

Ruby 的 Qt®4 教学

本教学介绍使用 QtRubyqt4-qtruby 的 GUI 程序设计。这不过是 Nokia 优秀的Qt 教学简单移植。 因此,本段后的大多数文字直接来自他们的教学。我有必要修改,使之适合 Ruby 绑定。并重新安排或改写一些部分,使他们(我希望)更清晰点。

本教学并不包括一切,重点是教授 GUI 程序设计的哲学,和必要的 Qt 功能介绍。一些常用的功能可能会没有在本教学使用过。

第一章由最小的「Hello World」程序开头,后面的章节将介绍新概念。到第14章,第1章的「Hello World」程序将变成448行的游戏。

如果您从未学过 Qt,您可能需要阅读如何学习 Qt。请记住,和大多数 Qt 相关的文件一样,这是非常 C++ 导向的。

Right now this tutorial is hosted on my site. I am going to be bringing it over here over the next week or so.

You can currently access this tutorial at the following address:

http://www.darshancomputing.com/qt4-qtruby-tutorial/

until it is fully transferred over to this wiki.

目录

第1章

第2章

第3章 (unfinished)

第4章 (unfinished)

第5章 (unfinished)