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

    392 2021-10-08 《Qt6 QML Book》
    Placeholder Placeholder This is a placeholder for a chapter on QML Shapes.
  • Module Functionalities

    Module Functionalities Qt Safe Renderer Runtime Component Partitioning Safety-Critical Functionality Rendering Safety-Critical and Non-Safe UI Messaging Interface Design and Imp...
  • Quick Starter

    571 2021-10-08 《Qt6 QML Book》
    Quick Starter QML Syntax Core Elements Components Simple Transformations Positioning Elements Layout Items Input Elements Advanced Techniques
  • Layout Items

    449 2021-10-08 《Qt6 QML Book》
    Layout Items Hidden Gems Layout Items QML provides a flexible way to layout items using anchors. The concept of anchoring is fundamental to Item , and is available to all visua...
  • 其它存储接口(Other Storage APIs)

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

    调试(Debugging) 调试(Debugging) Qt Creator支持C++与QML代码调试。 注意 嗯,我才意识到我还没有使用过调试。这是一个好的现象。我需要有人对此提出问题,查看Qt Creator documentation 来获得更多的帮助吧。
  • 输入元素(Input Element)

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

    抽象节点 在组件中使用抽象节点 使用包含抽象节点的组件 抽象节点的默认组件 抽象节点 在组件中使用抽象节点 有时,自定义组件模板中的一些节点,其对应的自定义组件不是由自定义组件本身确定的,而是自定义组件的调用者确定的。这时可以把这个节点声明为“抽象节点”。 例如,我们现在来实现一个“选框组”(selectable-group)组件,它其中...
  • Locator

    451 2021-10-08 《Qt6 QML Book》
    Locator Locator The locator is a central component inside Qt Creator. It allows developers to navigate fast to specific locations inside the source code or inside the help. To o...
  • Summary

    406 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...