博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
QT学习-核心类列表-24、QtQml
阅读量:4692 次
发布时间:2019-06-09

本文共 1629 字,大约阅读时间需要 5 分钟。

24    -    QtQml模块提供一个使用QML语言的框架去开发程序和库

    QJSEngine    -    Environment for evaluating JavaScript code
    QJSValue    -    Acts as a container for Qt/JavaScript data types
    QJSValueIterator    -    Java-style iterator for QJSValue
    QQmlAbstractUrlInterceptor    -    Allows you to control QML file loading
    QQmlApplicationEngine    -    Convenient way to load an application from a single QML file
    QQmlComponent    -    Encapsulates a QML component definition
    QQmlContext    -    Defines a context within a QML engine
    QQmlEngine    -    Environment for instantiating QML components
    QQmlError    -    Encapsulates a QML error
    QQmlExpression    -    Evaluates JavaScript in a QML context
    QQmlExtensionPlugin    -    Abstract base for custom QML extension plugins
    QQmlFileSelector    -    A class for applying a QFileSelector to QML file loading
    QQmlImageProviderBase    -    Used to register image providers in the QML engine
    QQmlIncubationController    -    Instances drive the progress of QQmlIncubators
    QQmlIncubator    -    Allows QML objects to be created asynchronously
    QQmlListProperty    -    Allows applications to expose list-like properties to QML
    QQmlListReference    -    Allows the manipulation of QQmlListProperty properties
    QQmlNetworkAccessManagerFactory    -    Creates QNetworkAccessManager instances for a QML engine
    QQmlParserStatus    -    Updates on the QML parser state
    QQmlProperty    -    Abstracts accessing properties on objects created from QML
    QQmlPropertyMap    -    Allows you to set key-value pairs that can be used in QML bindings
    QQmlPropertyValueSource    -    Interface for property value sources such as animations and bindings
    QQmlScriptString    -    Encapsulates a script and its context

转载于:https://www.cnblogs.com/stycpp-2016/p/6383072.html

你可能感兴趣的文章
24@Servlet_day03
查看>>
初级ant的学习
查看>>
redis数据结构--String
查看>>
memcached 细究(三)
查看>>
使用svn——项目的目录布局
查看>>
RSA System.Security.Cryptography.CryptographicException
查看>>
webservice整合spring cxf
查看>>
[解题报告] 100 - The 3n + 1 problem
查看>>
Entity Framework 学习高级篇1—改善EF代码的方法(上)
查看>>
Mybatis逆向工程配置文件详细介绍(转)
查看>>
String类的深入学习与理解
查看>>
不把DB放进容器的理由
查看>>
OnePage收集
查看>>
Java parseInt()方法
查看>>
yahoo的30条优化规则
查看>>
[CCF2015.09]题解
查看>>
[NYIST15]括号匹配(二)(区间dp)
查看>>
json_value.cpp : fatal error C1083: 无法打开编译器生成的文件:No such file or directory
查看>>
洛谷 P1101 单词方阵
查看>>
Swift DispatchQueue
查看>>