Mention QBoxLayout in the layout guide

This commit is contained in:
Simon Edwards 2022-05-26 09:31:35 +02:00
parent 16940eca53
commit e20517430e

View File

@ -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)_