diff options
Diffstat (limited to 'Layouts.md')
-rw-r--r-- | Layouts.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Layouts.md b/Layouts.md new file mode 100644 index 0000000..6e972b0 --- /dev/null +++ b/Layouts.md @@ -0,0 +1,11 @@ +[[Quickshell]] + +--- + +# Layouts + +https://doc.qt.io/qt-6/qtquicklayouts-overview.html + +`import QtQuick.Layouts` + +For example to stack two pieces of `Text` use a `ColumnLayout`. |