From e20517430e63ac127afc1693a0696e2e7d0fd0b6 Mon Sep 17 00:00:00 2001 From: Simon Edwards Date: Thu, 26 May 2022 09:31:35 +0200 Subject: [PATCH] Mention `QBoxLayout` in the layout guide --- website/docs/guides/layout.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/guides/layout.md b/website/docs/guides/layout.md index 41934f5eb..54efc606f 100644 --- a/website/docs/guides/layout.md +++ b/website/docs/guides/layout.md @@ -30,6 +30,7 @@ Dynamic layouts automatically position and resize widgets when the amount of spa NodeGui currently supports the following layouts at the moment: - FlexLayout +- QBoxLayout - QGridLayout _More layouts will be added as time goes on. You can also add layouts yourself by creating custom native plugins for NodeGui usng the [Custom Native Plugin API.](custom-nodegui-native-plugin.md)_