书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 226 个相关结果.
  • Dynamic QML

    369 2021-10-08 《Qt6 QML Book》
    Dynamic QML Loading Components Dynamically Creating and Destroying Objects Tracking Dynamic Objects Summary
  • C++扩展QML(Extending QML with C++)

    C++扩展QML(Extending QML with C++) C++扩展QML(Extending QML with C++) QML执行在受限的空间中,QML作为一种语言提供的功能有时是被限制的。通过C++写的本地函数可以扩展QML运行时的功能。应用程序可以充分利用基础平台的性能和自由度。
  • QML 基本元素

    1374 2019-05-26 《Qt 学习之路 2》
    QML 基本元素可以分为可视元素和不可视元素两类。可视元素(例如前面提到过的Rectangle )具有几何坐标,会在屏幕上占据一块显示区域。不可视元素(例如Timer )通常提供一种功能,这些功能可以作用于可视元素。 本章我们将会集中介绍集中最基本的可视元素:Item 、Rectangle 、Text 、Image 和MouseArea 。 Item ...
  • Extending QML with C++

    530 2021-10-08 《Qt6 QML Book》
    Extending QML with C++ Extending QML with C++ Creating application using only QML can sometimes be limiting. The QML run-time is developed using C++, and the run-time environmen...
  • 理解QML运行环境(Understanding the QML Run-time)

    理解QML运行环境(Understanding the QML Run-time) 理解QML运行环境(Understanding the QML Run-time) 当运行QML时,它在一个运行时环境下执行。这个运行时环境是由QtQml 模块下的C++代码实现的。它由一个负责执行QML的引擎,持有访问每个组件属性的上下文和实例化的QML元素组件构成...
  • QML 和 QtQuick 2

    2987 2019-05-26 《Qt 学习之路 2》
    前面我们已经了解了 Qt 的一部分内容。这部分内容全部集中在 C++ 方面。也就是说,至今为止我们的程序都是使用 C++ 语言完成的。这在 Qt 5 之前的版本中是唯一的途径。不过,自从 Qt 5 开始,情况有了变化。事实上,从 Qt 4.7 开始,Qt 引入了一种声明式脚本语言,称为 QML(Qt Meta Language 或者 Qt Modeling...
  • QML快速入门(Quick Starter)

    QML快速入门(Quick Starter) QML快速入门(Quick Starter) 注意 最后一次构建:2014年1月20日下午18:00。 这章的源代码能够在assetts folder 找到。 这章概述了QML语言,Qt5中大量使用了这种声明用户界面的语言。我们将会讨论QML语言,一个树形结构的元素,跟着是一些最基本的元素概述...
  • Qt6 QML Book

    3184 2021-10-08 《Qt6 QML Book》
    Qt6 QML Book Cross Platform Scalable World-class APIs Stability Developer Ecosystem Qt6 release series Qt6 QML Book A book about Qt6 Get Started Cross Platform Its cro...
  • Understanding the QML Run-time

    448 2021-10-08 《Qt6 QML Book》
    Understanding the QML Run-time Understanding the QML Run-time When running QML, it is being executed inside of a run-time environment. The run-time is implemented in C++ in the ...
  • Qt Safe Renderer QML Types

    Qt Safe Renderer QML Types Qt Safe Renderer QML Types The Qt Safe Renderer QML types can be imported into the application using the following import statement in the .ui.qml...