diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-08-03 16:49:02 +0200 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-08-03 16:49:02 +0200 |
commit | 8800edbb04ae0e1a015c1aa7aeea62174369a401 (patch) | |
tree | ee81a27d8bb11a8e08a655c64a1e44a5b4db57cd /Layouts.md | |
parent | 8bde51ba29aa23d1b6e01826b6af720b4256bd78 (diff) |
vault backup: 2025-08-03 16:49:02
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`. |