Qt Quick Dialogs

The Qt Quick Dialogs module allows to create and interact with system dialogs from QML. The module was introduced in Qt 6.2.

使用模块

QML 类型 可以使用以下 import 语句导入应用程序,在 .qml 文件:

import QtQuick.Dialogs
					

许可和归属

Qt Quick Dialogs is available under commercial licenses from Qt 公司 。此外,它是可用的根据 GNU LGPL (次一般公共许可) 第 3 版 ,或 GNU GPL (一般公共许可) 第 2 版 。见 Qt 许可 进一步了解细节。

参考