书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 771 个相关结果.
  • Core Elements

    612 2021-10-08 《Qt6 QML Book》
    Core Elements Item Element Rectangle Element Text Element Image Element MouseArea Element Core Elements Elements can be grouped into visual and non-visual elements. A visua...
  • Summary

    380 2021-10-08 《Qt6 QML Book》
    Summary Summary This concludes our chapter about QML networking. Please bear in mind Qt has on the native side a much richer networking API as on the QML side currently. But the...
  • 视图和委托

    1761 2019-05-26 《Qt 学习之路 2》
    前面我们介绍了模型的概念。下面则是另外一个基本元素:视图。在 model/view 架构中,视图是数据从模型到最终用户的途径。数据通过视图向用户进行显示。此时,这种显示方式不必须同模型的存储结构相一致。实际上,很多情况下,数据的显示同底层数据的存储是完全不同的。 我们使用QAbstractItemModel 提供标准的模型接口,使用 QAbstractI...
  • 配置 IDE

    配置 IDE 配置 IDE 假设你已经 克隆 并 编译 了Godot. 您可以使用任何文本编辑器和通过在命令行上调用 scons 来轻松开发Godot, 但是如果您要使用IDE(集成开发环境), 则有一些常用的设置说明: Android Studio CLion Code::Blocks KDevelop Qt Creator V...
  • ClickHouse Code Browser

    Browse ClickHouse Source Code Browse ClickHouse Source Code You can use Woboq online code browser available here . It provides code navigation and semantic highlighting, searc...
  • Source Code Browser

    Browse ClickHouse Source Code Browse ClickHouse Source Code You can use Woboq online code browser available here . It provides code navigation and semantic highlighting, searc...
  • Install Instructions

    Table of Contents: Windows Windows Install Directions: Windows Build Directions: macOS macOS Install Directions macOS Build Directions macOS Full Build Script macOS Custom Bu...
  • Authentication using OAuth

    430 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...
  • Summary

    327 2021-10-08 《Qt6 QML Book》
    Summary Summary The media API provided by Qt provides mechanisms for playing and capturing video and audio. Through the VideoOutput element, video streams can be rendered in th...
  • 其它存储接口(Other Storage APIs)

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