Qt QML文档部分关键字

keyword: QML文档,文档关键字

 

使用Qt,最权威的资料当数qt官方帮助文档了,相对来说是“最一手”的资料。但有时想要概览某个模块又记不清对应模块的索引关键字,记录下来用于备查。

 

————————————————4

QML语法 概览一下整个QML体系文档的一些内容

The QML Reference

 

import模块导入语句

Import Statements

 

导入QML文档目录

Importing QML Document Directories

 

QML类型系统

The QML Type System

 

基本类型

QML Global Object

 

对象特性(Attributes)

QML Object Attributes

 

集成JavaScript

Integrating QML and JavaScript

 

从JavaScript动态创建QML对象

Dynamic QML Object Creation from JavaScript

Dynamic Scene example

 

在QML中导入JavaScript资源

Importing JavaScript Resources in QML

 

QML文档

QML Documents

 

QML国际化

Internationalization and Localization with Qt Quick

 

QML编码约定

QML Coding Conventions

 

QML模块

QML Modules

 

定义QML模块

Module Definition qmldir Files

 

—————————————————-5

Qt Quick模块类型

Qt Quick QML Types

 

布局管理-定位器

Item Positioners

 

基于锚的布局

Positioning with Anchors

 

布局管理-Layouts

Qt Quick Layouts Overview

 

键盘事件

Keyboard Focus in Qt Quick

 

——————————————————-6

Qt Quick控件和对话框

Qt Quick Controls

Qt Quick Dialogs

 

定义控件样式

Qt Quick Controls 1 Styles QML Types

 

——————————————————-7

Quick状态

Qt Quick States

 

动画和过渡

Animation and Transitions in Qt Quick

 

——————————————————8

图形效果

Qt Graphical Effects

 

——————————————————9

粒子系统

Using the Qt Quick Particle System

 

—————————————————–13

QML与C++的集成

Integrating QML and C++

 

QML运行时的C++类

Important C++ Classes Provided By The Qt QML Module

 

在QML中使用C++特性

Exposing Attributes of C++ Types to QML

 

注册QML类型

Defining QML Types from C++

 

在C++中使用QML对象

Interacting with QML Objects from C++

 

    原文作者:lsfreeing
    原文地址: https://blog.csdn.net/lsfreeing/article/details/116856380
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞