qt5.9模块
QAxContainer
Module is a Windows-only extension for accessing ActiveX controls and COM objects
模块仅适用于windows下扩展访问ActiveX控件和COM对象
QAxServer
Module is a Windows-only static library that you can use to turn a standard Qt binary into a COM server
模块是一个windows下静态库,您可以使用标准的Qt二进制转化为一个COM服务器
Qt3DAnimation
Qt 3D Animation modules provides a set of prebuilt elements to help you get started with Qt 3D
Qt 3 d动画模块提供了一组预先构建的元素来帮助您开始使用Qt 3 d
Qt3DCore
Qt 3D module contains functionality to support near-realtime simulation systems
Qt 3 d模块包含的功能来支持接近实时的仿真系统
Qt3DExtras
Qt3DInput
Qt3DLogic
Qt3DRender
Qt3DScene2D
QtAndroidExtras
Qt Android Extras module contains additional functionality for development on android
Qt Android附加模块包含在Android开发者额外的功能
QtBluetooth
Enables basic Bluetooth operations like scanning for devices and connecting them
支持基本的蓝牙操作扫描设备和连接
Qt Charts
C++ classes for the Qt Charts API
qt图表api
QtConcurrent
Qt Concurrent module contains functionality to support concurrent execution of program code
QtCore
Provides core non-GUI functionality
非GUI的核心功能
QtDBus
Qt D-Bus module is a Unix-only library that you can use to perform Inter-Process Communication using the D-Bus protocol
QtDataVisualization
C++ classes for the Qt Data Visualization API
QtDesigner
Provides classes to create your own custom widget plugins for Qt Designer and classes to access Qt Designer components
QtGui
Qt GUI module provides the basic enablers for graphical applications written with Qt
QtGamepad
Provides C++ classes for using gamepads
QtHelp
Provides classes for integrating online documentation in applications
提供了在应用程序中集成在线文档类
QtLocation
Provides C++ interfaces to retrieve location and navigational information
QtMacExtras
Provides classes and functions specific to macOS and iOS operating systems
QtMultimedia
Qt Multimedia module provides audio, video, radio and camera functionality
Qt多媒体模块提供音频、视频广播和相机的功能
QtNfc
An API for accessing NFC Forum Tags
QtNetworkAuth
Provides classes for network authorization support (OAuth)
QtNetwork
Provides classes to make network programming easier and portable
QtOpenGL
Qt OpenGL module offers classes that make it easy to use OpenGL in Qt applications
QtPlatformHeaders
Qt Platform Headers module offers header-only inline classes that encapsulate platform-specific information that is tied to a given runtime configuration of a platform plugin
QtPositioning
Positioning module provides positioning information via QML and C++ interfaces
QtPrintSupport
Qt PrintSupport module provides classes to make printing easier and portable
QtPurchasing
Provides C++ classes for in-app purchasing
QtQml
C++ API provided by the Qt QML module
QtQuick
Qt Quick module provides classes for embedding Qt Quick in Qt/C++ applications
QtQuickControls2
Provides classes for setting up the controls from C++
QtQuickWidgets
C++ API provided by the Qt Quick Widgets module
QtRemoteObjects
Qt Remote Objects module provides an easy to use mechanism for sharing a QObject's API (Properties/Signals/Slots) between processes
QtScxml
Provides classes to create and use state machines from SCXML files
QtSql
Provides a driver layer, SQL API layer, and a user interface layer for SQL databases
QtSvg
Qt SVG module provides functionality for handling SVG images
QtScript
Qt Script module provides classes for making Qt applications scriptable
QtScriptTools
Provides additional components for applications that use Qt Script
QtSensors
Provides classes for reading sensor data
QtSerialBus
Provides classes to read and write serial bus data
QtSerialPort
List of C++ classes that enable access to a serial port
QtTest
Provides classes for unit testing Qt applications and libraries
QtUiTools
Provides classes to handle forms created with Qt Designer
QtWaylandCompositor
Provides C++ classes for writing custom Wayland display servers
QtWebChannel
List of C++ classes that provide the Qt WebChannel functionality
QtWebEngine
Exposes C++ functionality to Qt Quick
QtWebEngineCore
Provides public API shared by both QtWebEngine and QtWebEngineWidgets
QtWebEngineWidgets
Provides a web browser engine as well as C++ classes to render and interact with web content
Qt WebKit Widgets
Qt WebKit Widgets module provides a web browser engine as well as C++ classes to render and interact with web content
QtWebSockets
List of C++ classes that enable WebSocket-based communication
QtWebView
Provides a helper function to set up and use the WebView
QtWidgets
Qt Widgets module extends Qt GUI with C++ widget functionality
QtWinExtras
Provides classes and functions for using some Windows APIs in a Qt way
QtX11Extras
Provides classes for developing for the X11 platform
QtXml
Qt XML module provides C++ implementations of the SAX and DOM standards for XML
QtXmlPatterns
Qt XML Patterns module provides support for XPath, XQuery, XSLT and XML Schema validation
http://blog.csdn.net/baidu_35684456/article/details/74908979
qt5.9模块的更多相关文章
- QT5的模块介绍【摘】
Qt 5 模块分为 Essentials Modules 和 Add-on Modules 两部分.前者是基础模块,在所有平台上都可用:后者是扩展模块,建立在基础模块的基础之上,在能够运行 Qt 的平 ...
- pyQT4和pyQT5的主要模块介绍
下面简单介绍一下pyQT4和pyQT5的主要模块 pyQT4 的主要模块 QtCore 模块包括了核心的非GUI功能,该模块用来对时间.文件.目录.各种数据类型.流.网址.媒体类型.线程或进程进行处理 ...
- Project Move from Qt 4 to Qt 5 项目工程的迁移
将Qt4的项目迁到Qt5中并不需要新建一个Qt5的工程,可以直接在原工程文件上修改,这里我们使用的是VS2010和Qt5.4的环境,我们需要做以下修改: 1. 在工程里找到这个文件:工程名.vcxpr ...
- Qt的安装和使用中的常见问题(详细版)
对于太长不看的朋友,可参考Qt的安装和使用中的常见问题(简略版). 目录 1.引入 2.Qt简介 3.Qt版本 3.1 查看安装的Qt版本 3.2 查看当前项目使用的Qt版本 3.3 查看当前项目使用 ...
- 创建Qt项目
创建Qt项目 1 创建Qt项目 2.1 使用向导创建 打开Qt Creator 界面选择 New Project或者选择菜单栏 [文件]-[新建文件或项目]菜单项 弹出New Project对 ...
- Qt3升至Qt4需要注意的几件事项浅谈
Qt3升至Qt4需要注意的几件事项浅谈 公司以前的项目是用Qt3写的,随着时间的推移慢慢显示出Qt3有多方面的限制,因此先公司决定用Qt4来改写这个项目,并为软件添加新功能,在此背景先编写此文章. 先 ...
- 【实操日记】使用 PyQt5 设计下载远程服务器日志文件程序
最近通过 PyQt5 设计了一个下载服务器指定日期日志文件的程序,里面有些有意思的技术点,现在做一些分享. PyQt5 是一套 Python 绑定 Digia Qt5 应用的框架,是最强大的 GUI ...
- Qt5 Addin 出现问题模块计算机类型“x64”与目标计算机类型“X86”冲突
Qt5 Addin 出现问题 怎样VS2013下安装Qt5的插件 http://jingyan.baidu.com/article/a948d65159d8890a2dcd2e84.html ...
- linux下编译qt5.6.0静态库——configure配置(超详细,有每一个模块的说明)(乌合之众)
linux下编译qt5.6.0静态库 linux下编译qt5.6.0静态库 configure生成makefile 安装选项 Configure选项 第三方库: 附加选项: QNX/Blackberr ...
随机推荐
- Session or Cookie?是否需要用Tomcat等Web容器的Session
Cookie是HTTP协议标准下的存储用户信息的工具,浏览器把用户信息存放到本地的文本文件中. Session是基于Cookie实现的. 2011年4月,武汉群硕面试的时候(实习生),面试官也问过这个 ...
- p2p网贷系统的架构设计
p2p网贷系统,标准版已经初步完成了. 最近写点总结,也算是分享吧. 简介:p2p网贷系统,是理财类的互联网金融系统.核心功能,就是理财人用户注册,冲钱,然后投标,标到期之后,收到回款.如果不想 ...
- JS中的JSON对象 定义和取值
1.JSON(JavaScript Object Notation)一种简单的数据格式,比xml更轻巧.JSON是JavaScript原生格式,这意味着在JavaScript中处理JSON数据不需要任 ...
- 于 Android NDK 的学习之旅-----数据传输(基本数据类型和数组传输)
之前的一些文章都有涉及到上层和中间层的数据传输,简单来说,也就是参数和返回值的使用.因为中间层要做的最多的也就是数据传输与转换,下面来介绍下这方面的知识. 数据传输可分为 基本数据类型传输 和 引用数 ...
- [Angular] Organizing Your Exports with Barrels
From: import {LoadUserThreadsEffectService} from "./store/effects/load-user-threads.service&quo ...
- amazeui-js插件-ui增强-日期组件如何使用(把实例做一下)
amazeui-js插件-ui增强-日期组件如何使用(把实例做一下) 一.总结 一句话总结:需要jquery.js和amazeui.js一切才能使用 1.amazeui中的各种js效果要怎么才能使用? ...
- .NET Core微服务之路:不断更新中的目录 (v0.43)
原文:.NET Core微服务之路:不断更新中的目录 (v0.43) 微服务架构,对于从事JAVA架构的童鞋来说,早已不是什么新鲜的事儿,他们有鼎鼎大名的Spring Cloud这样的全家桶框架支撑, ...
- iOS中打电话、打开网址、发邮件、发短信等
常用小功能 小功能简介 iOS中的很多小功能都是非常简单的,几行代码就搞定了,比如打电话.打开网址.发邮件.发短信等 打电话-方法1 最简单最直接的方式:直接跳到拨号界面 NSURL *url = [ ...
- Centos Apache和tomcat集成配置,同一时候支持PHP和JAVA执行
近期因为项目的须要,须要再原来执行Tomcatserver上支持PHP执行.非常显然,PHP执行使用的是Apacheserver.尽管Tomcat也属于Apache,可是并没有现有的环境,须要我们自己 ...
- 【hdu2222】【poj2945】AC自动机入门题
HDU2222 传送门 题目分析 裸题:注意构建自动机用的是模式串,思想和kmp很类似. code: #include<iostream> #include<cstdio> # ...