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

    555 2021-10-08 《Qt6 QML Book》
    JavaScript Browser/HTML vs Qt Quick/QML JS Language JS Objects Creating a JS Console
  • 1. 什么是基于EVM的lib库

    1. 什么是基于EVM的lib库 2. lib库简介 2.1 基于evm的libejs库 2.2 基于evm的libqml库 1. 什么是基于EVM的lib库 EVM是一款通用性虚拟机,目前支持javascript、python、lua、qml、json和xml等多种语言;针对不同的语言EVM会发布针对不同平台的lib库,供社区免费使用。 ...
  • 使用开放授权登陆验证(Authentication using OAuth)

    使用开放授权登陆验证(Authentication using OAuth) 使用开放授权登陆验证(Authentication using OAuth) OAuth是一个开放协议,允许简单的安全验证,是来自web的典型方法,用于移动和桌面应用程序。使用OAuth对通常的web服务的客户端进行身份验证,例如Google,Facebook和Twitte...
  • 组件(Compontents)

    组件(Compontents) 组件(Compontents) 一个组件是一个可以重复使用的元素,QML提供几种不同的方法来创建组件。但是目前我们只对其中一种方法进行讲解:一个文件就是一个基础组件。一个以文件为基础的组件在文件中创建了一个QML元素,并且将文件以元素类型来命名(例如Button.qml)。你可以像任何其它的QtQuick模块中使用元素...
  • Authentication using OAuth

    435 2021-10-08 《Qt6 QML Book》
    Authentication using OAuth Integration example Creating the App The QML file SpotifyAPI The Spotify model Authentication using OAuth OAuth is an open protocol to allow secu...
  • Canvas Element

    552 2021-10-08 《Qt6 QML Book》
    Canvas Element Canvas Element On of the strenghts of QML is its closeness to the Javascript ecosystem. This lets us reuse existing solutions from the web world and combine it wi...
  • Curtain Effect

    448 2021-10-08 《Qt6 QML Book》
    Curtain Effect Curtain Effect In the last example for custom shader effects, I would like to bring you the curtain effect. This effect was published first in May 2011 as part of...
  • Shader Elements

    430 2021-10-08 《Qt6 QML Book》
    Shader Elements Shader Elements For programming shaders, Qt Quick provides two elements. The ShaderEffectSource and the ShaderEffect . The shader effect applies custom shaders ...
  • 输入元素(Input Element)

    输入元素(Input Element) 4.7.1 文本输入(TextInput) 4.7.2 焦点区域(FocusScope) 4.7.3 文本编辑(TextEdit) 4.7.4 按键元素(Key Element) 输入元素(Input Element) 我们已经使用过MouseArea(鼠标区域)作为鼠标输入元素。这里我们将更多的介绍关...
  • 其它存储接口(Other Storage APIs)

    其它存储接口(Other Storage APIs) 其它存储接口(Other Storage APIs) 直接从QML中存储信息,上面的这些方法是主要存储方法。事实上QtQuick最有效的存储方法是使用C++扩展接口调用本地存储系统或者类似Qt云存储使用网络编程接口调用远程存储系统。