summaryrefslogtreecommitdiff
path: root/Layouts.md
diff options
context:
space:
mode:
Diffstat (limited to 'Layouts.md')
-rw-r--r--Layouts.md11
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`.