The panel component creates a container for settings that control the visibility of one, or several, components in an application.


Attributes



Type

Name

Description

UI

Text

Displays text as specified by the value attribute.

General

ID

Displays title of the component.

General

Parent

Displays where it is located in the component.

General

Class

A CSS style to be attached to the component. This style is added in addition to styles output by the component.

General

Trash

Users to permanently delete component.

CSS Attributes

Z-index

The z-index specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order.

CSS Attributes

Add/Edit

It has CSS Editor. We can write different CSS code for each component.

CSS Attributes

Width

The panel width. This attribute will allow for setting exact width.

CSS Attributes

Height

The panel height. This attribute will allow for setting exact height.


Events

Name

Description

Click

When the panel is clicked

Double Click

When the panel double clicked.

Mouse Down

When the panel is pressed down.

Mouse Enter

When the mouse pointer is moves in panel while it is over.

Mouse Leave

When the mouse pointer is moves on over an panel.

Mouse Move

When the mouse pointer is moving while it is over a panel.

Mouse Out

When the mouse pointer moves out of a panel.

Mouse Over

When the mouse pointer is moves on panel while it is over.

Mouse Up

When the mouse pointer is pressed up.

Focus In

When the panel is clicked.

Focus Out

When the mouse pointer is pressed while it is over a panel.


Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework