• 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模块等等)↓↓↓↓↓↓见下面↓↓文章底部点击费领取↓↓ 

  • 相关阅读:
    LeetCode-1106. 解析布尔表达式【栈,递归,字符串】
    「出海」势头正盛,中国车企需要更好的“全球导航”
    C/C++教程 从入门到精通《第十三章》—— 制作U盘小偷
    2.Python # 代码注释
    html和css语法记录
    Excel实用函数Vlookup,多sheet之间多字段的匹配取值
    基于JavaWeb的网站图片爬虫系统
    OceanBase 4.0 all-in-one 版本如何离线升级 obd
    国庆周《重点回顾LINUX第五课》
    Scrapy+Selenium自动化获取个人CSDN文章质量分
  • 原文地址:https://blog.csdn.net/m0_60259116/article/details/127887867