Qt Mac Extras

Qt Mac Extras provide classes and functions that enable you to use miscellaneous functionality specific to the macOS and iOS operating systems.

快速入門

To include the definitions of the module's classes and functions, use the following include statement:

#include <QtMacExtras>
					

要鏈接到模塊,添加此行到 qmake .pro 文件:

QT += macextras
					
					

範例

API 參考