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

    613 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...
  • Getting started with Python Plugins

    Getting started with Python Plugins Creating a Widget Fetching Data Reacting to Events Full Code Getting started with Python Plugins This article provides a step-by-step gu...
  • 视图和委托

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

    总结(Summary) 总结(Summary) 这章我们讨论了关于QML的网络应用。请记住Qt已在本地端提供了丰富的网络接口可以在QML中使用。但是这一章的我们是想推动QML的网络运用和如何与云服务集成。
  • 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...
  • Outlines

    Outlines Wkhtmltopdf with patched qt has support for PDF outlines also known as book marks, this can be enabled by specifying the --outline switch. The outlines are generated ba...
  • 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...
  • Getting Started with Python Plugins

    Getting Started with Python Plugins Creating a Widget Fetching Data Reacting to Events Full Code Getting Started with Python Plugins This article provides a step-by-step gui...
  • Variations on the Triad

    Variations on the Triad Variations on the Triad Model View Adapter Model GUI Mediator Application Controller Push vs. Pull Reenskaug MVC Dolphin MVP : Rationalize Applica...