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

    SelectorQuery 方法 [SelectorQuery SelectorQuery.in(Component component)]/develop/miniprogram/API/QML/SelectorQuery.html#in) [NodesRef SelectorQuery.select(string selector)]/develop/...
  • Safety-Critical UI with Qt Quick Designer

    Safety-Critical UI with Qt Quick Designer Accessing Qt Quick Designer Importing Qt Safe Renderer QML Types Safety-Critical QML Types Mandatory Properties for Safe QML Types Safe...
  • Creating the plugin

    745 2021-10-08 《Qt6 QML Book》
    Creating the plugin Creating the plugin Qt Creator contains a wizard to create a QtQuick 2 QML Extension Plugin , found under Library when creating a new project. We use it to ...
  • JavaScript

    JavaScript JavaScript JavaScript是web客户端开发的通用语言。基于node js它也开始引导web服务器的开发。因此它使非常适合在声明式QML语言上添加的命令性语言。QML本身作为一个申明式语言用于表达用户界面层次,但是这仅限于表达操作。有时你需要一个方法表达业务,使用JavaScript来完成。 注意 在Qt社...
  • Indicators: Creating Safety-Critical UI

    Indicators: Creating Safety-Critical UI Building Indicators Example Indicators Example Enabling Qt Safe Layout Tool Safety-Critical QML Types in UI Forms Running the Example E...
  • Summary

    421 2021-10-08 《Qt6 QML Book》
    Summary Summary The plugin created in thic chapter is a very simple plugin. but it can be re-used and extended by other types for different applications. Using plugins creates a...
  • Summary

    403 2021-10-08 《Qt6 QML Book》
    Summary Summary In this chapter, we have looked at creating QML elements dynamically. This lets us create QML scenes freely, opening the door for user configurable and plug-in b...
  • 通过HTTP服务UI(Serving UI via HTTP)

    通过HTTP服务UI(Serving UI via HTTP) 11.1.1 网络组件(Networked Components) 通过HTTP服务UI(Serving UI via HTTP) 通过HTTP加载一个简单的用户界面,我们需要一个web服务器,它为UI文件服务。但是首先我们需要有用户界面,我们在项目里创建一个创建了红色矩形框的main...
  • Models in C++

    1362 2021-10-08 《Qt6 QML Book》
    Models in C++ A simple model More Complex Data Dynamic Data Models in C++ One of the most common ways to integrate C++ and QML is through models. A model provides data to a v...
  • Building an Application

    1710 2021-10-08 《Qt6 QML Book》
    Building an Application Running QML from Python Exposing Python Objects to QML Signals and Slots Properties Exposing a Python class to QML A Model from Python Building an ...