Skip to content

Commit

Permalink
添加第二章内容
Browse files Browse the repository at this point in the history
  • Loading branch information
cwc1987 committed Sep 5, 2014
1 parent 8d9a67f commit 633697a
Show file tree
Hide file tree
Showing 10 changed files with 549 additions and 7 deletions.
4 changes: 4 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
* [Qt构建模块(Qt Building Blocks)](meet_qt_5/qtqt_building_blocks.md)
* [Qt项目(Qt Project)](meet_qt_5/qtqt_project.md)
* [Get Start](get_start/README.md)
* [安装Qt5软件工具包(Installing Qt 5 SDK)](get_start/qt5installing_qt_5_sdk.md)
* [你好世界(Hello World)](get_start/hello_world.md)
* [应用程序类型(Application Types)](get_start/application_types.md)
* [总结( Summary)](get_start/summary.md)

6 changes: 6 additions & 0 deletions get_start/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
# Get Start

这一章介绍了如何使用Qt5进行开发。我们将告诉你如何安装Qt软件开发工具包(Qt SDK)和如何使用Qt Creator集成开发环境(Qt Creator IDE)创建并运行一个简单的hello word应用程序。

**注意**

**这章的源代码能够在[assetts folder](http://qmlbook.org/assets)找到。**
Loading

0 comments on commit 633697a

Please sign in to comment.