ApplicationCCWindow QML 类型
Neptune 3应用的应用中心控制台窗口。更多...
自从 | Qt 5.12 |
继承 |
属性
- currentHeight : int
- exposedRect : rect
- neptuneState : string
- targetHeight : int
详细描述
Neptune 3应用的应用中心控制台窗口显示在中央控制台上。此组件还提供了与系统UI交互以及定位应用程序的视觉元素的API。
有关如何使用API的最佳实践,请参阅Neptune 3 UI 应用开发。
示例用法
以下示例使用ApplicationCCWindow作为根元素
import QtQuick 2.10 import application.windows 1.0 ApplicationCCWindow { id: root Background { anchors.fill: parent } Content { x: root.exposedRect.x y: root.exposedRect.x width: root.exposedRect.width height: root.exposedRect.height } }
属性文档
currentHeight : int |
此属性包含应用的当前高度。
[只读] exposedRect : rect |
此属性包含用户可访问的窗口区域(即,未被其他UI元素阻塞或遮挡)。
neptuneState : string |
此属性包含应用的当前状态。neptuneState的有效值为(Maximized,Minimized,Widget1Row,Widget2Rows 或 Widget3Rows)
[只读] targetHeight : int |
此属性包含应用的目标高度。当neptune状态改变时,该属性将被更新。
©2019 Luxoft Sweden AB。本文件中包含的文档贡献属于其各自的版权所有者。
提供的文档根据由自由软件基金会发布的GNU自由文档许可证第1.3版的条款进行许可。
Qt和相关标志是芬兰Qt公司及其在全球的分支机构的商标。所有其他商标均为其各自所有者的财产。