书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 226 个相关结果.
  • 粒子方向(Directed Particle)

    粒子方向(Directed Particle) 粒子方向(Directed Particle) 我们已经看到了粒子的旋转,但是我们的粒子需要一个轨迹。轨迹由速度或者粒子随机方向的加速度指定,也可以叫做矢量空间。 有多种可用矢量空间用来定义粒子的速度或加速度: 角度方向(AngleDirection)- 使用角度的方向变化。 点方向(Poin...
  • 输入元素

    1374 2019-05-26 《Qt 学习之路 2》
    前面的章节中,我们看到了作为输入元素的MouseArea ,用于接收鼠标的输入。下面,我们再来介绍关于键盘输入的两个元素:TextInput 和TextEdit 。 TextInput 是单行的文本输入框,支持验证器、输入掩码和显示模式等。 import QtQuick 2.0   Rectangle { width : ...
  • 自定义 tabBar

    自定义 tabBar 使用流程 1. 配置信息 2. 添加 tabBar 代码文件 3. 编写 tabBar 代码 自定义 tabBar 自定义 tabBar 可以让开发者更加灵活地设置 tabBar 样式,以满足更多个性化的场景。 在自定义 tabBar 模式下 为了保证低版本兼容以及区分哪些页面是 tab 页,tabBar 的相关配...
  • 项目管理(Managing Projects)

    项目管理(Managing Projects) 项目管理(Managing Projects) Qt Creator在项目中管理你的源代码。你可以使用File->New File或者Project来创建一个新项目。当你创建一个项目时,你可以选择多种应用程序模板。Qt Creator 能够创建桌面,手机应用程序。这些应用程序使用窗口部件(Widgets...
  • Using FileIO

    611 2021-10-08 《Qt6 QML Book》
    Using FileIO The Application Window Using Actions Formatting the Table Reading Data Writing Data Finishing Touch Using FileIO Now we can use our newly created file to acce...
  • Qt and Qt Quick

    1365 2021-10-08 《Qt6 QML Book》
    Qt and Qt Quick Qt 6 Focus Qt 6 does bring us: Qt and Qt Quick This book provides you with a walk through of the different aspects of application development using the new Qt ...
  • 应用程序类型(Application Types)

    应用程序类型(Application Types) 2.3.1 控制台应用程序 2.3.2 窗口应用程序 2.3.3 数据适配 2.3.4 Qt Quick应用程序 应用程序类型(Application Types) 这一节贯穿了可能使用Qt5编写的不同类型的应用程序。没有任何建议的选择,只是想告诉读者Qt5通常情况下能做些什么。 2....
  • Build Systems

    846 2021-10-08 《Qt6 QML Book》
    Build Systems CMake References QMake References Build Systems Building software reliably across different platforms can be a complex task. You will encounter different envir...
  • Advanced Techniques

    906 2021-10-08 《Qt6 QML Book》
    Advanced Techniques The PathView Table Models A Model from XML Lists with Sections The ObjectModel Models with Actions Tuning Performance Advanced Techniques The PathVie...
  • EVM 超轻量物联网虚拟机

    EVM 超轻量物联网虚拟机 1. EVM 是什么 2. 仓库地址 3. EVM 技术架构 4. EVM 优势特点 5. EVM愿景 6. EVM问卷调查 7. 贡献代码 8. 加入EVM官方QQ技术交流群 9.联系我们 EVM 超轻量物联网虚拟机 1. EVM 是什么 EVM 全称 Embedded Virtural ...