Skip to content

QFormLayout()

Description

Constructor of the QFormLayout type.

Syntax

JS
new QFormLayout(parent: widget = null) -> QFormLayout

Return value

Type Description
QFormLayout Object of type QFormLayout.

Example

JS
let w = new QFormLayout();
console.info(w);

See Also

Last update: 18 August 2025, 15:25