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

ZControlTip QML Type

A pop-up tooltip object for Zuble controls. More...

Import Statement: import controls .

Properties

Detailed Description

Objects that exhibit the following ZButton design pattern can use this item to display a tooltip:

signals:

properties:

A single dynamic tooltip object is created as a child of this object and is shared by all controls using this ZControlTip object.

Property Documentation

targetControl : var

targetControl: set by the showTooltip() function


tipHeight : real

tooltip window is unclipped; actual size is determined by tooltip text length


tipMargin : real

tooltip window is unclipped; actual size is determined by tooltip text length


tipWidth : real

tooltip window is unclipped; actual size is determined by tooltip text length


zStyle : ZStyleTarget

when set the tooltip backbgound, border and text colors will come from this style; otherwise they'll be derived from the targetControl's styles