ShellSurfaceItem QML Type
표시 및 상호 작용을 위한 Qt Quick 항목 유형 ShellSurface.. . 더보기...
Import Statement: | import QtWayland.Compositor |
In C++: | QWaylandQuickShellSurfaceItem |
Inherits: |
속성
- autoCreatePopupItems : bool
- moveItem : Item
- shellSurface : ShellSurface
상세 설명
이 유형은 Qt Quick 장면의 일부로 wl_shell
, xdg_shell
또는 ivi_application
표면을 렌더링하는 데 사용됩니다. 창 장식을 클릭하여 트리거된 이동 및 크기 조정을 처리합니다.
WaylandQuickItem, WlShellSurface, IviSurface 를참조하세요 .
프로퍼티 문서
autoCreatePopupItems : bool |
이 속성은 이 항목이 관리하는 셸 표면을 부모로 하는 팝업에 대한 ShellSurfaceItems를 자동으로 생성할지 여부를 보유합니다.
moveItem : Item |
이 속성은 이 ShellSurfaceItem 에 대한 이동 항목을 보유합니다. 클라이언트가 ShellSurface 이동, 최대화, 크기 조정 등을 요청할 때 이동되는 항목입니다. 이 속성은 서버 측 데코레이션을 구현할 때 유용합니다.
shellSurface : ShellSurface |
이 프로퍼티는 ShellSurfaceItem 에 의해 렌더링된 ShellSurface 을 보유합니다. 사용 중인 셸 프로토콜에 따라 XdgSurfaceV5, WlShellSurface 또는 IviSurface 일 수 있습니다.
© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.