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

    QSS QSS QSS(QQ Style Sheets)是一套样式语言,用于描述 QML 的组件样式。 QSS 用来决定 QML 的组件应该怎么显示。 tips: QQ小程序同时兼容WXSS样式语言。 为了适应广大的前端开发者,QSS 具有 CSS 大部分特性。同时为了更适合开发QQ小程序,QSS 对 CSS 进行了扩充以及修改。 与 C...
  • The QObject

    425 2021-10-08 《Qt6 QML Book》
    The QObject The QObject As described in the introduction, the QObject is what enables mant of Qt’s core functions such as signals and slots. This is implemented through introsp...
  • Qt and C++

    1119 2021-10-08 《Qt6 QML Book》
    Qt and C++ Qt C++ Qt for Python Cross Platform Qt and C++ Qt is a C++ toolkit with an extension for QML and Javascript. There exist many language bindings for Qt, but as Qt i...
  • Components

    592 2021-10-08 《Qt6 QML Book》
    Components Components A component is a reusable element. QML provides different ways to create components. Currently, we will look only at the simplest form - a file-based compo...
  • 目录结构

    目录结构 允许上传的文件 目录结构 小程序包含一个描述整体程序的 app 和多个描述各自页面的 page 。 一个小程序主体部分由三个文件组成,必须放在项目的根目录,如下: 文件 必需 作用 app.js 是 小程序逻辑 app.json 是 小程序公共配置 app.qss 否 小程序公共样式表 一个小程序页面由四个文件组成,分别是...
  • Qt Building Blocks

    1139 2021-10-08 《Qt6 QML Book》
    Qt Building Blocks Qt Modules Core-Essential Modules Qt Add-On Modules Supported Platforms Qt Project Qt Building Blocks Qt 6 consists of a large number of modules. In gene...
  • Input Elements

    580 2021-10-08 《Qt6 QML Book》
    Input Elements TextInput FocusScope TextEdit Keys Element Input Elements We have already used the MouseArea as a mouse input element. Next, we’ll focus on keyboard input. W...
  • JS对象(JS Objects)

    JS对象(JS Objects) JS对象(JS Objects) 在使用JS工作时,有一些对象和方法会被频繁的使用。下面是它们的一个小的集合。 Math.floor(v),Math.ceil(v),Math.round(v) - 从浮点数获取最大,最小和随机整数 Math.random() - 创建一个在0到1之间的随机数 Object.key...
  • Fragment Shaders

    374 2021-10-08 《Qt6 QML Book》
    Fragment Shaders Setting up the scene A red shader A red shader with texture The red channel property The red channel animated Baking Fragment Shaders The fragment shader ...
  • 你好世界(Hello World)

    你好世界(Hello World) 你好世界(Hello World) 为了测试你的安装,我们创建一个简单的应用程序hello world.打开Qt Creator并且创建一个Qt Quick UI Project(File->New File 或者 Project-> Qt Quick Project -> Qt Quick UI)并且给项目取名 ...