NotificationInterface QML 类型

请求通知的接口。 更多...

Qt 5.11

详细描述

NotificationInterface 从 Qt 应用程序管理器 继承自 Qt 应用程序管理器,并作为 Neptune 3 UI 的适配器。NotificationInterface 属性 timeoutcategory 被采用以匹配 Neptune 3 UI 的要求,不应使用。在 Neptune 3 UI 的交互中,通知应始终由最终用户关闭,而不是由超时关闭。

示例用法

以下示例演示了 NotificationInterface 的使用方法

NotificationInterface {
    summary: "Notification Prio 9"
    body: "Notification sample"
    priority: 9
    icon: Style.imageM("maps")
}

summary 定义通知标题。 body 定义通知描述。通知根据 priority 中的值入队。icon 必须包含一个绝对图标路径。否则,图标不会显示。

©2019 Luxoft Sweden AB。包含在此处的文档贡献是各自所有者的版权。
提供的文档受 GNU 自由文档许可证版本 1.3 的条款约束,由自由软件开发基金会发布。
Qt 和相应的标志是芬兰和/或其他国家和地区的 The Qt Company Ltd 的商标。所有其他商标均为其各自所有者的财产。