书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 765 个相关结果.
  • Qt 线程相关类

    1548 2019-05-26 《Qt 学习之路 2》
    希望上一章有关事件循环的内容还没有把你绕晕。本章将重新回到有关线程的相关内容上面来。在前面的章节我们了解了有关QThread 类的简单使用。不过,Qt 提供的有关线程的类可不那么简单,否则的话我们也没必要再三强调使用线程一定要万分小心,一不留神就会陷入陷阱。 事实上,Qt 对线程的支持可以追溯到2000年9月22日发布的 Qt 2.2。在这个版本中,Qt...
  • Model View (Qt 5)

    557 2021-10-08 《Qt6 QML Book》
    Model-View-Delegate Concept Basic Models Dynamic Views Delegate Advanced Techniques Summary
  • Qt 绘制系统简介

    2171 2019-05-26 《Qt 学习之路 2》
    Qt 的绘图系统允许使用相同的 API 在屏幕和其它打印设备上进行绘制。整个绘图系统基于QPainter ,QPainterDevice 和QPaintEngine 三个类。 QPainter 用来执行绘制的操作;QPaintDevice 是一个二维空间的抽象,这个二维空间允许QPainter 在其上面进行绘制,也就是QPainter 工作的空间;QPa...
  • Building Qt Safe Renderer

    Building Qt Safe Renderer Building Qt Safe Renderer Before you can start to work with Qt Safe Renderer and its example projects, you must build Qt Safe Renderer and the exam...
  • Integrating Qt Safe Renderer

    Integrating Qt Safe Renderer General Prerequisites Adapting Qt Safe Renderer for Systems MISRA C++ Rules and Exception Handling Watchdog integration Backward Compatibility Qt S...
  • Qt Safe Renderer Examples

    Qt Safe Renderer Examples Building and Running the Examples Qt Safe Renderer Examples After you have installed Qt Safe Renderer, you find the Qt Safe Renderer examples unde...
  • Qt5概述

    Qt5概述 Qt5概述 教程将介绍使用Qt5.x版本开发应用程序的相关技术。教程更侧重讲解新的Qt Quick开发技巧,在讲解Qt Quick扩展内容时会涉及部分Qt C++内容。 本章是对Qt5的概述,通过一个Qt5的应用程序示例展示Qt5中一种新的开发模式。此外,本章旨在全面概述Qt5,以及如何与Qt5的开发者取得联系。
  • Installing Qt Safe Renderer

    Installing Qt Safe Renderer Qt License Installing Qt Safe Renderer General Installation Issues for Linux Qt Safe Renderer Installation Content Uninstalling Qt Safe Renderer Uni...
  • 注册你的Qt工具箱(Registering your Qt Kit)

    注册你的Qt工具箱(Registering your Qt Kit) 注册你的Qt工具箱(Registering your Qt Kit) 最开始使用Qt Creator时最困难的部分可能是Qt Kit。一个Qt Kit由Qt的版本,编译系统和设备等等其它设置来配置它。它使用唯一标识的工具组合来构建你的项目。一个典型的桌面kit(工具箱)可能包含一个...
  • Qt Safe Renderer QML Types

    Qt Safe Renderer QML Types Qt Safe Renderer QML Types The Qt Safe Renderer QML types can be imported into the application using the following import statement in the .ui.qml...