PushButton

This topic provides you with information concerning the Push Button as well as information about its properties. A Push Button enables you to trigger an action. It creates an event that specifies what happens when the button is pressed.

This page discusses:

Layout Design

PropertiesExplanation
Is Enabled Defines whether the widget is enabled or not.
Is ShownSets whether the widget is visible or not.
NameName of the dialog object. Also used to generate the C++ instance name of the widget.
IconsIcon name.
AttachedToBottomSets whether the widget is attached to the bottom side of the grid.
AttachedToleftSets whether the widget is attached to the left side of the grid.
AttachedToRightSets whether the widget is attached to the right side of the grid.
AttachedToTopSets whether the widget is attached to the top of the grid.
ConstantHeightSets whether the widget has a constant height.
ConstantWidthSets whether the widget has a constant width.
Icon and TextIf set to True, applies an icon and a string to the button.
No 3D LookIs set to True for a button without a 3D look.
TitleCorresponds to the title or to the text content of the widget.

Knowledge Items

ItemsDescription
VisibilityWidget display.
SensitivityActivation of the widget ( react to user interactions or not).