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

    426 2021-10-08 《Qt6 QML Book》
    HTTP Requests Flickr Calls HTTP Requests An HTTP request is in Qt typically done using QNetworkRequest and QNetworkReply from the c++ site and then the response would be push...
  • Supported Development Environment

    Supported Development Environment Supported Qt Versions and Host Platforms Reference Target Devices Supported Development Environment Supported Qt Versions and Host Pl...
  • Summary

    410 2021-10-08 《Qt6 QML Book》
    Summary Summary In this chapter we have looked at the PySide6 module from the Qt for Python project. After a brief look at installation, we focused on how Qt concepts are used f...
  • 着色器元素(Shader Elements)

    着色器元素(Shader Elements) 着色器元素(Shader Elements) 为了对着色器编程,Qt Quick提供了两个元素。ShaderEffectSource与ShaderEffect。ShaderEffect将会使用自定义的着色器,ShaderEffectSource可以将一个QML元素渲染为一个纹理然后再渲染这个纹理。由于Sh...
  • Summary

    364 2021-10-08 《Qt6 QML Book》
    Summary Summary When creating new user interfaces effects can make a difference between a dull interface and a sparkling interface. In this chapter we’ve looked at particle effe...
  • 触控面板

    514 2021-08-23 《Krita 5.0 手册》
    触控面板 触控面板 The Touch Docker is a QML docker with several convenient actions on it. Its purpose is to aid those who use Krita on a touch-enabled screen by providing bigger gui ele...
  • HTTP请求(HTTP Requests)

    HTTP请求(HTTP Requests) 11.3.1 Flickr调用(Flickr Call) HTTP请求(HTTP Requests) 从c++方面来看,Qt中完成http请求通常是使用QNetworkRequest和QNetworkReply,然后使用Qt/C++将响应推送到集成的QML。所以我们尝试使用QtQuick的工具给我们的网络...
  • Networking

    475 2021-10-08 《Qt6 QML Book》
    Networking Networking Qt 6 comes with a rich set of networking classes on the C++ side. There are for example high-level classes on the HTTP protocol layer in a request-reply fa...
  • Particle Painters

    441 2021-10-08 《Qt6 QML Book》
    Particle Painters Particle Painters Until now we have only used the image based particle painter to visualize particles. Qt comes also with other particle painters: ItemPartic...
  • 布局元素(Layout Items)

    布局元素(Layout Items) 布局元素(Layout Items) QML使用anchors(锚)对元素进行布局。anchoring(锚定)是基础元素对象的基本属性,可以被所有的可视化QML元素使用。一个anchors(锚)就像一个协议,并且比几何变化更加强大。Anchors(锚)是相对关系的表达式,你通常需要与其它元素搭配使用。 一个...