使用开放授权登陆验证(Authentication using OAuth) 使用开放授权登陆验证(Authentication using OAuth) OAuth是一个开放协议,允许简单的安全验证,是来自web的典型方法,用于移动和桌面应用程序。使用OAuth对通常的web服务的客户端进行身份验证,例如Google,Facebook和Twitte...
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 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 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 Shader Elements For programming shaders, Qt Quick provides two elements. The ShaderEffectSource and the ShaderEffect . The shader effect applies custom shaders ...