Qt帮助文档英文名词解释

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_40945965/article/details/83721420
Qt帮助文档英文解释:
Qt 5.8.0 Reference Documentation
百度翻译:QT5.0.0参考文献
Contents// 内容
Properties// 性质
Public Functions// 公有类函数
Reimplemented Public Functions// 被重新实现的 公有类函数
Public Slots// 公有槽函数
Protected Functions// 保护类函数
Detailed Description// 详细描述
/// 以QPushButton为例
QPushButton Class
The QPushButton widget provides a command button// QPushButton小部件提供一个命令按钮
Header: #include <QPushButton> // 需要包含的头文件
qmake: QT += widgets// 需要在QT工程文件的.pro文件中添加widgets,常见的还添加:QT += widgets sql network
Inherits: QAbstractButton//继承:QAbstractButton
Inherited By: QCommandLinkButton//被QCommandLinkButton继承
List of all members, including inherited members // 所有成员的列表,包括继承成员
Additional Inherited Members //附加继承成员

猜你喜欢

转载自blog.csdn.net/qq_40945965/article/details/83721420