Zuble QML Types   |  Zuble C++ Classes   |  Table of Contents

ZPopupButton QML Type

Extends ZButton to show a user defined pop-up window. More...

Import Statement: import controls .
Inherits:

ZButton

Properties

Detailed Description

The popComponent should define a done() signal that takes no arguments. When popup object issues done() signal it is automatically destroyed.

Property Documentation

popComponent : Component

a Component object that will be used to create the popup object.


popParameters : var

an object used to set the popup object's properties at object construction time