书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 226 个相关结果.
  • An Image Viewer

    956 2021-10-08 《Qt6 QML Book》
    An Image Viewer The Desktop Version Moving to Mobile A Shared Codebase Native Dialogs An Image Viewer Let’s look at a larger example of how Qt Quick Controls are used. For t...
  • 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...
  • Application Types

    890 2021-10-08 《Qt6 QML Book》
    Application Types Console Application String Handling Container Classes File IO C++ Widget Application Custom Widgets Desktop Widgets Drawing Shapes Adapting Data Qt Quick...
  • 图片(Images)

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

    347 2021-10-08 《Qt6 QML Book》
    Wave Effect Wave Effect In this more complex example, we will create a wave effect with the fragment shader. The waveform is based on the sinus curve and it influences the textu...
  • 粒子画笔(Particle Painter)

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

    CSS classes reference Stylable classes Language names and aliases CSS classes reference Stylable classes General-purpose keyword keyword in a regular Algol-style language ...
  • 画布元素(Canvas Element)

    Canvas Element Canvas Element 注意 最后一次构建:2014年1月20日下午18:00。 这章的源代码能够在assetts folder 找到。 在早些时候的Qt4中加入QML时,一些开发者讨论如何在QtQuick中绘制一个圆形。类似圆形的问题,一些开发者也对于其它的形状的支持进行了讨论。在QtQuick中...
  • 概念(Concept)

    概念(Concept) 概念(Concept) 对于开发用户界面,最重要的一方面是保持数据与可视化的分离。例如,一个电话薄可以使用一个垂直文本链表排列或者使用一个网格联系人图片排列。在这两个案例中,数据都是相同的,但是可视化效果却是不同的。这种方法通常被称作model-view(模型-视图)模式。在这种模式中,数据通常被称作model(模型),可视化...
  • Settings

    434 2021-10-08 《Qt6 QML Book》
    Settings Settings Qt comes with a Settings element for loading and storing settings. The is still in the lab’s module, which means the API may break in the future. So be aware....