书栈网 · BookStack 本次搜索耗时 0.011 秒,为您找到 765 个相关结果.
  • Qt 模块简介

    3718 2019-05-26 《Qt 学习之路 2》
    Qt 5 与 Qt 4 最大的一个区别之一是底层架构有了修改。Qt 5 引入了模块化的概念,将众多功能细分到几个模块之中。Qt 4 也有模块的概念,但是是一种很粗的划分,而 Qt 5 则更加细化。本节主要对 Qt 5 的模块进行一个简单的介绍,以便以后大家需要哪些功能的时候知道到哪个模块去寻找。 Qt 5 模块分为 Essentials Modules ...
  • Qt and C++

    Qt and C++ Qt and C++ Qt是QML与JavaScript的C++扩展工具包。有许多语言与Qt绑定,但是由于Qt是由C++开发的,C++的精神贯穿了整个Qt。在这一节中,我们着重从C++的角度介绍Qt,使用C++开发的本地插件来了解如何更好的扩展QML。通过C++,可以扩展和控制提供给QML的执行环境。 这章将讲解Qt,正如Qt...
  • Qt 6 Introduction

    717 2021-10-08 《Qt6 QML Book》
    Qt 6 Introduction Qt Quick Digesting a User Interface Qt 6 Introduction Qt Quick Qt Quick is the umbrella term for the user interface technology used in Qt 6. It was introduc...
  • Qt Building Blocks

    917 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...
  • Qt图像效果库(Qt GraphicsEffect Library)

    Qt图像效果库(Qt GraphicsEffect Library) Qt图像效果库(Qt GraphicsEffect Library) 图像效果库是一个着色器效果的集合,是由Qt开发者提供制作的。它是一个很好的工具,你可以将它应用在你的程序中,它也是一个学习如何创建着色器的例子。 图像效果库附带了一个手动测试平台,这个工具可以帮助你测试发现不同...
  • Qt Creator集成开发环境(Qt Creator IDE)

    Qt Creator集成开发环境(Qt Creator IDE) Qt Creator集成开发环境(Qt Creator IDE) Qt Creator是Qt默认的集成开发环境。它由Qt的开发者们编写提供的。这个集成开发环境能够在大多数的桌面开发平台上使用,例如 Windows/Mac/Linux。我们也已经看到有些用户在嵌入式设备上使用Qt Cre...
  • Qt自动化服务与Qt Agent

    Qt自动化服务和Qt Agent Qt自动化服务 Qt Agent Qt Agent的引导 手动加载Qt Agent——配置LD_PRELOAD环境变量 Qt自动化服务和Qt Agent 在CukeTest运行Qt自动化时使用到两个组件:Qt自动化服务(Qt Service,后面都简称Qt服务)和Qt Agent。两者分别运行在CukeTes...
  • Installing Qt 6 SDK

    580 2021-10-08 《Qt6 QML Book》
    Installing Qt 6 SDK Update Qt Build from Source Installing Qt 6 SDK The Qt SDK includes the tools you need to build desktop or embedded applications. You can grab the latest v...
  • Qt自动化

    Qt自动化 Qt自动化 本章为Qt自动化专题,包括: QT自动化常见问题 HOWTO: Qt文本框类似控件的输入 HOWTO: Qt中Table的自动化 HOWTO: 识别Qt应用的控件类型 HOWTO: Windows 7下Qt中Table的自动化 演练: 操作Qt应用中的Table 演练: 操作Qt应用中的QListView 演...
  • Registering your Qt Kit

    416 2021-10-08 《Qt6 QML Book》
    Registering your Qt Kit Registering your Qt Kit The Qt Kit is probably the most difficult aspect when it comes to working with Qt Creator initially. A Qt Kit is a set of a Qt ve...