• C++Qt开发——类图结构


    Qt 类图

    系统性地总结一下相关的知识点,这里有个网图,是Qt的类图,看完可以对Qt整体的框架有一个大致的了解,具体如下:

    CSDN QT大纲:Qt开发必备技术栈学习路线和资料

    Qt主要模块

    从以上三张图可以看出,虽然版本更迭,但是Qt几个主要模块如下:

    这里也可以参考官方文档:https://doc.qt.io/qt-5/qtmodules.html

    ModuleDescription
    Qt CoreCore non-graphical classes used by other modules.
    Qt GUIBase classes for graphical user interface (GUI) components. Includes OpenGL.
    Qt MultimediaClasses for audio, video, radio and camera functionality.
    Qt Multimedia WidgetsWidget-based classes for implementing multimedia functionality.
    Qt NetworkClasses to make network programming easier and more portable.
    Qt QMLClasses for QML and JavaScript languages.
    Qt QuickA declarative framework for building highly dynamic applications with custom user interfaces.
    Qt Quick ControlsProvides lightweight QML types for creating performant user interfaces for desktop, embedded, and mobile devices. These types employ a simple styling architecture and are very efficient.
    Qt Quick DialogsTypes for creating and interacting with system dialogs from a Qt Quick application.
    Qt Quick LayoutsLayouts are items that are used to arrange Qt Quick 2 based items in the user interface.
    Qt Quick TestA unit test framework for QML applications, where the test cases are written as JavaScript functions.Note: The binary compatibility guarantee does not apply to Qt Quick Test. However, it will remain source compatible.
    Qt SQLClasses for database integration using SQL.
    Qt TestClasses for unit testing Qt applications and libraries.Note: The binary compatibility guarantee does not apply to Qt Test. However, it will remain source compatible.
    Qt WidgetsClasses to extend Qt GUI with C++ widgets.

    本文福利,费领取Qt开发学习资料包、技术视频,内容包括(C++语言基础,Qt编程入门,QT信号与槽机制,QT界面开发-图像绘制,QT网络,QT数据库编程,QT项目实战,QT嵌入式开发,Quick模块等等)↓↓↓↓↓↓见下面↓↓文章底部点击费领取↓↓ 

  • 相关阅读:
    Mongodb认证入库并进行多版本缓存使用
    云畅科技TMS解决方案助力华菱线缆实现智能货运管理
    CentOS部署kvm虚拟化机器
    为何在校学习的网络系专业的知识难以在社会工作中派上用场?
    Python 字符串格式化方法记录
    为了品牌发展 控价是趋势
    PostgreSQL 同步复制原理解析
    Linux TC 流量控制介绍
    Dockerfile 简介
    力扣热题100_链表_141_环形链表
  • 原文地址:https://blog.csdn.net/m0_60259116/article/details/127887867