Factor defines the stretch factor of the space.
Příklad
dlgHBoxLayout { dlgStretch(1); dlgPushButton("+OK") { dlgAccept(); }; dlgPushButton("Cancel") { dlgReject(); }; }