书栈网 · BookStack 本次搜索耗时 0.019 秒,为您找到 226 个相关结果.
  • 粒子画笔(Particle Painter)

    粒子画笔(Particle Painter) 粒子画笔(Particle Painter) 到目前为止我们只使用了基于粒子画笔的图像来实现粒子可视化。Qt也提供了一些其它的粒子画笔: 粒子项(ItemParticle):基于粒子画笔的代理 自定义粒子(CustomParticle):基于粒子画笔的着色器 粒子项可以将QML元素项作为粒子...
  • Qt Safe Renderer C++ Classes

    Qt Safe Renderer C++ Classes Namespaces Classes Qt Safe Renderer C++ Classes Namespaces SafeRenderer Namespace Classes QSafeMessageInterface Abstract com...
  • Common Patterns

    751 2021-10-08 《Qt6 QML Book》
    Common Patterns Nested Screens Side by Side Screens Document Windows Common Patterns There a number of common user interface patterns that can be implemented using Qt Quick C...
  • 第16章 可能感兴趣的书

    第16章 可能感兴趣的书 第16章 可能感兴趣的书 如果你喜欢本书,你可能会对Packt的其他书感兴趣: Mastering Qt 5 - Second Edition Guillaume Lazar, Robin Penea ISBN: 978-1-78899-539-9 使用Qt Widgets和Qt Quick 2创建漂亮的UI...
  • JS Language

    537 2021-10-08 《Qt6 QML Book》
    JS Language JS Language This chapter will not give you a general introduction to JavaScript. There are other books out there for a general introduction to JavaScript, please vis...
  • 管理动态创建的元素(Managing Dynamically Created Elements)

    管理动态创建的元素(Managing Dynamically Created Elements) 管理动态创建的元素(Managing Dynamically Created Elements) 在QML场景下,动态创建的对象可以像其它的对象一样处理。然而,也有一些缺陷需要处理。最重要的是创建环境的概念。 一个动态创建对象的创建环境是它被创建时的环...
  • Playing Media

    976 2021-10-08 《Qt6 QML Book》
    Playing Media Playing audio Playing a video Controlling the playback The volume slider Play / Pause Interactive progress slider The media status Playing Media The most ba...
  • FAQ

    FAQ FAQ This topic lists the frequently asked questions concerning Qt Safe Renderer: Can Qt Safe Renderer render parameterized information? Yes, Qt Safe Renderer can rend...
  • JavaScript语法(The Language)

    JavaScript语法(The Language) JavaScript语法(The Language) 这章不会对JavaScript作详细的介绍。有其它的书可以参考,请访问Mozilla Developer Network JavaScript表面上是一种非常通用的语言,与许多其它语言没有什么不同: function countDown...
  • 配置(Settings)

    Settings Settings Qt自身就提供了基于系统方式的应用程序配置(又名选项,偏好)C++类 QSettings。它使用基于当前操作系统的方式存储配置。此外,它支持通用的INI文件格式用来操作跨平台的配置文件。 在Qt5.2中,配置(Settings)被加入到QML中。编程接口仍然在实验模块中,这意味着接口可能在未来会改变。这里需要注意...