XdgPopup QML Type

Provides menus for an xdg surface More...

Import Statement: import QtWayland.Compositor 1.0

Properties

Methods

  • void initialize(object surface, object parentSurface, object resource)

Detailed Description

XdgPopup is part of the XdgShell extension and provides desktop-style menus for an XdgSurface.

It corresponds to the Wayland interface xdg_popup.

Property Documentation

parentSurface : object

This property holds the surface associated with the parent of this XdgPopup.


surface : object

This property holds the surface associated with this XdgPopup.


Method Documentation

void initialize(object surface, object parentSurface, object resource)

Initializes the xdg popup and associates it with the given shell, surface, parentSurface, and resource.


© 2016 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.