书栈网 · BookStack 本次搜索耗时 0.012 秒,为您找到 226 个相关结果.
  • FileIO实现(FileIO Implementation)

    FileIO实现(FileIO Implementation) FileIO实现(FileIO Implementation) 类FileIO 实现很简单。记住编程接口我们想要创建的像这样。 class FileIO : public QObject { ... Q_PROPERTY ( QUrl s...
  • 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...
  • Layout Items

    451 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...
  • Effects

    409 2021-10-08 《Qt6 QML Book》
    Effects in QML Particle Concept Simple Simulation Particle Parameters Directed Particles Affecting Particles Particle Groups Particle Painters Graphics Shaders Shader Elem...
  • Placeholder

    395 2021-10-08 《Qt6 QML Book》
    Placeholder Placeholder This is a placeholder for a chapter on QML Shapes.
  • 调试(Debugging)

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

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

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

    456 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...
  • Particle Concept

    329 2021-10-08 《Qt6 QML Book》
    Particle Concept Particle Concept In the heart of the particle simulation is the ParticleSystem which controls the shared timeline. A scene can have several particles systems, ...