书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 770 个相关结果.
  • Reporting Bugs and Change Requests

    Reporting Bugs and Change Requests Reporting Bugs and Change Requests via Support Team Using Qt Bug Tracker Searching Existing Bugs and Suggestions Reporting Bugs and Change...
  • Supported Development Environment

    Supported Development Environment Supported Qt Versions and Host Platforms Reference Target Devices Supported Development Environment Supported Qt Versions and Host Pl...
  • Managing Projects

    584 2021-10-08 《Qt6 QML Book》
    Managing Projects Managing Projects Qt Creator manages your source code in projects. You can create a new project by using File ‣ New File or Project . When you create a project...
  • Overview

    Qt Safe Renderer Overview Functional Safety Standards and Qt Safe Renderer Qt Safe Renderer Use Cases Confidence in the Use of Software Tools Qt Safe Renderer Overview Fu...
  • 安装

    3113 2018-02-03 《LiteIDE 中文文档》
    安装 LiteIDE 先决条件 Go 安装二进制文件 Windows Linux and MacOSX 从源代码编译 Windows Linux Mac OS X / macOS OpenBSD Raspbian Jessie 安装 LiteIDE 先决条件 使用LiteIDE开发golang需要安装Go语言开发环境。 ...
  • Running Examples on QNX

    Running Examples on QNX Telltales Example Qt Cluster Example Value Source process Running Examples on QNX See Building for QNX for instructions how to build the examples...
  • Composition Modes

    365 2021-10-08 《Qt6 QML Book》
    Composition Modes Composition Modes Composition allows you to draw a shape and blend it with the existing pixels. The canvas supports several composition modes using the globalC...
  • 组合模式(Composition Mode)

    组合模式(Composition Mode) 组合模式(Composition Mode) 组合允许你绘制一个形状然后与已有的像素点集合混合。画布提供了多种组合模式,使用globalCompositeOperation(mode)来设置。 “source-over” “source-in” “source-out” “source-a...
  • 9374 2019-05-26 《Qt 学习之路 2》
    51CTO 上面曾经有过这么一个系列,具体是 Qt 的入门教程。当时强调过,那些文章大致是根据 《C++ GUI Programming with Qt 4, 2nd Editon》编写的。时过境迁,现在回头看看,已经过去了整整三年。如果你仔细看下那篇系列文章就会发现,发表时间竟然是 2009 年 8 月 20 日;而今天是 2012 年 8 月 20 ...
  • Hello World

    764 2021-10-08 《Qt6 QML Book》
    Hello World Hello World To test your installation, we will create a small hello world application. Please, open Qt Creator and create a Qt Quick UI Project ( File ‣ New File or ...