company logo

size - Element size

The size value defines the size of the GUI element in pixel. When the GUI element is a shared GUI element (ADK_FieldControl), the size defines the minimum size, which may be overwritten in the context definition (ADK_Field).

Notes:

Some widgets in Qt area created with a minimum size (e.g. dialogs or main windows). When the size is less than the defined minimum size, it will be updated automatically. In order to change the size to smaller value, the size might be changed after showing the the widget (e.g. in a doAfterShow() event handler).

Type: OSize