|
@@ -1,139 +1,139 @@
|
|
|
# Summary
|
|
|
|
|
|
* [Introduction](README.md)
|
|
|
-* [初识Qt5(Meeet Qt5)](meet_qt_5/README.md)
|
|
|
- * [序(Preface)](meet_qt_5/preface.md)
|
|
|
- * [Qt5介绍(Qt5 Introduction)](meet_qt_5/qt5qt5_introduction.md)
|
|
|
- * [Qt构建模块(Qt Building Blocks)](meet_qt_5/qtqt_building_blocks.md)
|
|
|
- * [Qt项目(Qt Project)](meet_qt_5/qtqt_project.md)
|
|
|
+* [了解Qt5(Meeet Qt5)](meet_qt_5/README.md)
|
|
|
+ * [序(Preface)](meet_qt_5/preface.md)
|
|
|
+ * [Qt5介绍(Qt5 Introduction)](meet_qt_5/qt5qt5_introduction.md)
|
|
|
+ * [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)
|
|
|
+ * [安装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)
|
|
|
* [Qt Creator集成开发环境(Qt Creator IDE)](qt_creator_ide/README.md)
|
|
|
- * [用户界面(The User Interface)](qt_creator_ide/the_user_interface.md)
|
|
|
- * [注册你的Qt工具箱(Registering your Qt Kit)](qt_creator_ide/qtregistering_your_qt_kit.md)
|
|
|
- * [项目管理(Managing Projects)](qt_creator_ide/managing_projects.md)
|
|
|
- * [使用编辑器(Using the Editor)](qt_creator_ide/using_the_editor.md)
|
|
|
- * [定位器(Locator)](qt_creator_ide/locator.md)
|
|
|
- * [调试(Debugging)](qt_creator_ide/debugging.md)
|
|
|
- * [快捷键(Shortcuts)](qt_creator_ide/shortcuts.md)
|
|
|
+ * [用户界面(The User Interface)](qt_creator_ide/the_user_interface.md)
|
|
|
+ * [注册你的Qt工具箱(Registering your Qt Kit)](qt_creator_ide/qtregistering_your_qt_kit.md)
|
|
|
+ * [项目管理(Managing Projects)](qt_creator_ide/managing_projects.md)
|
|
|
+ * [使用编辑器(Using the Editor)](qt_creator_ide/using_the_editor.md)
|
|
|
+ * [定位器(Locator)](qt_creator_ide/locator.md)
|
|
|
+ * [调试(Debugging)](qt_creator_ide/debugging.md)
|
|
|
+ * [快捷键(Shortcuts)](qt_creator_ide/shortcuts.md)
|
|
|
* [QML快速入门(Quick Starter)](quick_starter/README.md)
|
|
|
- * [QML语法(QML Syntax)](quick_starter/qmlqml_syntax.md)
|
|
|
- * [基本元素(Basic Elements)](quick_starter/basic_elements.md)
|
|
|
- * [组件(Compontents)](quick_starter/compontents.md)
|
|
|
- * [简单的转换(Simple Transformations)](quick_starter/simple_transformations.md)
|
|
|
- * [定位元素(Positioning Element)](quick_starter/positioning_element.md)
|
|
|
- * [布局元素(Layout Items)](quick_starter/layout_items.md)
|
|
|
- * [输入元素(Input Element)](quick_starter/input_element.md)
|
|
|
- * [ 高级用法(Advanced Techniques)](quick_starter/advanced_techniques.md)
|
|
|
+ * [QML语法(QML Syntax)](quick_starter/qmlqml_syntax.md)
|
|
|
+ * [基本元素(Basic Elements)](quick_starter/basic_elements.md)
|
|
|
+ * [组件(Compontents)](quick_starter/compontents.md)
|
|
|
+ * [简单的转换(Simple Transformations)](quick_starter/simple_transformations.md)
|
|
|
+ * [定位元素(Positioning Element)](quick_starter/positioning_element.md)
|
|
|
+ * [布局元素(Layout Items)](quick_starter/layout_items.md)
|
|
|
+ * [输入元素(Input Element)](quick_starter/input_element.md)
|
|
|
+ * [ 高级用法(Advanced Techniques)](quick_starter/advanced_techniques.md)
|
|
|
* [动态元素(Fluid Elements)](fluid_elements/README.md)
|
|
|
- * [动画(Animations)](fluid_elements/animations.md)
|
|
|
- * [状态与过渡(States and Transitions)](fluid_elements/states_and_transitions.md)
|
|
|
- * [高级用法(Advanced Techniques)](fluid_elements/advanced_techniques.md)
|
|
|
+ * [动画(Animations)](fluid_elements/animations.md)
|
|
|
+ * [状态与过渡(States and Transitions)](fluid_elements/states_and_transitions.md)
|
|
|
+ * [高级用法(Advanced Techniques)](fluid_elements/advanced_techniques.md)
|
|
|
* [模型-视图-代理(Model-View-Delegate)](model-view-delegate/README.md)
|
|
|
- * [概念(Concept)](model-view-delegate/concept.md)
|
|
|
- * [基础模型(Basic Model)](model-view-delegate/basic_model.md)
|
|
|
- * [动态视图(Dynamic Views)](model-view-delegate/dynamic_views.md)
|
|
|
- * [代理(Delegate)](model-view-delegate/delegate.md)
|
|
|
- * [高级用法(Advanced Techniques)](model-view-delegate/advanced_techniques.md)
|
|
|
- * [总结(Summary)](model-view-delegate/summary.md)
|
|
|
+ * [概念(Concept)](model-view-delegate/concept.md)
|
|
|
+ * [基础模型(Basic Model)](model-view-delegate/basic_model.md)
|
|
|
+ * [动态视图(Dynamic Views)](model-view-delegate/dynamic_views.md)
|
|
|
+ * [代理(Delegate)](model-view-delegate/delegate.md)
|
|
|
+ * [高级用法(Advanced Techniques)](model-view-delegate/advanced_techniques.md)
|
|
|
+ * [总结(Summary)](model-view-delegate/summary.md)
|
|
|
* [画布元素(Canvas Element)](canvas_element/README.md)
|
|
|
- * [便捷的接口(Convenient API)](canvas_element/convenient_api.md)
|
|
|
- * [渐变(Gradients)](canvas_element/gradients.md)
|
|
|
- * [阴影(Shadows)](canvas_element/shadows.md)
|
|
|
- * [图片(Images)](canvas_element/images.md)
|
|
|
- * [转换(Transformation)](canvas_element/transformation.md)
|
|
|
- * [组合模式(Composition Mode)](canvas_element/composition_mode.md)
|
|
|
- * [像素缓冲(Pixels Buffer)](canvas_element/pixels_buffer.md)
|
|
|
- * [画布绘制(Canvas Paint)](canvas_element/canvas_paint.md)
|
|
|
- * [HTML5画布移植(Porting from HTML5 Canvas)](canvas_element/html5porting_from_html5_canvas.md)
|
|
|
+ * [便捷的接口(Convenient API)](canvas_element/convenient_api.md)
|
|
|
+ * [渐变(Gradients)](canvas_element/gradients.md)
|
|
|
+ * [阴影(Shadows)](canvas_element/shadows.md)
|
|
|
+ * [图片(Images)](canvas_element/images.md)
|
|
|
+ * [转换(Transformation)](canvas_element/transformation.md)
|
|
|
+ * [组合模式(Composition Mode)](canvas_element/composition_mode.md)
|
|
|
+ * [像素缓冲(Pixels Buffer)](canvas_element/pixels_buffer.md)
|
|
|
+ * [画布绘制(Canvas Paint)](canvas_element/canvas_paint.md)
|
|
|
+ * [HTML5画布移植(Porting from HTML5 Canvas)](canvas_element/html5porting_from_html5_canvas.md)
|
|
|
* [粒子模拟(Particle Simulations)](particle_simulations/README.md)
|
|
|
- * [概念(Concept)](particle_simulations/concept.md)
|
|
|
- * [简单的模拟(Simple Simulation)](particle_simulations/simple_simulation.md)
|
|
|
- * [粒子参数(Particle Parameters)](particle_simulations/particle_parameters.md)
|
|
|
- * [粒子方向(Directed Particle)](particle_simulations/directed_particle.md)
|
|
|
- * [粒子画笔(Particle Painter)](particle_simulations/particle_painter.md)
|
|
|
- * [粒子控制(Affecting Particles)](particle_simulations/affecting_particles.md)
|
|
|
- * [粒子组(Particle Group)](particle_simulations/particle_group.md)
|
|
|
- * [总结(Summary)](particle_simulations/summary.md)
|
|
|
+ * [概念(Concept)](particle_simulations/concept.md)
|
|
|
+ * [简单的模拟(Simple Simulation)](particle_simulations/simple_simulation.md)
|
|
|
+ * [粒子参数(Particle Parameters)](particle_simulations/particle_parameters.md)
|
|
|
+ * [粒子方向(Directed Particle)](particle_simulations/directed_particle.md)
|
|
|
+ * [粒子画笔(Particle Painter)](particle_simulations/particle_painter.md)
|
|
|
+ * [粒子控制(Affecting Particles)](particle_simulations/affecting_particles.md)
|
|
|
+ * [粒子组(Particle Group)](particle_simulations/particle_group.md)
|
|
|
+ * [总结(Summary)](particle_simulations/summary.md)
|
|
|
* [着色器效果(Shader Effect)](shader_effect/README.md)
|
|
|
- * [OpenGL着色器(OpenGL Shader)](shader_effect/openglopengl_shader.md)
|
|
|
- * [着色器元素(Shader Elements)](shader_effect/shader_elements.md)
|
|
|
- * [片段着色器(Fragement Shader)](shader_effect/fragement_shader.md)
|
|
|
- * [波浪效果(Wave Effect)](shader_effect/wave_effect.md)
|
|
|
- * [顶点着色器(Vertex Shader)](shader_effect/vertex_shader.md)
|
|
|
- * [剧幕效果(Curtain Effect)](shader_effect/curtain_effect.md)
|
|
|
- * [Qt图像效果库(Qt GraphicsEffect Library)](shader_effect/qtqt_graphicseffect_library.md)
|
|
|
+ * [OpenGL着色器(OpenGL Shader)](shader_effect/openglopengl_shader.md)
|
|
|
+ * [着色器元素(Shader Elements)](shader_effect/shader_elements.md)
|
|
|
+ * [片段着色器(Fragement Shader)](shader_effect/fragement_shader.md)
|
|
|
+ * [波浪效果(Wave Effect)](shader_effect/wave_effect.md)
|
|
|
+ * [顶点着色器(Vertex Shader)](shader_effect/vertex_shader.md)
|
|
|
+ * [剧幕效果(Curtain Effect)](shader_effect/curtain_effect.md)
|
|
|
+ * [Qt图像效果库(Qt GraphicsEffect Library)](shader_effect/qtqt_graphicseffect_library.md)
|
|
|
* [多媒体(Multimedia)](multimedia/README.md)
|
|
|
- * [媒体播放(Playing Media)](multimedia/playing_media.md)
|
|
|
- * [声音效果(Sounds Effects)](multimedia/sounds_effects.md)
|
|
|
- * [视频流(Video Streams)](multimedia/video_streams.md)
|
|
|
- * [捕捉图像(Capturing Images)](multimedia/capturing_images.md)
|
|
|
- * [高级用法(Advanced Techniques)](multimedia/advanced_techniques.md)
|
|
|
- * [总结(Summary)](multimedia/summary.md)
|
|
|
+ * [媒体播放(Playing Media)](multimedia/playing_media.md)
|
|
|
+ * [声音效果(Sounds Effects)](multimedia/sounds_effects.md)
|
|
|
+ * [视频流(Video Streams)](multimedia/video_streams.md)
|
|
|
+ * [捕捉图像(Capturing Images)](multimedia/capturing_images.md)
|
|
|
+ * [高级用法(Advanced Techniques)](multimedia/advanced_techniques.md)
|
|
|
+ * [总结(Summary)](multimedia/summary.md)
|
|
|
* [网络(Networking)](networking/README.md)
|
|
|
- * [通过HTTP服务UI(Serving UI via HTTP)](networking/httpuiserving_ui_via_http.md)
|
|
|
- * [模板(Templating)](networking/templating.md)
|
|
|
- * [HTTP请求(HTTP Requests)](networking/httphttp_requests.md)
|
|
|
- * [本地文件(Local files)](networking/local_files.md)
|
|
|
- * [REST接口(REST API)](networking/restrest_api.md)
|
|
|
- * [使用开放授权登陆验证(Authentication using OAuth)](networking/authentication_using_oauth.md)
|
|
|
- * [云服务(Engine IO)](networking/engine_io.md)
|
|
|
- * [Web Sockets](networking/web_sockets.md)
|
|
|
- * [总结(Summary)](networking/summary.md)
|
|
|
+ * [通过HTTP服务UI(Serving UI via HTTP)](networking/httpuiserving_ui_via_http.md)
|
|
|
+ * [模板(Templating)](networking/templating.md)
|
|
|
+ * [HTTP请求(HTTP Requests)](networking/httphttp_requests.md)
|
|
|
+ * [本地文件(Local files)](networking/local_files.md)
|
|
|
+ * [REST接口(REST API)](networking/restrest_api.md)
|
|
|
+ * [使用开放授权登陆验证(Authentication using OAuth)](networking/authentication_using_oauth.md)
|
|
|
+ * [云服务(Engine IO)](networking/engine_io.md)
|
|
|
+ * [Web Sockets](networking/web_sockets.md)
|
|
|
+ * [总结(Summary)](networking/summary.md)
|
|
|
* [存储(Storage)](storage/README.md)
|
|
|
- * [配置(Settings)](storage/settings.md)
|
|
|
- * [本地存储 - SQL(Local Storage - SQL)](storage/local_storage_-_sql.md)
|
|
|
- * [其它存储接口(Other Storage APIs)](storage/other_storage_apis.md)
|
|
|
+ * [配置(Settings)](storage/settings.md)
|
|
|
+ * [本地存储 - SQL(Local Storage - SQL)](storage/local_storage_-_sql.md)
|
|
|
+ * [其它存储接口(Other Storage APIs)](storage/other_storage_apis.md)
|
|
|
* [动态QML(Dynamic QML)](dynamic_qml/README.md)
|
|
|
- * [动态加载组件(Loading Components Dynamically)](dynamic_qml/loading_components_dynamically.md)
|
|
|
- * [间接连接(Connecting Indirectly)](dynamic_qml/connecting_indirectly.md)
|
|
|
- * [间接绑定(Binding Indirectly)](dynamic_qml/binding_indirectly.md)
|
|
|
- * [创建与销毁对象(Creating and Destroying Objects)](dynamic_qml/creating_and_destroying_objects.md)
|
|
|
- * [动态加载和实例化项(Dynamically Loading and Instantiating Items)](dynamic_qml/dynamically_loading_and_instantiating_items.md)
|
|
|
- * [从文本中动态实例化项(Dynamically Instantiating Items from Text)](dynamic_qml/dynamically_instantiating_items_from_text.md)
|
|
|
- * [管理动态创建的元素(Managing Dynamically Created Elements)](dynamic_qml/managing_dynamically_created_elements.md)
|
|
|
- * [跟踪动态对象(Tracking Dynamic Objects)](dynamic_qml/tracking_dynamic_objects.md)
|
|
|
- * [总结(Summary)](dynamic_qml/summary.md)
|
|
|
+ * [动态加载组件(Loading Components Dynamically)](dynamic_qml/loading_components_dynamically.md)
|
|
|
+ * [间接连接(Connecting Indirectly)](dynamic_qml/connecting_indirectly.md)
|
|
|
+ * [间接绑定(Binding Indirectly)](dynamic_qml/binding_indirectly.md)
|
|
|
+ * [创建与销毁对象(Creating and Destroying Objects)](dynamic_qml/creating_and_destroying_objects.md)
|
|
|
+ * [动态加载和实例化项(Dynamically Loading and Instantiating Items)](dynamic_qml/dynamically_loading_and_instantiating_items.md)
|
|
|
+ * [从文本中动态实例化项(Dynamically Instantiating Items from Text)](dynamic_qml/dynamically_instantiating_items_from_text.md)
|
|
|
+ * [管理动态创建的元素(Managing Dynamically Created Elements)](dynamic_qml/managing_dynamically_created_elements.md)
|
|
|
+ * [跟踪动态对象(Tracking Dynamic Objects)](dynamic_qml/tracking_dynamic_objects.md)
|
|
|
+ * [总结(Summary)](dynamic_qml/summary.md)
|
|
|
* [JavaScript](javascript/README.md)
|
|
|
- * [浏览器/HTML与QtQuick/QML对比(Browser/HTML vs QtQuick/QML)](javascript/browserhtml_vs_qtquickqml.md)
|
|
|
- * [JavaScript语法(The Language)](javascript/the_language.md)
|
|
|
- * [JS对象(JS Objects)](javascript/js_objects.md)
|
|
|
- * [创建JS控制台(Creating a JS Console)](javascript/creating_a_js_console.md)
|
|
|
+ * [浏览器/HTML与QtQuick/QML对比(Browser/HTML vs QtQuick/QML)](javascript/browserhtml_vs_qtquickqml.md)
|
|
|
+ * [JavaScript语法(The Language)](javascript/the_language.md)
|
|
|
+ * [JS对象(JS Objects)](javascript/js_objects.md)
|
|
|
+ * [创建JS控制台(Creating a JS Console)](javascript/creating_a_js_console.md)
|
|
|
* [Qt and C++](qt_and_c++/README.md)
|
|
|
- * [演示程序(A Boilerplate Application)](qt_and_c++/a_boilerplate_application.md)
|
|
|
- * [Qt对象(The QObject)](qt_and_c++/the_qobject.md)
|
|
|
- * [编译系统(Build Systems)](qt_and_c++/build_systems.md)
|
|
|
- * [QMake](qt_and_c++/qmake.md)
|
|
|
- * [CMake](qt_and_c++/cmake.md)
|
|
|
- * [Qt通用类(Common Qt Classes)](qt_and_c++/common_qt_classes.md)
|
|
|
- * [QString](qt_and_c++/qstring.md)
|
|
|
- * [顺序容器(Sequential Containers)](qt_and_c++/sequential_containers.md)
|
|
|
- * [组合容器(Associative Containers)](qt_and_c++/associative_containers.md)
|
|
|
- * [文件IO(File IO)](qt_and_c++/file_io.md)
|
|
|
- * [C++数据模型(Models in C++)](qt_and_c++/models_in_c++.md)
|
|
|
- * [一个简单的模型(A simple model)](qt_and_c++/a_simple_model.md)
|
|
|
- * [更复杂的数据(More Complex Data)](qt_and_c++/more_complex_data.md)
|
|
|
- * [动态数据(Dynamic Data)](qt_and_c++/dynamic_data.md)
|
|
|
- * [进阶技巧(Advanced Techniques)](qt_and_c++/advanced_techniques.md)
|
|
|
+ * [演示程序(A Boilerplate Application)](qt_and_c++/a_boilerplate_application.md)
|
|
|
+ * [Qt对象(The QObject)](qt_and_c++/the_qobject.md)
|
|
|
+ * [编译系统(Build Systems)](qt_and_c++/build_systems.md)
|
|
|
+ * [QMake](qt_and_c++/qmake.md)
|
|
|
+ * [CMake](qt_and_c++/cmake.md)
|
|
|
+ * [Qt通用类(Common Qt Classes)](qt_and_c++/common_qt_classes.md)
|
|
|
+ * [QString](qt_and_c++/qstring.md)
|
|
|
+ * [顺序容器(Sequential Containers)](qt_and_c++/sequential_containers.md)
|
|
|
+ * [组合容器(Associative Containers)](qt_and_c++/associative_containers.md)
|
|
|
+ * [文件IO(File IO)](qt_and_c++/file_io.md)
|
|
|
+ * [C++数据模型(Models in C++)](qt_and_c++/models_in_c++.md)
|
|
|
+ * [一个简单的模型(A simple model)](qt_and_c++/a_simple_model.md)
|
|
|
+ * [更复杂的数据(More Complex Data)](qt_and_c++/more_complex_data.md)
|
|
|
+ * [动态数据(Dynamic Data)](qt_and_c++/dynamic_data.md)
|
|
|
+ * [进阶技巧(Advanced Techniques)](qt_and_c++/advanced_techniques.md)
|
|
|
* [C++扩展QML(Extending QML with C++)](extending_qml_with_c++/README.md)
|
|
|
- * [理解QML运行环境(Understanding the QML Run-time)](extending_qml_with_c++/understanding_the_qml_run-time.md)
|
|
|
- * [插件内容(Plugin Content)](extending_qml_with_c++/plugin_content.md)
|
|
|
- * [创建插件(Creating the plugin)](extending_qml_with_c++/creating_the_plugin.md)
|
|
|
- * [FileIO实现(FileIO Implementation)](extending_qml_with_c++/fileio_implementation.md)
|
|
|
- * [使用FileIO(Using FileIO)](extending_qml_with_c++/using_fileio.md)
|
|
|
- * [应用程序窗口(The Application Window)](extending_qml_with_c++/the_application_window.md)
|
|
|
- * [使用动作(Using Actions)](extending_qml_with_c++/using_actions.md)
|
|
|
- * [格式化表格(Formatting the Table)](extending_qml_with_c++/formatting_the_table.md)
|
|
|
- * [读取数据(Reading Data)](extending_qml_with_c++/reading_data.md)
|
|
|
- * [写入数据(Writing Data)](extending_qml_with_c++/writing_data.md)
|
|
|
- * [收尾工作(Finishing Touch)](extending_qml_with_c++/finishing_touch.md)
|
|
|
- * [总结(Summary)](extending_qml_with_c++/summary.md)
|
|
|
+ * [理解QML运行环境(Understanding the QML Run-time)](extending_qml_with_c++/understanding_the_qml_run-time.md)
|
|
|
+ * [插件内容(Plugin Content)](extending_qml_with_c++/plugin_content.md)
|
|
|
+ * [创建插件(Creating the plugin)](extending_qml_with_c++/creating_the_plugin.md)
|
|
|
+ * [FileIO实现(FileIO Implementation)](extending_qml_with_c++/fileio_implementation.md)
|
|
|
+ * [使用FileIO(Using FileIO)](extending_qml_with_c++/using_fileio.md)
|
|
|
+ * [应用程序窗口(The Application Window)](extending_qml_with_c++/the_application_window.md)
|
|
|
+ * [使用动作(Using Actions)](extending_qml_with_c++/using_actions.md)
|
|
|
+ * [格式化表格(Formatting the Table)](extending_qml_with_c++/formatting_the_table.md)
|
|
|
+ * [读取数据(Reading Data)](extending_qml_with_c++/reading_data.md)
|
|
|
+ * [写入数据(Writing Data)](extending_qml_with_c++/writing_data.md)
|
|
|
+ * [收尾工作(Finishing Touch)](extending_qml_with_c++/finishing_touch.md)
|
|
|
+ * [总结(Summary)](extending_qml_with_c++/summary.md)
|
|
|
* [其它(Other)](other/README.md)
|
|
|
- * [示例源码](other/assets.md)
|
|
|
- * [术语英汉对照表](other/enginsh_to_chinses.md)
|
|
|
- * [格式定义](other/book_format.md)
|
|
|
- * [协作校正](other/collaboration_correction.md)
|
|
|
+ * [示例源码](other/assets.md)
|
|
|
+ * [术语英汉对照表](other/enginsh_to_chinses.md)
|
|
|
+ * [格式定义](other/book_format.md)
|
|
|
+ * [协作校正](other/collaboration_correction.md)
|
|
|
|