书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 226 个相关结果.
  • 定位器(Locator)

    定位器(Locator) 定位器(Locator) 定位器是Qt Creaotor中心的一个组件。它可以让开发者迅速的找到指定代码的位置,或者获得帮助。使用Ctrl+K来打开定位器。 左边底部可以显示弹出一系列的选项。如果你只是想搜索你项目中的一个文件,你只需要给出文件第一个字母提示就可以了。定位器也接收通配符,比如*main.qml也可以查找...
  • 画布

    Canvas 画布 坐标系 渐变 Canvas 画布 所有在 <canvas> 中的画图必须用 JavaScript 完成: QML:(我们在接下来的例子中如无特殊声明都会用这个 QML 为模板,不再重复) <canvas canvas-id = "myCanvas" style = " border : 1px solid...
  • Video Streams

    518 2021-10-08 《Qt6 QML Book》
    Video Streams Video Streams The VideoOutput element is not limited to be used in combination with a MediaPlayer element. It can also be used with various video sources to disp...
  • The Imagine Style

    607 2021-10-08 《Qt6 QML Book》
    The Imagine Style The Imagine Style One of the goals with Qt Quick Controls is to separate the logic of a control from its appearance. For most of the styles, the implementation...
  • Concept

    478 2021-10-08 《Qt6 QML Book》
    Concept Concept A common pattern when developing user interfaces is to keep the representation of the data separate from the visualization. This makes it possible to show the sa...
  • 状态与过渡(States and Transitions)

    状态与过渡(States and Transitions) 5.2.1 状态(States) 5.2.2 过渡(Transitions) 状态与过渡(States and Transitions) 通常我们将用户界面描述为一种状态。一个状态定义了一组属性的改变,并且会在一定的条件下被触发。另外在这些状态转化的过程中可以有一个过渡,定义了这些属性的...
  • 粒子模拟(Particle Simulations)

    粒子模拟(Particle Simulations) 粒子模拟(Particle Simulations) 注意 最后一次构建:2014年1月20日下午18:00。 这章的源代码能够在assetts folder 找到。 粒子模拟是计算机图形技术的可视化图形效果。典型的效果有:落叶,火焰,爆炸,流星,云等等。 它不同于其它图形渲染,粒子...
  • QMake

    QMake QMake QMake是用来读取项目文件并生成编译文件的工具。项目文件记录了你的项目配置,扩展依赖库和源代码文件。最简单包含一个源代码文件的项目可能像这样: // myproject.pro SOURCES += main . cpp 我们编译了一个基于项目文件名称myproject 的可执行程序。这个编译将只包含ma...
  • 图片(Images)

    图片(Images) 图片(Images) QML画布支持多种资源的图片绘制。在画布中使用一个图片需要先加载图片资源。在我们的例子中我们使用Component.onCompleted操作来加载图片。 onPaint : { var ctx = getContext ( "2d" ) ...
  • Running Examples on QNX

    Running Examples on QNX Telltales Example Qt Cluster Example Value Source process Running Examples on QNX See Building for QNX for instructions how to build the examples...